-
-
Notifications
You must be signed in to change notification settings - Fork 274
Header can be empty #123
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
Comments
Hi @mcix, this issue should already be solved (#109) in 5.0.0.rc1-SNAPSHOT. Is it possible for you to update to this? You'll need the Nexus snapshots repo. |
Hi @bbottema , yes I did try the 5.0.0.rc1-SNAPSHOT version using the nexus snapshot repo, but that did not solve the problem. The fix in #109 was fixed in src/main/java/org/simplejavamail/email/Email.java, the issue I am referring to is in src/main/java/org/simplejavamail/email/EmailPopulatingBuilder.java |
I published a new release candidate, 5.0.0.rc2-SNAPSHOT, please try with that. |
Thanks! Tested with 5.0.0.rc2-SNAPSHOT, works 👍 |
When converting a mimeMessage to Email abject I get the following stack trace.
One of the headers is in the MimeMessage is an empty string, I found this related issue:
#109
It seems to be the same problem, but in a different case when converting from a mimeMessage.
See (in EmailPopulatingBuilder.java)
Should be
The text was updated successfully, but these errors were encountered: