discourse/app
Martin Brennan 5f7bef6d20
FEATURE: Add email_encoded parameter to accept inbound base64 encoded emails (#12947)
We have found when receiving and posting inbound emails to the handle_mail route, it is better to POST the payload as a base64 encoded string to avoid strange encoding issues. This introduces a new param of `email_encoded` and maintains the legacy param of email, showing a deprecation warning. Eventually the old param of `email` will be dropped and the new one `email_encoded` will be the only way to handle_mail.
2021-05-06 12:59:52 +10:00
..
assets UX: Admin watched words UI tweaks (#12956) 2021-05-06 12:40:07 +10:00
controllers FEATURE: Add email_encoded parameter to accept inbound base64 encoded emails (#12947) 2021-05-06 12:59:52 +10:00
helpers FEATURE: Allow theme tests to be run in production (take 2) (#12845) 2021-04-28 23:12:08 +03:00
jobs FEATURE: add support for like webhooks (#12917) 2021-04-30 17:08:38 -07:00
mailers FEATURE: Auto-activate users invited by email (#12675) 2021-04-14 12:15:56 +03:00
models FIX: Base topic details message on current category and tag tracking state (#12937) 2021-05-06 09:14:07 +10:00
serializers FIX: Base topic details message on current category and tag tracking state (#12937) 2021-05-06 09:14:07 +10:00
services FIX: Link notification to first unread post (#12868) 2021-05-04 13:03:00 +10:00
views DEV: Arrange theme QUnit dependencies in the right order (#12907) 2021-04-30 13:28:33 +03:00