gitlab-org--gitlab-foss/spec
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
..
config Don't load all of GitLab in mail_room 2016-02-26 18:48:13 -08:00
controllers Merge branch 'fix-sorting-by-votes-on-groups-page' into 'master' 2016-03-23 10:35:54 +00:00
factories Fix specs 2016-03-21 09:09:59 +01:00
features Fix specs broken by !3270 and !3337. 2016-03-24 10:10:46 +01:00
finders Fix specs 2016-03-22 00:23:58 +01:00
fixtures 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
helpers Merge branch 'master' into issue_12658 2016-03-21 23:22:21 +01:00
initializers Ensure Gravatar host looks like an actual host 2016-01-18 14:58:16 +01:00
javascripts Change js-quick-submit behavior to expect the class on the form 2016-03-02 15:11:15 -05:00
lib 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
mailers 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
models Rename Event#proper? to Event#visible_to_user? 2016-03-24 14:24:22 -03:00
requests Merge branch 'master' into issue_12658 2016-03-21 23:22:21 +01:00
routing Remove Profile::KeysController#new action 2016-03-03 16:13:59 -05:00
services Preserve time notes has been updated at when moving issue 2016-03-23 13:22:27 +01:00
support Tweaks, refactoring, and specs 2016-03-20 21:04:07 +01:00
tasks/gitlab Reload the schema before restoring a database backup 2016-03-21 21:16:34 -05:00
views Move "I should see Crowd login form" feature to a view spec 2016-02-24 17:38:13 -05:00
workers Cache output of Repository#exists? 2016-03-19 21:54:08 +01:00
factories_spec.rb
rails_helper.rb
spec_helper.rb Original implementation to allow users to subscribe to labels 2016-03-15 17:25:37 +01:00
teaspoon_env.rb