gitlab-org--gitlab-foss/app/mailers
Rémy Coutable 9f218fc184 Improve and finish the fallback to the In-Reply-To and References header for 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
2016-03-25 13:05:15 +01:00
..
emails Add new notifications for issue move action 2016-03-17 07:39:16 +01:00
.gitkeep init commit 2011-10-09 00:36:38 +03:00
abuse_report_mailer.rb Make AbuseReportMailer responsible for knowing if it should deliver 2016-01-04 18:59:25 -05:00
base_mailer.rb Migrate mailers to ActiveJob 2015-11-26 17:03:43 +02:00
devise_mailer.rb Revert "Allow to configure smtp and sendmail in gitlab.yml" 2015-05-06 17:39:18 +03:00
email_rejection_mailer.rb Generate valid Message-ID in email rejection mailer 2016-01-30 18:30:53 +08:00
notify.rb Improve and finish the fallback to the In-Reply-To and References header for the reply-by-email feature 2016-03-25 13:05:15 +01:00