summaryrefslogtreecommitdiff
path: root/app/workers/email_receiver_worker.rb
Commit message (Expand)AuthorAgeFilesLines
* Re-organize queues to use for Sidekiqseparate-sidekiq-queuesYorick Peterse2016-10-211-2/+1
* An instruction for what to doLin Jen-Shin2016-06-151-1/+1
* This is easier to read for me. No early returnLin Jen-Shin2016-05-241-30/+29
* Merge the places where exceptions could be raisedLin Jen-Shin2016-05-241-0/+2
* so we use separate classes to handle different tasksLin Jen-Shin2016-05-181-10/+10
* Report better errors. TODO: Enable skipped testLin Jen-Shin2016-05-161-0/+2
* Update wording because we're overloading UserNotAuthorizedErrorLin Jen-Shin2016-05-161-1/+1
* Handle InvalidIssueError as InvalidNoteErrorLin Jen-Shin2016-05-161-1/+2
* fix specsrails_update_to_4_2Valery Sizov2015-11-301-1/+1
* Migrate mailers to ActiveJobValery Sizov2015-11-261-1/+1
* Rename reply_by_email to incoming_email to prepare for the future.Douwe Maan2015-09-211-1/+1
* Ignore empty incoming messages.Douwe Maan2015-08-241-0/+2
* Block blocked users from replying to threads by email.reply-by-emailDouwe Maan2015-08-211-0/+2
* Make error class names more consistent.Douwe Maan2015-08-201-2/+2
* Extract ReplyParser and AttachmentUploader from Receiver.Douwe Maan2015-08-201-8/+8
* Send a rejection email when the incoming email couldn't be processed.Douwe Maan2015-08-191-6/+31
* Changes and stuff.Douwe Maan2015-08-181-1/+1
* Reply by email POCDouwe Maan2015-08-181-0/+22