discourse/lib/email
Gerhard Schlager f2d00e5eff FEATURE: Use Message-ID for detecting email replies to group
Ignores the site setting "find_related_post_with_key" and always tries to honor the `In-Reply-To` and `References` header for emails sent to a group.

The senders email address must be included in the `To` or `CC` header of a previous email sent to the group and the `Message-ID` of that email must be included in the current email's `In-Reply-To` or `References` header.
2018-04-05 11:00:38 +02:00
..
message_builder.rb FEATURE: add setting which adds group name to PM email subject (#5475) 2018-02-19 10:20:17 +01:00
processor.rb suppress rejection email when email was sent to mailinglist mirror category 2017-11-17 15:29:14 +01:00
receiver.rb FEATURE: Use Message-ID for detecting email replies to group 2018-04-05 11:00:38 +02:00
renderer.rb Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
sender.rb Switch ids in References-Header field of mails. (#5567) 2018-02-22 10:48:23 +01:00
styles.rb UX: add onebox favicon styling in email 2017-12-05 14:08:30 +05:30