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:46:11 UTC

[jira] [Updated] (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 ]

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: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org