aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * Match file and class nameDavid Heinemeier Hansson2018-09-271-0/+0
| | |
| | * Add TODOs based on review callDavid Heinemeier Hansson2018-09-272-0/+4
| | |
| | * Did thatDavid Heinemeier Hansson2018-09-251-1/+0
| | |
| | * Handle all recipients of an email as part of the routingDavid Heinemeier Hansson2018-09-252-3/+17
| | |
| | * Extract and associate message_id with newly created inbound emailsDavid Heinemeier Hansson2018-09-257-6/+36
| | |
| | * Add simply bounce handlingDavid Heinemeier Hansson2018-09-212-2/+16
| | | | | | | | | | | | Bouncing is not an exceptional state, so let's not use exceptions to deal with it.
| | * Remember to deal with message_idDavid Heinemeier Hansson2018-09-201-0/+1
| | |
| | * Stick with match conceptDavid Heinemeier Hansson2018-09-201-2/+2
| | |
| | * StyleDavid Heinemeier Hansson2018-09-201-1/+0
| | |
| | * Expand router with real routing object and 4-way address optionsDavid Heinemeier Hansson2018-09-204-4/+89
| | |
| | * Use proper defaultDavid Heinemeier Hansson2018-09-201-1/+1
| | |
| | * Test single and multiple string routesDavid Heinemeier Hansson2018-09-191-8/+30
| | |
| | * Less fancyDavid Heinemeier Hansson2018-09-193-8/+7
| | |
| | * Allow inbound emails to be created on the flyDavid Heinemeier Hansson2018-09-196-12/+22
| | |
| | * before_processing should run before the inbound email has been marked as ↵David Heinemeier Hansson2018-09-191-2/+2
| | | | | | | | | | | | processing
| | * Extract method to encapsulate status tracking on inbound emailDavid Heinemeier Hansson2018-09-191-8/+14
| | |
| | * Needless local varDavid Heinemeier Hansson2018-09-191-2/+1
| | |
| | * You're not paying by the characterDavid Heinemeier Hansson2018-09-191-1/+1
| | |
| | * Anemic test better covered in mailbox/routing_test.rbDavid Heinemeier Hansson2018-09-191-9/+0
| | |
| | * Extract routable concernDavid Heinemeier Hansson2018-09-192-11/+14
| | |
| | * Routing is a named concept nowDavid Heinemeier Hansson2018-09-195-11/+11
| | |
| | * Test routing runs through a job kicked off by the inbound emailDavid Heinemeier Hansson2018-09-191-0/+7
| | |
| | * Temp routing directly to named controllerDavid Heinemeier Hansson2018-09-191-1/+1
| | | | | | | | | | | | Need the singleton to live somewhere proper.
| | * Everyone needs job testingDavid Heinemeier Hansson2018-09-193-5/+2
| | |
| | * Ensure raw email is created firstDavid Heinemeier Hansson2018-09-191-5/+4
| | | | | | | | | | | | Otherwise jobs hanging off the InboundEmail won't be able to access the Active Storage data (as it won't have been uploaded yet).
| | * Simpler class definitionDavid Heinemeier Hansson2018-09-191-6/+4
| | | | | | | | | | | | Don't actually remember why we've used the explicit module wrapper before?
| | * Add easy way to get logging information inline for test failure diagnosisDavid Heinemeier Hansson2018-09-191-0/+4
| | |
| | * Attach a concrete router to the root mailbox and use itDavid Heinemeier Hansson2018-09-196-14/+55
| | | | | | | | | | | | Don't think this is how it's going to stay. Doesn't feel like the right place for it.
| | * Included in test helper nowDavid Heinemeier Hansson2018-09-191-2/+0
| | |
| | * Add incineration by defaultDavid Heinemeier Hansson2018-09-195-0/+76
| | |
| | * Follow db table conventionDavid Heinemeier Hansson2018-09-191-1/+1
| | |
| | * Tmp filesDavid Heinemeier Hansson2018-09-191-0/+1
| | |
| | * Make debugger available in testingDavid Heinemeier Hansson2018-09-191-0/+2
| | |
| | * Missing suffixDavid Heinemeier Hansson2018-09-191-0/+0
| | |
| | * Only deliver pending emails to the mailroomDavid Heinemeier Hansson2018-09-183-3/+14
| | | | | | | | | | | | Makes it easier to test without triggering this behavior.
| | * Inherit from ActiveJob::Base rather than ApplicationJobDavid Heinemeier Hansson2018-09-182-7/+9
| | | | | | | | | | | | Don't want to trigger app-specific behavior here.
| | * Prefix queue name like we do routesDavid Heinemeier Hansson2018-09-181-1/+1
| | |
| | * Make a note for tying inbound email to exceptionDavid Heinemeier Hansson2018-09-181-0/+2
| | | | | | | | | | | | Then InboundEmail doesn't need to serialize or track the exception that went with it. The arrow will point the other way.
| | * Add callbacksDavid Heinemeier Hansson2018-09-183-2/+60
| | |
| | * Extract mailbox test suites into feature-specific slicesDavid Heinemeier Hansson2018-09-182-36/+34
| | |
| | * More scalable name!David Heinemeier Hansson2018-09-181-2/+2
| | | | | | | | | | | | There'll probably be other concerns we need to do around the processing.
| | * Proper orderDavid Heinemeier Hansson2018-09-181-1/+1
| | |
| | * Process inbound emails with state and exceptionsDavid Heinemeier Hansson2018-09-182-1/+51
| | |
| | * Use rails scope by defaultDavid Heinemeier Hansson2018-09-181-1/+1
| | |
| | * Add test for unsupported content typeDavid Heinemeier Hansson2018-09-182-0/+9
| | |
| | * Remember to add access protectionDavid Heinemeier Hansson2018-09-181-0/+1
| | |
| | * Use a test helper to create fixtures rather than rely on them being predefinedDavid Heinemeier Hansson2018-09-183-23/+18
| | | | | | | | | | | | Too much hassle to manage all the steps compared to just pointing to an .eml fixture and having it setup for you.
| | * Add basic, unauthenticated inbound emails controllerDavid Heinemeier Hansson2018-09-173-0/+40
| | |
| | * Assert the intended email was processedDavid Heinemeier Hansson2018-09-171-2/+2
| | |
| | * No byebug history plzDavid Heinemeier Hansson2018-09-171-0/+1
| | |