blob: 55027726261d16f4fff68d990000cc85cbce1079 [file] [log] [blame]
=== TextCalendarBodyToAttachment
This mailet converts Content-Type of MimeMessage from text/calendar to mulitpart/mixed
The BodyPart should be retrieved from content of text/calendar with all the same "Content-*" headers from original message
and those "Content-" header are removed from original message
It does not takes any parameter
Sample configuration:
....
<mailet match="All" class="TextCalendarBodyToAttachment"/>
....