Project

General

Profile

Actions

Patch #12937

closed

mail_handler patch

Added by Dinu Marina about 11 years ago. Updated about 5 years ago.

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

0%

Estimated time:

Description

I submit this rather elementary patch that fixes 2 issues in mail_handler.rb:

1) If Project: tag in email cannot be honored (missing project), rather than failing, the issue is assigned to the default project defined in settings

2) Preserve outlook style email addresses in the form <user@domain>. Previously they were stripped as html tags because the <> brackets. The regexp is rather liberal but I find, well suited for the job.

Patch is against Redmine 2.0


Files

mail_handler.patch (1012 Bytes) mail_handler.patch Dinu Marina, 2013-01-21 23:59

Related issues

Related to Redmine - Feature #16962: Better handle html-only emailsClosedJean-Philippe Lang

Actions
Related to Redmine - Defect #14491: MailHandler: Unable to determine target project (when allow_override=project and project=unassigned is used)ClosedJean-Philippe Lang

Actions
Actions #1

Updated by Go MAEDA about 5 years ago

  • Status changed from New to Closed

Dinu Marina wrote:

1) If Project: tag in email cannot be honored (missing project), rather than failing, the issue is assigned to the default project defined in settings

Fixed in r12067 for Redmine 2.6.0.

2) Preserve outlook style email addresses in the form <user@domain>. Previously they were stripped as html tags because the <> brackets. The regexp is rather liberal but I find, well suited for the job.

Fixed by #16962 for Redmine 3.1.0.

Actions #2

Updated by Go MAEDA about 5 years ago

Actions #3

Updated by Go MAEDA about 5 years ago

  • Related to Defect #14491: MailHandler: Unable to determine target project (when allow_override=project and project=unassigned is used) added
Actions

Also available in: Atom PDF