summaryrefslogtreecommitdiffstats
path: root/app/models/mail_handler.rb
Commit message (Expand)AuthorAgeFilesLines
* Merged r15238.Jean-Philippe Lang2016-03-131-1/+1
* Fixed that some mail handler log messages are not prepended with "MailHandler...Jean-Philippe Lang2015-11-141-2/+2
* Allow a default version to be set on the command line for incoming emails (#7...Jean-Philippe Lang2015-11-011-1/+1
* Makes project selection by subaddress optional (#20732).Jean-Philippe Lang2015-10-191-2/+6
* MailHandler: Select project by subaddress (redmine+project@example.com) (#207...Jean-Philippe Lang2015-10-171-1/+17
* Mail Handler: add support for allow_override=all (#20543).Jean-Philippe Lang2015-10-171-5/+8
* Mail handler: no attributes overridable by default (#20543).Jean-Philippe Lang2015-10-171-13/+9
* Moved implementation to Principal.Jean-Philippe Lang2015-08-151-21/+1
* Fixed that #find_assignee_from_keyword may return a group with blank keyword ...Jean-Philippe Lang2015-08-151-0/+2
* #downcase no longer needed after r14484 (#20369).Jean-Philippe Lang2015-08-151-1/+1
* use String#casecmp for case insensitive comparison (#20369)Toshi MARUYAMA2015-08-121-6/+7
* Strip leading spaces to prevent lines from being rendered as pre tags.Jean-Philippe Lang2015-06-161-1/+8
* Better handle html-only emails (#16962).Jean-Philippe Lang2015-06-151-7/+9
* Adds private issue option to receiving emails (#8424).Jean-Philippe Lang2015-05-101-0/+4
* Use accessor method.Jean-Philippe Lang2015-04-261-1/+1
* Don't use a class variable for mail handler options.Jean-Philippe Lang2015-04-261-27/+33
* Removed invalid sanitizer in MailHandler (#19537).Jean-Philippe Lang2015-04-251-4/+0
* Mail handler should not ignore emails with x-auto-response-suppress header (#...Jean-Philippe Lang2015-04-111-1/+0
* Ignore auto reply messages from Exchange server (#19322).Jean-Philippe Lang2015-03-141-1/+1
* Add support for multiple email addresses per user (#4244).Jean-Philippe Lang2015-01-171-1/+1
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* ignore X-Autoreply mails (#15999, #13425)Toshi MARUYAMA2014-12-121-1/+2
* Misc tests.Jean-Philippe Lang2014-12-081-1/+1
* Ignore bogus issue strings like [some-string#1234] in email subjects (#17705).Jean-Philippe Lang2014-11-141-1/+1
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-2/+2
* use deep_dup to prevent losing mail receiving options (#14491)Toshi MARUYAMA2014-10-201-1/+1
* MailHandler: Don't use String#respond_to?(:force_encoding) (#18047)Toshi MARUYAMA2014-10-081-1/+1
* Ignore email keywords after truncation line (#8758).Jean-Philippe Lang2014-09-201-3/+3
* use \A instead of ^ for RegExp (#16190)Toshi MARUYAMA2014-07-021-1/+1
* only ignore undesirable Auto-Submitted headers defined in RFC3834 (#16190)Toshi MARUYAMA2014-07-021-1/+1
* Set default start date on issues created by email if default_issue_start_date...Jean-Philippe Lang2014-04-261-0/+1
* Don't abort processing of emails when an email triggers a parsing exception (...Jean-Philippe Lang2014-03-211-0/+8
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* remove unneeded Relation#all from MailHandler#add_watchersToshi MARUYAMA2014-01-091-2/+3
* support more character encoding in incoming emails (#15785)Toshi MARUYAMA2014-01-011-1/+5
* Fixed that text/plain attachments are added to issue description (#15684).Jean-Philippe Lang2013-12-181-0/+5
* Exclude attachments from incoming emails based on file name (#3413).Jean-Philippe Lang2013-09-291-0/+14
* remove ineffective "logger.info" and "logger.error" check from MailHandler mo...Toshi MARUYAMA2013-08-031-9/+9
* Broken tests (#14491).Jean-Philippe Lang2013-07-291-1/+0
* Use the default project when receiving an email with an invalid project keywo...Jean-Philippe Lang2013-07-291-0/+8
* Role-based issue custom field visibility (#5037).Jean-Philippe Lang2013-07-131-1/+1
* Fix handling multiple text parts in email (#13646).Jean-Philippe Lang2013-05-121-4/+13
* Adds a method for extracting MailHandler options from ENV.Jean-Philippe Lang2013-05-041-0/+13
* fix broken tests on Rails 3.2.13 with Ruby 1.8 (#12399, #12375)Toshi MARUYAMA2013-03-191-31/+1
* replace tab to space at app/models/mail_handler.rbToshi MARUYAMA2013-03-181-1/+1
* Mail handler: set mail_notification to only_my_events when creating a new use...Jean-Philippe Lang2013-03-111-0/+1
* Mail handler: adds --no-notification option to disable notifications to the c...Jean-Philippe Lang2013-03-031-0/+4
* Mail handler: adds --no-account-notice option for not sending account informa...Jean-Philippe Lang2013-03-031-2/+5
* Mail handler: adds --default-group option to add created user to one or more ...Jean-Philippe Lang2013-03-031-0/+14
* Use User#generate_password in MailHandler.Jean-Philippe Lang2013-02-231-3/+1