summaryrefslogtreecommitdiffstats
path: root/test/unit/mail_handler_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Merged r12736 (#15977).Jean-Philippe Lang2014-02-081-1/+1
* Merged r12420 (#15684).Jean-Philippe Lang2013-12-211-1/+9
* Exclude attachments from incoming emails based on file name (#3413).Jean-Philippe Lang2013-09-291-0/+18
* Use the default project when receiving an email with an invalid project keywo...Jean-Philippe Lang2013-07-291-0/+9
* Fix handling multiple text parts in email (#13646).Jean-Philippe Lang2013-05-121-0/+7
* Adds a method for extracting MailHandler options from ENV.Jean-Philippe Lang2013-05-041-0/+13
* 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/+13
* Mail handler: adds --no-account-notice option for not sending account informa...Jean-Philippe Lang2013-03-031-0/+16
* Mail handler: adds --default-group option to add created user to one or more ...Jean-Philippe Lang2013-03-031-0/+16
* Use User#generate_password in MailHandler.Jean-Philippe Lang2013-02-231-8/+0
* Removing shoulda context.Jean-Philippe Lang2013-02-031-59/+41
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Fixed that validation fails when receiving an email with list custom fields (...Jean-Philippe Lang2012-12-131-2/+2
* fix non ASCII attachment filename encoding broken (MOJIBAKE) in receiving mai...Toshi MARUYAMA2012-11-211-0/+74
* Fixed that MailHandler raises an error when email has no subject header (#123...Jean-Philippe Lang2012-11-181-0/+9
* replace non ASCII characters to hexadecimals at unit mail handler testToshi MARUYAMA2012-11-161-1/+3
* fix receiving mail subject broken which does not begin with encoding name (#1...Toshi MARUYAMA2012-11-161-0/+11
* add test of receiving mail subject begins with encoding name (#12375)Toshi MARUYAMA2012-11-161-0/+11
* Private issue notes (#1554).Jean-Philippe Lang2012-10-031-0/+15
* MailHandler: Match assignee on the full display name (#11552).Jean-Philippe Lang2012-08-261-0/+10
* Fixed: Custom fields of type version not proper handled in receiving e-mails ...Jean-Philippe Lang2012-08-061-0/+12
* Tests should not change settings.Jean-Philippe Lang2012-07-081-0/+4
* Ignore emails with "Auto-Submitted: auto-*" header (#11338).Jean-Philippe Lang2012-07-071-1/+2
* Fixed: German umlauts in Subject get striped with ruby1.8 (#11065).Jean-Philippe Lang2012-06-101-0/+9
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Additional test for MailHandler.Jean-Philippe Lang2012-04-191-1/+11
* Ignore emails with Auto-Submitted: auto-replied header (#10607).Jean-Philippe Lang2012-04-131-6/+12
* Makes the mail handler ignore out-of-office emails (#10607).Jean-Philippe Lang2012-04-061-0/+9
* replace hard-coded non ASCII literal to UTF-8 hexadecimal at test/unit/mail_h...Toshi MARUYAMA2012-03-141-2/+6
* Strip login and password read from the email body.Jean-Philippe Lang2012-03-041-2/+2
* Adds an helper to get the body of an email in tests.Jean-Philippe Lang2012-03-041-2/+2
* MailHandler: fixed that sender's fullname is not unquoted (#10334).Jean-Philippe Lang2012-03-011-0/+15
* Fixed an assertion for ruby1.9.Jean-Philippe Lang2012-02-051-1/+1
* Increase username length limit from 30 to 60 (#2719).Jean-Philippe Lang2012-02-051-7/+4
* code layout clean up test/unit/mail_handler_test.rbToshi MARUYAMA2012-01-301-17/+78
* code layout cleanup unit mail handler test fixturesToshi MARUYAMA2012-01-301-19/+7
* test: add attachment tests at unit mail handler test for Rails3Toshi MARUYAMA2012-01-291-0/+3
* remove trailing white-space from test/unit/mail_handler_test.rbToshi MARUYAMA2012-01-051-1/+1
* replace hard-coded Japanese literal to utf-8 hexadecimal at test/unit/mail_ha...Toshi MARUYAMA2012-01-051-1/+3
* Improved user creation from incoming email.Jean-Philippe Lang2011-11-271-0/+40
* remove trailing white-spaces from test/unit/mail_handler_test.rb.Toshi MARUYAMA2011-08-311-5/+5
* Fixed: attachments from Apple Mail not added by mail handler (#8651).Jean-Philippe Lang2011-07-291-0/+10
* Fixed: MailHandler does not include JournalDetail for attached files (#7966).Jean-Philippe Lang2011-07-241-4/+25
* Ability to assign issues to groups (#2964).Jean-Philippe Lang2011-07-231-0/+13
* Fixed: Setting issue attributes from mail should be case-insensitive (#8759).Jean-Philippe Lang2011-07-091-1/+1
* remove trailing white-spaces from unit mail handler test.Toshi MARUYAMA2011-05-171-3/+3
* code clean up MailHandlerTest unit test.Toshi MARUYAMA2011-04-281-35/+26
* Fixed: mail handler keywords are not removed when updating issues (#7785).Jean-Philippe Lang2011-03-131-0/+4
* Fixed: CLI-supplied defaults should not be applied when replying to an issue ...Jean-Philippe Lang2010-12-291-0/+8