summaryrefslogtreecommitdiff
path: root/config/mail_room.yml
Commit message (Collapse)AuthorAgeFilesLines
* Don't require Gitlab::Redis in mail_room.yml if it's already definedRémy Coutable2016-06-101-1/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Add Gitlab::Redis connection poolJacob Vosmaer2016-04-041-2/+2
|
* Improve and finish the fallback to the In-Reply-To and References header for ↵2364-fallback-to-in-reply-to-headerRémy Coutable2016-03-251-1/+1
| | | | | | | | | | | | | | | | the reply-by-email feature A few things to note: - The IncomingEmail feature is now enabled even without a correctly-formatted sub-address - Message-ID for new thread mail are kept the same so that subsequent notifications to this thread are grouped in the thread by the email service that receives the notification (i.e. In-Reply-To of the answer == Message-ID of the first thread message) - To maximize our chance to be able to retrieve the reply key, we look for it in the In-Reply-To header and the References header - The pattern for the fallback reply message id is "reply-[key]@[gitlab_host]" - Improve docs thanks to Axil
* Parse config/resque.yml in one place onlyJacob Vosmaer2016-03-091-7/+2
|
* Don't load all of GitLab in mail_roomDouwe Maan2016-02-261-36/+49
| | | | Fixes #12731
* Make Reply by email easier to configureDouwe Maan2015-10-131-0/+39