-
-
Notifications
You must be signed in to change notification settings - Fork 272
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
Add support native API for setting Return-Receipt-To header #95
Labels
Milestone
Comments
bbottema
added a commit
that referenced
this issue
Aug 15, 2017
bbottema
added a commit
that referenced
this issue
Aug 15, 2017
bbottema
pushed a commit
that referenced
this issue
Aug 16, 2017
Release in 4.4.0. Please verify. |
bbottema
added a commit
that referenced
this issue
Aug 20, 2017
bbottema
added a commit
that referenced
this issue
Aug 20, 2017
bbottema
added a commit
that referenced
this issue
Nov 12, 2017
#102: When parsing MimeMessage to Email, also include the Return-Path as bounceToAddress #95: When parsing MimeMessage to Email, also include the Return-Receipt-To #93: When parsing MimeMessage to Email, also include the Disposition-Notification-To Other: Overhauled MimeMessageParser to be more useful and usable (including better exceptions)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Similar to #93, we can add native Java API for setting the return-receipt-to header. Although rarely used, it nice to be able to do it safely through a tested Java API.
The text was updated successfully, but these errors were encountered: