[
https://issues.apache.org/jira/browse/OPENMEETINGS-316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13291496#comment-13291496
]
James Morris commented on OPENMEETINGS-316:
-------------------------------------------
===original====
iCalAttachment.setDataHandler(new DataHandler(
new ByteArrayDataSource(
new
ByteArrayInputStream(iCalMimeBody),
"text/calendar;method=REQUEST;charset=\"UTF-8\"")));
multipart.addBodyPart(html);
===proposed===
iCalAttachment.setDataHandler(new DataHandler(
new ByteArrayDataSource(
new
ByteArrayInputStream(iCalMimeBody),
"text/calendar;method=REQUEST;charset=\"UTF-8\"")));
iCalAttachment.setFileName("invite.ics");
multipart.addBodyPart(html);
> ICS attachments for emails not working with Exchange 2003/2007 and Outlook
> 2003/2007
> ------------------------------------------------------------------------------------
>
> Key: OPENMEETINGS-316
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-316
> Project: Openmeetings
> Issue Type: Bug
> Components: BuildsAndReleases
> Affects Versions: 2.0 Apache Incubator Release
> Environment: Utils / Mail/ MailiCalThread
> Reporter: James Morris
> Assignee: SebastianWagner
> Priority: Minor
> Fix For: 2.0 Apache Incubator Release
>
> Original Estimate: 1h
> Remaining Estimate: 1h
>
> Outlook 2003 and Outlook 2007 do not handle the inline mime attachments of
> the .ics appointment correctly. Google, OWA and thunderbird can
> view/interpret the .ics attachment.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira