Project

General

Profile

Actions

Defect #15684

closed

MailHandler : text/plain attachments are added to description

Added by Pavel Brych over 10 years ago. Updated over 10 years ago.

Status:
Closed
Priority:
Normal
Category:
Email receiving
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Fixed
Affected version:

Description

When handling email messages with text/plain file attached, it's contents is attached to issue description text (file from email is also properly attached to newly created issue, as it should be).

I believe that it may be caused by patch #13646, which combines all text/plain message parts to issue description and not distinguish between text part and file attachment?.

Example of problematic mail (sent from Thunderbird client):

--===============0191659920==
Content-Type: text/plain; charset="utf-8" 
MIME-Version: 1.0
Content-Transfer-Encoding: base64

SGzDocWhZW7DrSBvIGNoeWLEmyB2IHByb2dyYW11IEhPUkVTCj09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09CgpEYXR1bTogMTEuMTIuMjAxMy... proper message body text continues

--===============0191659920==
Content-Type: text/plain; charset="utf-8" 
MIME-Version: 1.0
Content-Transfer-Encoding: base64
Content-Disposition: attachment; filename="log_message.txt" 

RGF0ZTogICAgMTEuMTIuMjAxMyAxODoxODowMQpNZXNzYWdlOiBBdHRyaWJ1dGVFcnJvcjogJ2Z1
bmN0aW9uJyBvYmplY3QgaGFzIG5vIGF0dHJpYnV0ZSAnaXNEZWFkJwpUeXBlOiAgICA0C... attachment data continues

Problems started when upgraded to Redmine 2.4.0


Related issues

Related to Redmine - Patch #13646: Fix handling multiple text parts in emailClosedJean-Philippe Lang

Actions
Actions #1

Updated by Toshi MARUYAMA over 10 years ago

  • Related to Patch #13646: Fix handling multiple text parts in email added
Actions #2

Updated by Toshi MARUYAMA over 10 years ago

  • Target version set to 2.4.2
Actions #3

Updated by Jean-Philippe Lang over 10 years ago

Could you please attach a full example email so we can test this?

Actions #4

Updated by Jean-Philippe Lang over 10 years ago

  • Subject changed from Wrong text/plain attachment handling when creating issue from mail to MailHandler : text/plain attachments are added to description
  • Status changed from New to Resolved
  • Assignee set to Jean-Philippe Lang
  • Resolution set to Fixed

Fixed in r12420, thanks for pointing this out.

Actions #5

Updated by Jean-Philippe Lang over 10 years ago

  • Status changed from Resolved to Closed

Merged.

Actions

Also available in: Atom PDF