-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Attachments were not converted #1
Comments
Thanks for your report, and great that you have provided a test case. I'll have a look at it as soon as I have some spare minutes (tentatively this weekend). I'll get back to you then! |
Here's a quick update, what I've found out so far: The issue seems to be, that the
|
Should probably better by covered by the 'eml-format' module See #1
Should probably better by covered by the 'eml-format' module See #1
Great! My partial.emlx files were successfully converted to eml files, but all the converted eml files did not contain any attachment file... although the source emlx files had attachments (cf. attached data source).
I explored your code, and found "data.body" (after parsing elm) were not an array, but was strings including multi-part border strings, which means the multi-part eml sources were not parsed correctly. This resulted in appending contents of the original emlx files only, without attaching any file. Do you have any concern on this?
Environment: MacOS X 10.13.4, Node v6.11.0, Apple Mail 11.3
Data source: data.zip
Many thanks in advance!
The text was updated successfully, but these errors were encountered: