[
https://issues.apache.org/jira/browse/JAMES-1794?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Raphaël Ouazana updated JAMES-1794:
-----------------------------------
Description:
We should support messages with mixed (html and text) content.
The main content should be registered as multipart/alternative if there is
html+text, and the attachments should be registered as part of multipart/mixed.
{code}
Message: multipart/mixed
Body: multipart/alternative
textBody
htmlBody
Attachment1
...
{code}
Acceptance test would be to send a mail with a htmlBody, a textBody and
containing an html attachment.
was:
We should support messages with mixed (html and text) content.
The main content should be registered as multipart/alternative if there is
html+text, and the attachments should be registered as part of multipart/mixed.
Message: multipart/mixed
Body: multipart/alternative
textBody
htmlBody
Attachment1
...
Acceptance test would be to send a mail with a htmlBody, a textBody and
containing an html attachment.
> Attachment: Support messages with mixed content
> -----------------------------------------------
>
> Key: JAMES-1794
> URL: https://issues.apache.org/jira/browse/JAMES-1794
> Project: James Server
> Issue Type: Bug
> Components: JMAP
> Reporter: Raphaël Ouazana
> Assignee: Antoine Duprat
>
> We should support messages with mixed (html and text) content.
> The main content should be registered as multipart/alternative if there is
> html+text, and the attachments should be registered as part of
> multipart/mixed.
> {code}
> Message: multipart/mixed
> Body: multipart/alternative
> textBody
> htmlBody
> Attachment1
> ...
> {code}
> Acceptance test would be to send a mail with a htmlBody, a textBody and
> containing an html attachment.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]