rails/actionmailbox/app
Jan Sterba 4b8511859a Fix ingress controllers' ability to accept non UTF-8 encoded emails
Since most of the ingress controllers receive raw MIME data in POST body,
it is impossible to guaratee that these are in UTF-8 as email comes in all
possible encodings.

This patch disables force transcoding to UTF-8 by ActionController params
processing for params that contain RAW MIME email bodies.

Fix #46297
2022-12-30 23:53:10 +01:00
..
controllers Fix ingress controllers' ability to accept non UTF-8 encoded emails 2022-12-30 23:53:10 +01:00
jobs/action_mailbox Allow skipping incineration of processed emails 2019-02-06 19:28:49 -05:00
models/action_mailbox Instrument Action Mailbox processing 2022-03-09 10:06:43 +00:00
views Implement ActionMailbox incinerate in conductor 2021-06-24 15:35:56 -03:00