Add message with email address where local-part exceeds length limit to demo backend
This commit is contained in:
parent
656a9d3862
commit
bc041376da
2 changed files with 11 additions and 1 deletions
|
@ -8,7 +8,8 @@
|
||||||
"thread_1",
|
"thread_1",
|
||||||
"thread_2",
|
"thread_2",
|
||||||
"inline_image_data_uri",
|
"inline_image_data_uri",
|
||||||
"inline_image_attachment"
|
"inline_image_attachment",
|
||||||
|
"localpart_exceeds_length_limit"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"trash": {
|
"trash": {
|
||||||
|
|
|
@ -0,0 +1,9 @@
|
||||||
|
MIME-Version: 1.0
|
||||||
|
From: Sender <aaaaaaaaaabbbbbbbbbbccccccccccddddddddddeeeeeeeeeeffffffffffggggg@k9mail.example> (local part exceeds maximum length)
|
||||||
|
Date: Thu, 15 Jun 2023 18:00:00 +0200
|
||||||
|
Message-ID: <localpart@k9mail.example>
|
||||||
|
Subject: Localpart of email address exceeds 64 characters
|
||||||
|
To: User <user@k9mail.example>
|
||||||
|
Content-Type: text/plain; charset=UTF-8
|
||||||
|
|
||||||
|
You should still be able to read this message.
|
Loading…
Reference in a new issue