summaryrefslogtreecommitdiffstats
path: root/lib/tasks/email.rake
Commit message (Expand)AuthorAgeFilesLines
* Allow IMAP4 email receiving to skip SSL certificate verification with `ssl=fo...Go MAEDA2 days1-0/+2
* Add description for `ssl=force` option to rake task `redmine:email:receive_po...Go MAEDA2 days1-0/+2
* Remove current year from source file copyright headers and update year in foo...Marius Balteanu2024-02-261-1/+1
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Don't rescue Exception class (#31387).Go MAEDA2019-05-251-1/+1
* Remove frozen_string_literal magic comment from files which are not used when...Go MAEDA2019-03-211-2/+0
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Send emails asynchronously (#26791).Jean-Philippe Lang2018-10-101-4/+1
* "no_notification" option is not listed in the help of "rake redmine:email:rec...Go MAEDA2018-09-271-0/+1
* redmine:email:read and rdm-mailhandler.rb should use safe_receive instead of ...Jean-Philippe Lang2018-09-231-1/+1
* Fix: "project_from_subbaddress" option is not listed in the help of "rake red...Go MAEDA2018-01-241-0/+3
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Ability to define a default assigned_to when receiving emails (#23020).Jean-Philippe Lang2016-06-181-0/+1
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Allow a default version to be set on the command line for incoming emails (#7...Jean-Philippe Lang2015-11-011-0/+1
* Mail Handler: add support for allow_override=all (#20543).Jean-Philippe Lang2015-10-171-47/+31
* Adds private issue option to receiving emails (#8424).Jean-Philippe Lang2015-05-101-0/+1
* IMAP STARTTLS support (#16823).Jean-Philippe Lang2015-01-271-1/+3
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* add support for pop3s (SSL) to redmine:email:receive_pop3 (#16707)Toshi MARUYAMA2014-05-161-0/+2
* Use async email deliveries in rake tasks (#16784).Jean-Philippe Lang2014-05-021-3/+9
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Adds a method for extracting MailHandler options from ENV.Jean-Philippe Lang2013-05-041-27/+3
* Fetching emails via rake task does not support --no-account-notice and --defa...Jean-Philippe Lang2013-05-011-0/+10
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* replace Mailer deliver syntax to Rails3 styleToshi MARUYAMA2012-05-051-1/+1
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Don't send test email asynchronously.Jean-Philippe Lang2012-04-291-1/+3
* Fixed task redmine:email:test broken by r9080. Jean-Philippe Lang2012-04-291-1/+1
* Renamed Mailer#test to Mailer#test_email.Jean-Philippe Lang2012-03-041-1/+1
* set svn:eol-style native lib/tasks/email.rakeToshi MARUYAMA2012-03-041-186/+186
* Use prefered syntax for redmine:email:test definition (#8611).Etienne Massip2011-09-261-1/+1
* fix typo in imap examples at lib/tasks/email.rake (#9198)Toshi MARUYAMA2011-09-071-2/+2
* remove trailing white-spaces from rake redmine:email:test task source.Toshi MARUYAMA2011-05-281-19/+19
* handle a nil user in rake redmine:email:test task.Toshi MARUYAMA2011-05-281-1/+1
* use rake task parameter style message if redmine:email:test parameter is blank.Toshi MARUYAMA2011-05-281-1/+1
* Add rake task to send test email. (#6511)Eric Davis2010-10-151-0/+17
* Adds a rake task to receive emails from a POP3 server (#2420).Jean-Philippe Lang2010-01-171-0/+33
* Adds a 'no_permission_check' option to the MailHandler.Jean-Philippe Lang2009-12-191-0/+6
* Ability to accept incoming emails from unknown users (#2230, #3003).Jean-Philippe Lang2009-06-141-1/+17
* IMAP: add options to move received emails.Jean-Philippe Lang2008-12-311-2/+9
* Adds status option to email integration rake tasks.Jean-Philippe Lang2008-11-301-2/+4
* Use example.net as domain in default configuration (#1762).Jean-Philippe Lang2008-08-251-2/+2
* Mail handler: more control over issue attributes (#1110).Jean-Philippe Lang2008-07-061-20/+56
* Adds a rake task (redmine:email:receive_imap) to read emails from an IMAP ser...Jean-Philippe Lang2008-06-221-3/+35
* Adds basic support for issue creation via email (#1110).Jean-Philippe Lang2008-06-221-0/+37