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/02/17 06:32:00 UTC

[jira] [Created] (JAMES-3714) Attachments of EML with inlined multiparts is badly handle

Benoit Tellier created JAMES-3714:
-------------------------------------

             Summary: Attachments of EML with inlined multiparts is badly handle
                 Key: JAMES-3714
                 URL: https://issues.apache.org/jira/browse/JAMES-3714
             Project: James Server
          Issue Type: Improvement
          Components: JMAP
    Affects Versions: master
            Reporter: Benoit Tellier
            Assignee: Antoine Duprat
             Fix For: 3.7.0


(JMAP draft is impacted)

Example of the EMLs:

{code:java}
Date: Wed, 26 Jan 2022 12:21:37 +0100
From: Bob <bo...@domain.tld>
To: Alice <al...@domain.tld>
Subject: My subject
Message-ID: <20...@W0248292>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="7f4cfz6rtfqdbqxn"
Content-Disposition: inline
Content-Transfer-Encoding: 8bit

--7f4cfz6rtfqdbqxn
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit

Main test message...

--7f4cfz6rtfqdbqxn
Content-Type: application/json; charset=us-ascii
Content-Disposition: attachment; filename="yyy.txt"
Content-Transfer-Encoding: quoted-printable

[
    {
        "Id": "2xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
    }
]

--7f4cfz6rtfqdbqxn
Content-Type: application/json; charset=us-ascii
Content-Disposition: attachment; filename="xxx.txt"
Content-Transfer-Encoding: quoted-printable

[
    {
        "Id": "3xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
    }
]

--7f4cfz6rtfqdbqxn--
{code}

I do not know which Mail User Agent did generate this email...



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org