summaryrefslogtreecommitdiffstats
path: root/test/unit/mail_handler_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed: Tracker reset to default when replying to an issue email (#7197).Jean-Philippe Lang2010-12-291-2/+15
* Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050Jean-Baptiste Barth2010-12-121-1/+1
* Add assertions for #6929 in MailHandler tests.Jean-Philippe Lang2010-11-201-0/+2
* MailHandler: ignore assignee if invalid.Jean-Philippe Lang2010-11-141-0/+2
* Makes MailHandler ignore invalid keyword values to avoid validation failures.Jean-Philippe Lang2010-11-121-0/+12
* Makes MailHandler accept localized keywords for default or user language (#61...Jean-Philippe Lang2010-11-121-0/+15
* Makes MailHandler accept all issue attributes and custom fields that can be s...Jean-Philippe Lang2010-11-121-0/+5
* Remove email quotes (>) when searching for incoming email delimiters. #2852 #...Eric Davis2010-11-021-0/+32
* Fix test failure from Setting changes in other testsEric Davis2010-09-291-0/+1
* Added three new notifiable events based on issue attributesEric Davis2010-09-281-0/+1
* Added User#notify_about? to check when a user should be notified about an eventEric Davis2010-09-281-1/+1
* Truncate incoming email subject lines to 255 characters. #5698Eric Davis2010-06-201-0/+6
* Accept email from anonymous users with an empty from address. #5604Eric Davis2010-06-191-0/+9
* Add an "Assigned To" keyword to receiving email. #5594Eric Davis2010-05-291-0/+2
* Add 'Start date' and 'End date' keywords for incoming email. #5595Eric Davis2010-05-281-1/+5
* Fixed: tests with ruby1.9 broken by r3322 (#4607).Jean-Philippe Lang2010-01-301-0/+2
* Adds a test with Japanese keywords in a ISO-2002-JP encoded email (#4576).Jean-Philippe Lang2010-01-171-0/+8
* Adds a setting to remove incoming emails body after a delimiter (#4409).Jean-Philippe Lang2009-12-231-0/+52
* Adds a 'no_permission_check' option to the MailHandler.Jean-Philippe Lang2009-12-191-0/+20
* Add assertion about email notification on issue creation via email (#4228).Jean-Philippe Lang2009-12-021-0/+5
* Ignore emails received from the application emission address to avoid hell cy...Jean-Philippe Lang2009-11-081-0/+7
* Upgraded to Rails 2.3.4 (#3597)Eric Davis2009-09-131-1/+1
* Allow spaces between the keyword and colon in incoming mail. (#3731)Eric Davis2009-08-121-0/+15
* Ability to accept incoming emails from unknown users (#2230, #3003).Jean-Philippe Lang2009-06-141-2/+37
* Allows multiple roles on the same project (#706). Prerequisite for user group...Jean-Philippe Lang2009-05-101-0/+1
* Added observers to watch model objects for mail delivery instead of calling M...Eric Davis2009-03-281-0/+15