[
https://issues.apache.org/jira/browse/JAMES-3783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17556327#comment-17556327
]
Benoit Tellier commented on JAMES-3783:
---------------------------------------
CF https://github.com/linagora/tmail-flutter/issues/470
> GMail: multipart/alternative html part should be the last
> ---------------------------------------------------------
>
> Key: JAMES-3783
> URL: https://issues.apache.org/jira/browse/JAMES-3783
> Project: James Server
> Issue Type: Bug
> Components: JMAP
> Affects Versions: master
> Reporter: Benoit Tellier
> Assignee: Antoine Duprat
> Priority: Major
> Fix For: 3.8.0
>
>
> Using JMAP RFC-8621 to send a mail to GMail,
> It sends an email with the following structure:
> {code:java}
> multipart/alternative
> text/html
> text/plain
> {code}
> But GMail fails to render it, renders the text part.
> To support sending rich text to GMail we need to switch to the following
> structure:
> {code:java}
> multipart/alternative
> text/plain
> text/html
> {code}
--
This message was sent by Atlassian Jira
(v8.20.7#820007)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]