summaryrefslogtreecommitdiffstats
path: root/app/models/mail_handler.rb
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* cleanup: rubocop: fix Style/MultilineTernaryOperator in app/models/mail_handl...Toshi MARUYAMA2019-11-081-8/+12
* code cleanup: rubocop: fix Lint/IneffectiveAccessModifier in app/models/mail_...Toshi MARUYAMA2019-10-191-31/+33
* fix MailHandler#assign_string_attribute_with_limit is not privateToshi MARUYAMA2019-10-171-0/+1
* code cleanup: rubocop: fix Layout/SpaceAfterSemicolon in app/models/mail_hand...Toshi MARUYAMA2019-10-141-1/+1
* svn propdel svn:executable app/models/mail_handler.rbToshi MARUYAMA2019-09-261-0/+0
* Log info messages when MailHandler ignored a reply to a nonexistent issue, jo...Go MAEDA2019-09-191-21/+34
* CodeCleanup: RuboCop: Fix Style/RaiseArgs in app/models/mail_handler.rbGo MAEDA2019-08-271-1/+1
* Improve MailHandler logging for unauthorized attempts (#31899).Go MAEDA2019-08-271-4/+4
* Fix hard-coded string "no subject" in app/models/mail_handler.rb (#5820).Go MAEDA2019-08-251-1/+1
* Fix "Undefined local variable sender_email" error in MailHandler#receive_mess...Go MAEDA2019-06-101-1/+1
* Remove trailing whitespaces from app (#31506).Go MAEDA2019-06-061-1/+1
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Don't rescue Exception class (#31387).Go MAEDA2019-05-251-1/+1
* Allows setting the private flag via mail keyword (#31324).Go MAEDA2019-05-091-1/+29
* Use safe navigation operator (#30457).Go MAEDA2019-04-201-31/+15
* MailHandler.safe_receive does not output any error log (#30457).Go MAEDA2019-04-201-1/+1
* Use Regexp#match? to reduce allocations of MatchData object (#28940).Go MAEDA2019-03-271-2/+2
* Use #b shortcut instead of #force_encoding (#31059).Go MAEDA2019-03-201-3/+1
* Enable frozen_string_literal for some files under app and lib directory (#265...Go MAEDA2019-03-161-1/+1
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Parse author's name enclosed in parentheses in the From field when creating a...Go MAEDA2019-03-031-6/+3
* Option to parse HTML part of multipart (HTML) emails first (#30838).Go MAEDA2019-03-031-7/+14
* Mail handler does not ignore emails sent from emission email address if Setti...Go MAEDA2019-02-181-1/+2
* Reverts r17862.Go MAEDA2019-02-181-1/+1
* Fix: Mail handler does not ignore emails sent from emission email address if ...Go MAEDA2019-02-121-1/+1
* Adding an issue note via email fails due to NoMethodError (#30455).Jean-Philippe Lang2019-01-191-1/+1
* Fix: Attachments are added even if validation fails when updating an issue vi...Go MAEDA2018-11-231-1/+1
* Send emails asynchronously (#26791).Jean-Philippe Lang2018-10-101-1/+1
* Fix: Allow to set no_notification option when receiving emails via IMAP or PO...Go MAEDA2018-07-061-1/+1
* Allow setting "Parent issue" attribute in emails (#27070).Go MAEDA2018-04-241-1/+2
* Fix indent (#27025).Go MAEDA2018-03-031-1/+1
* Optional regex for filtering attachments on incoming emails (#27025).Go MAEDA2018-03-031-0/+4
* Empty email attachments are imported to Redmine, creating broken DB records (...Jean-Philippe Lang2018-01-071-0/+1
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* allow unicode whitespace after mail handler body delimiters (#17718)Toshi MARUYAMA2017-06-061-1/+1
* Prevent clash with Rails 5.1 Mailer class.Jean-Philippe Lang2017-06-031-1/+1
* Emails with no text or html Content not handled properly (#25269, #25256).Jean-Philippe Lang2017-03-071-2/+8
* Mail parts with empty content should be ignored (#25256).Jean-Philippe Lang2017-03-051-10/+10
* Optional Regex delimiters to truncate incoming emails (#5864).Jean-Philippe Lang2016-12-131-2/+11
* Ability to define a default assigned_to when receiving emails (#23020).Jean-Philippe Lang2016-06-181-1/+1
* Adds Issue#allowed_target_trackers (#7839).Jean-Philippe Lang2016-05-301-5/+8
* Replace Date.today with User.current.today (#22320).Jean-Philippe Lang2016-05-071-1/+1
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* fix received mail text attachment does not keep original encoding on Ruby >= ...Toshi MARUYAMA2016-03-041-1/+1
* Don't check permission to add watchers if no_permission_check option is set (...Jean-Philippe Lang2016-01-221-1/+1
* Add watchers from To and Cc fields in issue replies (#7017).Jean-Philippe Lang2016-01-221-2/+7
* 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