Defect #31582
Issue subject may be truncated if the subject field in the receiving email is split into multiple lines in singlebytes and multibytes mixed
Status: | Confirmed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Email receiving | |||
Target version: | - | |||
Resolution: | Affected version: |
Description
When you create issues via email, the subject of the created issue may be truncated if the subject field in the original email is split into multiple lines in singlebytes and multibytes mixed format like the following.
To: redmine@somenet.foo From: John Smith <JSmith@somenet.foo> Subject: =?UTF-8?B?W+e3iuaApV1bUkVETUlORV1bV0FSTklORzAxXVByb2JsZW06IOODoQ==?= =?UTF-8?B?44Oi44Oq5a656YeP44GM6YC86L+r44GX44Gm44GE44G+44GZ?= Message-ID: <42feb4b3-4dec-7c61-0edd-45dfc4795143@somenet.foo> Date: Tue, 18 Jun 2019 14:08:06 +0900 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Problem started at 13:49:27 on 2019.06.18
The Subject should be decoded like this:
[緊急][REDMINE][WARNING01]Problem: メモリ容量が逼迫しています
But the subject of the created issue will be the following:
[緊急][REDMINE][WARNING01]Problem: メ
Attached a test.
Related issues
Associated revisions
History
#1
Updated by Go MAEDA over 3 years ago
#2
Updated by Go MAEDA over 3 years ago
- Related to Defect #31365: Issue subject may be broken if the subject field in the receiving email is split into multiple lines added
#3
Updated by Go MAEDA over 3 years ago
- Status changed from New to Confirmed