rails--rails/actionmailbox/test/unit
George Claghorn 22f3dfe3cb
Upload raw email before creating pending ActionMailbox::InboundEmail
Fix that a storage upload error would leave behind a stuck-pending ActionMailbox::InboundEmail that could never be processed. The message isn't lost: the SMTP relay sees an HTTP server error and defers message delivery. We just have spurious, non-actionable InboundEmails stuck pending and tripping monitoring.

This does still leave behind an unattached ActiveStorage::Blob with no corresponding object on the storage service, but that's less annoying.
2021-01-04 09:28:09 -05:00
..
inbound_email Allow skipping incineration of processed emails 2019-02-06 19:28:49 -05:00
mail_ext Test extensions to Mail gem 2019-12-03 06:51:41 +09:00
mailbox Rename variable to represent type 2019-05-05 10:29:31 -07:00
inbound_email_test.rb Upload raw email before creating pending ActionMailbox::InboundEmail 2021-01-04 09:28:09 -05:00
relayer_test.rb
router_test.rb Fix Bcc header missing with emails from conductor and test helpers 2019-07-26 13:04:16 -04:00
test_helper_test.rb Correct the assertion argument order 2019-08-08 00:06:34 +05:30