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 "Benoit Tellier (Jira)" <se...@james.apache.org> on 2022/06/20 11:09:00 UTC

[jira] [Created] (JAMES-3783) GMail: multipart/alternative html part should be the last

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