discourse/app
Martin Brennan fb184fed06
DEV: Add created_via column to IncomingEmail (#11751)
This should make it easier to track down how the incoming email was created, which is one of four locations:

The POP3 poller (which picks up reply via email replies)
The admin email controller #handle_mail (which is where hosted mail is sent)
The IMAP sync tool
The group SMTP mailer, which sends emails when replying to IMAP topics, pre-emptively creating IncomingEmail records to avoid double syncing
2021-01-20 13:22:41 +10:00
..
assets FIX: Unescape emoji when pg headlines is used for search result blurb. 2021-01-20 09:31:25 +08:00
controllers DEV: Add created_via column to IncomingEmail (#11751) 2021-01-20 13:22:41 +10:00
helpers UX: Use appropriate logo on static pages (#11211) 2020-11-12 10:50:55 -08:00
jobs DEV: Add created_via column to IncomingEmail (#11751) 2021-01-20 13:22:41 +10:00
mailers FEATURE: reason to reject user signup (#11700) 2021-01-15 09:43:26 +11:00
models DEV: Add created_via column to IncomingEmail (#11751) 2021-01-20 13:22:41 +10:00
serializers FEATURE: reason to reject user signup (#11700) 2021-01-15 09:43:26 +11:00
services FIX: Do not email group user with user_private_message notification (#11754) 2021-01-20 10:53:08 +10:00
views FIX: Safari iOS page title and url regression when sharing (#11699) 2021-01-13 11:10:43 -05:00