summaryrefslogtreecommitdiffstats
path: root/extra/mail_handler/rdm-mailhandler.rb
Commit message (Expand)AuthorAgeFilesLines
* Incoming emails may cause "invalid byte sequence" error depending on the defa...Go MAEDA2019-09-261-1/+1
* LF line terminators cause misparse of a multi-part email when rdm-mailhandler...Go MAEDA2019-06-251-1/+1
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Don't rescue Exception class (#31387).Go MAEDA2019-05-251-1/+1
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Fix typo in rdm-mailhandler.rb: s/subadress/subaddress/ (#27812)Go MAEDA2017-12-171-1/+1
* Fix typo in rdm-mailhandler.rb: s/Proccessed/Processed/ (#27810).Go MAEDA2017-12-171-1/+1
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* spelling fixes (#25495)Toshi MARUYAMA2017-04-021-2/+2
* Wrong allow-override example in rdm-mailhandler.rb (#23829).Jean-Philippe Lang2016-10-011-2/+2
* 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
* rdm-mailhandler with project-from-subaddress fails (#21531).Jean-Philippe Lang2015-12-201-1/+1
* Allow a default version to be set on the command line for incoming emails (#7...Jean-Philippe Lang2015-11-011-0/+1
* Makes project selection by subaddress optional (#20732).Jean-Philippe Lang2015-10-191-9/+20
* Updates rdm-mailhandler.rb help.Jean-Philippe Lang2015-10-171-27/+31
* Updates rdm-mailhandler.rb help.Jean-Philippe Lang2015-10-171-6/+19
* Mail Handler: option for specifying a custom CA bundle (#19182).Jean-Philippe Lang2015-05-301-2/+6
* Adds private issue option to receiving emails (#8424).Jean-Philippe Lang2015-05-101-0/+1
* rdm-mailhandler.rb should catch EOFError (#18922).Jean-Philippe Lang2015-02-071-1/+1
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Mail handler: adds --no-notification option to disable notifications to the c...Jean-Philippe Lang2013-03-031-1/+4
* Mail handler: adds --no-account-notice option for not sending account informa...Jean-Philippe Lang2013-03-031-2/+6
* Typo and text formatting in rdm-mailhandler usage.Jean-Philippe Lang2013-03-031-6/+6
* Adds copyright.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-7/+12
* Fixed thatinitialize_http_header overrides basic auth in rdm-mailhandler.rb (...Jean-Philippe Lang2013-02-141-2/+2
* MailHandler: exit with 75 when a SystemCallError is raised (#12528).Jean-Philippe Lang2012-12-081-1/+6
* Removed comments.Jean-Philippe Lang2012-05-071-54/+0
* Use optparse instead rdoc/usage in rdm-mailhandler (#10837).Jean-Philippe Lang2012-05-071-52/+64
* remove trailing white-spaces from extra/mail_handler/rdm-mailhandler.rbToshi MARUYAMA2012-04-011-19/+19
* Adds an option to rdm-mailhandler for reading the API key from a file (#4976).Jean-Philippe Lang2011-11-271-0/+12
* Adds an option to rdm-mailhandler to disable server certificate verification ...Jean-Philippe Lang2011-11-271-4/+11
* Adds a User-Agent header to Redmine mailhandler requests (#7318).Jean-Philippe Lang2011-01-151-2/+5
* Adds a 'no_permission_check' option to the MailHandler.Jean-Philippe Lang2009-12-191-3/+9
* Improve rdm-mailhandler exit status (#4368).Jean-Philippe Lang2009-12-091-4/+22
* Fixes broken --unknown-user option in mailhandler script (#3514).Jean-Philippe Lang2009-06-251-1/+1
* Ability to accept incoming emails from unknown users (#2230, #3003).Jean-Philippe Lang2009-06-141-3/+13
* Adds --status option to rdm-mailhandler.Jean-Philippe Lang2008-11-301-1/+3
* Changes ruby bang path to #!/usr/bin/env ruby (#1876).Jean-Philippe Lang2008-11-111-1/+1
* mailhandler: fixes exit status and adds an explicit message if response code ...Jean-Philippe Lang2008-09-161-1/+4
* Use RDoc.usageJean-Philippe Lang2008-09-161-49/+50
* Fixes rdm-mailhandler SSL support (#1724).Jean-Philippe Lang2008-08-031-1/+14
* Mail handler: more control over issue attributes (#1110).Jean-Philippe Lang2008-07-061-16/+49
* Adds a simple API and a standalone script that can be used to forward emails ...Jean-Philippe Lang2008-06-251-0/+79