-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
NPE on ClientSubmitTime when original message has not been sent yet #25
Comments
Released in 1.7.1 |
Seems like this created another issue:
Second thing, I don't know if this might be a seperate issue: |
How do I reproduce this, @Faelean?
I'll have a look, thanks for the heads up. Quick question, this worked for you previously or you just noticed it now? |
I haven't change anything in my code, the two mails creating issues are the same as before. I haven't seen this issue because of the NullPointer. |
Sorry I missunderstood, I commented here because you 'moved' the issue in Simple Java Mail here, the original call is EmailConverter.outlookMsgToEmail(stream) from Simple Java Mail. |
As for the other issue, I suspect this is an Outlook version problem where the properties work differently. This is an email that doesn't have a sent-address (yet), but the property for it is still encoded with a garbage value. I'm not sure how to handle this yet. |
@Faelean, Simple Java Mail now uses 1.7.3 in release 6.0.1 |
Copied from bbottema/simple-java-mail#243
The text was updated successfully, but these errors were encountered: