rails--rails/actionmailbox/app
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 Sendgrid: prepend X-Original-To header with envelope recipients 2020-07-21 19:38:38 -04:00
jobs/action_mailbox Allow skipping incineration of processed emails 2019-02-06 19:28:49 -05:00
models/action_mailbox Upload raw email before creating pending ActionMailbox::InboundEmail 2021-01-04 09:28:09 -05:00
views Allow passing URL params to conductor form for inbound emails 2020-07-14 14:02:43 -04:00