You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by "Tellier Benoit (JIRA)" <se...@james.apache.org> on 2017/06/08 07:11:18 UTC

[jira] [Resolved] (JAMES-1794) Attachment: Support messages with mixed content

     [ https://issues.apache.org/jira/browse/JAMES-1794?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tellier Benoit resolved JAMES-1794.
-----------------------------------
    Resolution: Fixed

Merged

> 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.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org