mhonarc-users

Re: VCALENDER issue in converting

2011-01-31 11:49:38
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

<Prev in Thread] Current Thread [Next in Thread>