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/21 07:39:00 UTC

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

     [ https://issues.apache.org/jira/browse/JAMES-3783?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benoit Tellier closed JAMES-3783.
---------------------------------
    Resolution: Fixed

> 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
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> 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