-
Notifications
You must be signed in to change notification settings - Fork 35
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
java.lang.NumberFormatException: For input string: "101f-00000001" #28
Comments
Just found a file using duckduckgo, which results in the same error |
Just wanted to add, that using Apache POI directly by calling |
So... I'm a little confused here. The .msg you referenced is not actually an email, but seems to be an Outlook contact card. I didn't know that was possible, but there you go. Also see: default file extension for contacts changes to .msg
|
Maybe you misunderstood me, I do have valid msg-files that are emails, not contact cards. This issue still exists, but my given example was not as my actual setup is. Can you please re-open this issue? I will try to provide some example-file, but this will take some time. |
Ok, sure. |
Any update? |
Sorry, sadly I got no approval to share some e-mails :/ mostly due to restricted information. As I am not using this lib anymore, you might want to close this. Not interested in this anymore. |
That's unfortunate, I would love to make the library usable for you, but as it stands this bug report doesn't have enough for me to go on. If you do have an example now or in the future, a heads up would be greatly appreciated. Closing for now... |
I have this problem with every email I parse with the normal simple java mail outlook module.
I attached an example email to the comment. |
The sample test file was most helpful. I release a fix (at least for the sample file) in 1.7.9, please verify! |
I am having trouble with some stored
.msg
-files I want to load/parse.When trying to load the file I get this stacktrace:
Using some example-files (https://github.com/bbottema/outlook-message-parser/tree/master/src/test/resources/test-messages) provided by this project it works. I will try to get some example file ready, but as this is some kind of paid-work stuff, this will take some time to provide a proper
.msg
-file for debugging.The text was updated successfully, but these errors were encountered: