summaryrefslogtreecommitdiffstats
path: root/app/models/mail_handler.rb
Commit message (Expand)AuthorAgeFilesLines
* Ignore emails with Auto-Submitted: auto-replied header (#10607).Jean-Philippe Lang2012-04-131-5/+14
* Makes the mail handler ignore out-of-office emails (#10607).Jean-Philippe Lang2012-04-061-0/+7
* Adds Redmine::Utils.random_hex for generating a random hex string.Jean-Philippe Lang2012-03-041-2/+2
* MailHandler: fixed that sender's fullname is not unquoted (#10334).Jean-Philippe Lang2012-03-011-1/+1
* Increase username length limit from 30 to 60 (#2719).Jean-Philippe Lang2012-02-051-3/+3
* code layout cleanup app/models/mail_handler.rbToshi MARUYAMA2012-01-311-13/+42
* code layout cleanup app/models/mail_handler.rbToshi MARUYAMA2012-01-311-2/+4
* remove duplicate "private" from MailHandler modelToshi MARUYAMA2012-01-061-2/+0
* remove redundant "email" parameter from MailHandler#create_user_from_emailToshi MARUYAMA2012-01-061-2/+2
* Rails3: replace deprecated Errors#on to Errors#[] at app/models/mail_handler.rbToshi MARUYAMA2012-01-051-3/+3
* Improved user creation from incoming email.Jean-Philippe Lang2011-11-271-15/+46
* remove trailing white-spaces from app/models/mail_handler.rb.Toshi MARUYAMA2011-08-311-1/+1
* Fixes mail handler for when there's no attachments (#8651).Jean-Philippe Lang2011-07-291-1/+1
* Fixed: attachments from Apple Mail not added by mail handler (#8651).Jean-Philippe Lang2011-07-291-1/+1
* Fixed: MailHandler does not include JournalDetail for attached files (#7966).Jean-Philippe Lang2011-07-241-1/+1
* Ability to assign issues to groups (#2964).Jean-Philippe Lang2011-07-231-9/+13
* Fixed: Setting issue attributes from mail should be case-insensitive (#8759).Jean-Philippe Lang2011-07-091-5/+5
* remove trailing white-spaces from mail handler model source.Toshi MARUYAMA2011-05-171-2/+2
* remove trailing white-spaces from MailHandler model source.Toshi MARUYAMA2011-05-081-35/+35
* Fixed: mail handler keywords are not removed when updating issues (#7785).Jean-Philippe Lang2011-03-131-1/+2
* Introduced MailHandler#dispatch_to_default method to make MailHandler more ex...Jean-Baptiste Barth2011-02-121-1/+5
* Fixed MailHandler broken by I18n fallback added in r4679.Jean-Philippe Lang2011-01-101-2/+2
* Fixed: CLI-supplied defaults should not be applied when replying to an issue ...Jean-Philippe Lang2010-12-291-0/+3
* Fixed: Tracker reset to default when replying to an issue email (#7197).Jean-Philippe Lang2010-12-291-2/+8
* MailHandler: ignore assignee if invalid.Jean-Philippe Lang2010-11-141-1/+4
* Makes MailHandler ignore invalid keyword values to avoid validation failures.Jean-Philippe Lang2010-11-121-6/+7
* Makes MailHandler accept localized keywords for default or user language (#61...Jean-Philippe Lang2010-11-121-2/+17
* Makes MailHandler accept all issue attributes and custom fields that can be s...Jean-Philippe Lang2010-11-121-46/+43
* Remove email quotes (>) when searching for incoming email delimiters. #2852 #...Eric Davis2010-11-021-1/+1
* Truncate incoming email subject lines to 255 characters. #5698Eric Davis2010-06-201-1/+1
* Accept email from anonymous users with an empty from address. #5604Eric Davis2010-06-191-1/+1
* Add an "Assigned To" keyword to receiving email. #5594Eric Davis2010-05-291-1/+14
* Add 'Start date' and 'End date' keywords for incoming email. #5595Eric Davis2010-05-281-3/+10
* Fixed: subject of incoming emails gets mangled (#3717).Jean-Philippe Lang2009-12-261-1/+0
* Fixes delimiters regexp.Jean-Philippe Lang2009-12-231-1/+1
* Adds a setting to remove incoming emails body after a delimiter (#4409).Jean-Philippe Lang2009-12-231-3/+18
* Adds a 'no_permission_check' option to the MailHandler.Jean-Philippe Lang2009-12-191-5/+17
* Allow [#id] as subject to reply by email (#3653).Jean-Philippe Lang2009-11-111-2/+2
* Ignore emails received from the application emission address to avoid hell cy...Jean-Philippe Lang2009-11-081-3/+9
* Fixes MailHandler for ruby1.9.Jean-Philippe Lang2009-10-101-2/+3
* Email handler: set a default issue subject if the email subject is blank (#38...Jean-Philippe Lang2009-09-121-0/+3
* Allow spaces between the keyword and colon in incoming mail. (#3731)Eric Davis2009-08-121-1/+1
* Ability to accept incoming emails from unknown users (#2230, #3003).Jean-Philippe Lang2009-06-141-5/+43
* Changed Enumerations to use a Single Table InheritanceEric Davis2009-05-301-1/+1
* Added observers to watch model objects for mail delivery instead of calling M...Eric Davis2009-03-281-5/+2
* Fixed: MailHandler raises an error when processing an email without From head...Jean-Philippe Lang2009-03-061-1/+1
* Fixed that MailHandler#plain_text_body was returning nil if there was nothing...Jean-Philippe Lang2009-02-231-0/+1
* Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2.Jean-Philippe Lang2009-02-211-0/+5
* Strip keywords from received email body (#2436).Jean-Philippe Lang2009-02-091-4/+11
* Accept replies to forum messages by subject recognition (#1616).Jean-Philippe Lang2009-01-211-2/+5