summaryrefslogtreecommitdiffstats
path: root/lib/redmine/imap.rb
Commit message (Expand)AuthorAgeFilesLines
* Allow IMAP4 email receiving to skip SSL certificate verification with `ssl=fo...Go MAEDA2 days1-1/+9
* Fix deprecation warning for IMAP4 email receiving: "Call Net::IMAP.new with k...Go MAEDA2024-11-141-1/+1
* Fix RuboCop offense Layout/SpaceAfterComma, one of the offenses enabled in ru...Go MAEDA2024-08-121-1/+1
* 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
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Fixed STARTTLS option key (#19232).Jean-Philippe Lang2015-03-071-1/+1
* IMAP STARTTLS support (#16823).Jean-Philippe Lang2015-01-271-0/+4
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Don't abort processing of emails when an email triggers a parsing exception (...Jean-Philippe Lang2014-03-211-1/+1
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Use uid_ methods for retrieving IMAP messages (#14101).Jean-Philippe Lang2013-05-281-10/+10
* Disconnect and logout from IMAP after mail receive (#14103).Jean-Philippe Lang2013-05-281-0/+2
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Replace RAILS_DEFAULT_LOGGER with ::Rails.logger (#11013).Jean-Philippe Lang2012-05-251-1/+1
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* remove trailing white-spaces from lib/redmine/imap.rbToshi MARUYAMA2011-09-201-7/+7
* IMAP: add options to move received emails.Jean-Philippe Lang2008-12-311-1/+10
* IMAP: fetch unseen messages only.Jean-Philippe Lang2008-06-221-1/+1
* IMAP: Mark emails as Seen.Jean-Philippe Lang2008-06-221-2/+10
* Adds a rake task (redmine:email:receive_imap) to read emails from an IMAP ser...Jean-Philippe Lang2008-06-221-0/+43