summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/email/receiver_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add frozen_string_literal to spec/lib (part 1)Thong Kuah2019-07-261-0/+2
* Backport 5480-epic-notifications from EEMario de la Ossa2018-05-071-1/+0
* Don't send rejection mails for all auto-generated mails28472-ignore-auto-generated-mailsLin Jen-Shin2017-08-031-8/+8
* Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable2017-07-271-1/+1
* Handle incoming emails from aliases correctly2247-emails-forwarded-to-service-desk-email-don-t-comeSean McGivern2017-05-031-0/+18
* Don't blow up when email has no References headerdont-blow-up-when-email-has-no-references-headerSean McGivern2017-05-011-1/+9
* Split tests into their own classesLin Jen-Shin2016-05-241-233/+3
* Merge the places where exceptions could be raisedLin Jen-Shin2016-05-241-0/+8
* Use the authentication_token for finding the userLin Jen-Shin2016-05-201-3/+3
* Rename reply_key to mail_keyLin Jen-Shin2016-05-201-11/+11
* Actually there's no such caseLin Jen-Shin2016-05-201-9/+0
* Give ProjectNotFound when the project is not readableLin Jen-Shin2016-05-181-2/+2
* so we use separate classes to handle different tasksLin Jen-Shin2016-05-181-14/+14
* Report better errors. TODO: Enable skipped testLin Jen-Shin2016-05-161-5/+20
* Create a new issue via: incoming+group/project+AUTH_TOKEN@...Lin Jen-Shin2016-05-161-1/+19
* Alloy empty reply for new issues, but not responseLin Jen-Shin2016-05-161-1/+15
* Implement #3243 New Issue by emailLin Jen-Shin2016-05-161-12/+54
* Fix a typoLin Jen-Shin2016-05-161-1/+1
* 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-8/+18
* Fix #2364. Fall back to In-Reply-To header when reply key not availableDavid Padilla2016-03-251-0/+13
* Update specDouwe Maan2016-01-071-4/+7
* Tag lib specsDouwe Maan2015-12-091-1/+1
* Rename reply_by_email to incoming_email to prepare for the future.Douwe Maan2015-09-211-1/+1
* Block blocked users from replying to threads by email.reply-by-emailDouwe Maan2015-08-211-0/+10
* Add stub_reply_by_email_setting helper.Douwe Maan2015-08-201-2/+1
* Add fixture_file helper.Douwe Maan2015-08-201-6/+0
* Removed unused fixtures.Douwe Maan2015-08-201-1/+1
* Test Gitlab::Email::Receiver.Douwe Maan2015-08-201-0/+135