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 "Raphaël Ouazana (JIRA)" <se...@james.apache.org> on 2016/07/08 09:32:10 UTC

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

Raphaël Ouazana created JAMES-1794:
--------------------------------------

             Summary: 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.
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.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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