mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 18:29:54 +08:00
068889cb5f
This PR fixes a couple of issues related to group SMTP: 1. When running the group SMTP job, we were exiting early if the email was for the OP because of an IMAP race condition. However this causes issues when replying as a new topic for an existing SMTP topic, as the recipient does not get the OP email which can cause threading problems. 2. When sending emails for a new topic spun out like the issue in 1., we are not maintaining the original subject/topic title because that is based on the incoming email record, which we were not doing because the group SMTP email was never sent because of issue 1. |
||
---|---|---|
.. | ||
bulk_user_title_update_spec.rb | ||
group_smtp_email_spec.rb |