Age | Commit message (Collapse) | Author |
|
decoded with escapes removed. Similarly do the same for other
headers.
|
|
make it easier to find functions when I need to do so.
|
|
calendar.
When "More Details" is selected for each individual event, the description
of that entry is shown only. When the calendar is opened from the view
attachment list screen, all entries will be shown. Mske sure there are no
memory leaks.
* Reverse some of the changes to make valgrind happy, as this may make Alpine crash
by using memory that was released.
|
|
|
|
Studio 2017.
* Crash for calendars that contain a RRULE, due to insufficient memory
allocated. Reported by Ulf-Dietrich Braumann.
|
|
Studio 2008.
Reported by Ulf-Dietrich Braumann.
* Quell some warnings in the compilation of Alpine in Visual Studion 2017.
|
|
makes some displays of dates look wrong. In the case that a locale
does not have a string for AM or PM, the time in 24 hours format is
printed. Reported by Holger Trapp.
* Add the time zone to the display of dates (this is the value of the
TZID parameter.)
* Display the value of the DTSTAMP in the "[More Details]" link. The
DTSTAMP field contains information on when the calendar object was
created. Suggested by Holger Trapp.
|
|
Boolean to _Boolean, and Duration to _Duration, as these conflict
with some predefined constants in Mac Sierra. Reported by Ed James.
* Fix some compiler warnings in Mac Sierra. Reported by Ed James.
|
|
* rewrite of some code in pith/ical.c to make sure function prototypes are
correct.
* Add a separator line to the calendar entry in case, the calendar is sent
as the main body of the message.
|
|
to handle UTF-8.
|
|
Alpine fails to parse that specific field, and may assign a value
that uses unallocated memory, making Alpine crash when quitting
and freeing that memory. Reported by Stefan Mueller.
|
|
add support for encodings other than quoted-printable and base64.
|
|
of an attachment, Alpine would crash. Reported by Stefan Mueller.
* In the previous situation, if a DESCRIPTION is encoded in quoted
printable, it needs to be decoded twice (once as part of the calendar
onvitation and another as part of the DESCRIPTION text, so when decoding
we need to decode quoted-printable, then remove escapes characters, then
decode quoted-printable and transform \r\n to \n. Whew!)
|
|
DATE-TIME format, now it recognizes DATE format. Reported by Holger
Trapp.
* Add escape parser to event location (switch "\," to "," etc.)
* Start work to support reply of invitations, but then I realize that I
need to start work in sending event invitations before I do that, so
I will.
|
|
|