rails--rails/actionmailbox/test
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
..
controllers
dummy Always recommend config.asset_host in examples 2020-11-30 16:33:51 -06:00
fixtures/files
generators
jobs
unit Upload raw email before creating pending ActionMailbox::InboundEmail 2021-01-04 09:28:09 -05:00
test_helper.rb Fix backtraces for generated plugin tests 2020-10-07 15:40:56 -05:00