1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
Commit graph

14 commits

Author SHA1 Message Date
George Claghorn
2b09cbbe44 Shush various interpreter warnings 2018-10-17 12:42:54 -04:00
George Claghorn
7b95ebc9e4 Terminate processing if inbound email is marked as delivered in callback 2018-10-06 22:15:36 -04:00
George Claghorn
a91dc46b32 Skip after callbacks on terminate 2018-10-03 16:04:33 -04:00
George Claghorn
b9e220aa41 Terminate processing on bounce 2018-10-03 15:36:40 -04:00
George Claghorn
7bf2cd437d Add ActionMailbox::Base#bounce_with 2018-10-03 15:14:28 -04:00
David Heinemeier Hansson
8a0a103495 ActionMailroom -> ActionMailbox
We didn't end up using the mailroom metaphor directly, so let's stick with a more conventional naming strategy.
2018-09-28 12:19:43 -07:00
David Heinemeier Hansson
8eb239bd1a Add simply bounce handling
Bouncing is not an exceptional state, so let's not use exceptions to deal with it.
2018-09-21 16:44:48 -07:00
David Heinemeier Hansson
35654cdbd8 Less fancy 2018-09-19 17:13:57 -07:00
David Heinemeier Hansson
a166c21a49 Allow inbound emails to be created on the fly 2018-09-19 17:08:35 -07:00
David Heinemeier Hansson
3e199600ec Routing is a named concept now 2018-09-19 16:38:33 -07:00
David Heinemeier Hansson
78e7ceb347 Test routing runs through a job kicked off by the inbound email 2018-09-19 16:23:14 -07:00
David Heinemeier Hansson
da697e8444 Attach a concrete router to the root mailbox and use it
Don't think this is how it's going to stay. Doesn't feel like the right place for it.
2018-09-19 15:52:16 -07:00
David Heinemeier Hansson
0f140fe158 Add callbacks 2018-09-18 16:42:38 -07:00
David Heinemeier Hansson
5f73fa84ff Extract mailbox test suites into feature-specific slices 2018-09-18 16:42:27 -07:00