Benoit Tellier created JAMES-3783:
-------------------------------------
Summary: 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
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]