* If the calendar invitation is part of the body of a message instead
commit5cb80f3539fd43b785638b676c7ba242bda2f75d
authorEduardo Chappa <chappa@washington.edu>
Mon, 25 Dec 2017 02:13:39 +0000 (24 19:13 -0700)
committerEduardo Chappa <chappa@washington.edu>
Mon, 25 Dec 2017 02:13:39 +0000 (24 19:13 -0700)
treeda86ca1533e21f86926db038f9932f191cefa4b4
parent29798bd68fc0b892fce0fe49ec8859485e3b531b
   * If the calendar invitation is part of the body of a message instead
     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!)
pith/ical.c
pith/icaltype.h
pith/mailview.c
pith/pine.hlp