Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement "Message-ID" email header #49

Open
r-a-y opened this issue Nov 29, 2013 · 0 comments
Open

Implement "Message-ID" email header #49

r-a-y opened this issue Nov 29, 2013 · 0 comments
Milestone

Comments

@r-a-y
Copy link
Owner

r-a-y commented Nov 29, 2013

Set the "Message-ID" email header to a unique identifier so email threading might be possible with the "In-Reply-To" email header when a reply is made.

Needs some R&D and testing.

Also see this article:
https://blog.choonkeat.com/weblog/2014/02/better-incoming-email-handling-for-your-webapp.html

See #48.

r-a-y added a commit that referenced this issue Jun 12, 2014
This will allow proper email threading to occur in email clients that
support it.

To prepare the "Message-ID" header, a new listener property - "reply_to_id"
- is added to determine the uniqueness of the outgoing email.  The
"reply_to_id" is generally the post ID of whatever is creating the email.

See #49.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant