Vote #73681
完了Fix handling multiple text parts in email
0%
説明
When handling emails consisting of multiple text parts interspersed with attachment parts, Redmine would only consider the first text (text/plain or text/html) part and ignore the rest.
Here's a patch against 2.2-stable to fix this, test included.
journals
Oops, forgot to include the test email fixture.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Patch committed in r11834, thanks. I changed the assertion because parts may not be inserted in the expected order.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
related_issues
relates,Closed,15684,MailHandler : text/plain attachments are added to description