[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: VCALENDER issue in converting



On Mon, Jan 31, 2011 at 11:09 AM, ashok118dp wrote:
> Some of the list users had sent calender requests, mhonarc converted these
> and below is how I see in the html format.
>
> BEGIN:VCALENDAR
> METHOD:CANCEL
  [snip]

You need to develop a MIMEFILTER that supports the calendar media-type.

Note, you may want to look at MIMEALTPREFS resource.  Many
calendar invites are sent out as multipart/alternative messages,
with a text/plain part and a text/calendar type.

The text/plain part is more readable by humans, so you can define
your MIMEALTPREFS resource to prefer it for your archives.  For example:

<MIMEAltPrefs>
text/plain
text/calendar
</MIMEAltPrefs>

--ewh



[Index of Archives]     [Bugtraq]     [Yosemite News]     [Mhonarc Home]