Closed priuser closed 4 years ago
Does you eml file only have a body or does it also have attachments? MSGKit stores the body as unicode so this can double the message size since this is a 2 byte charset
Does you eml file only have a body or does it also have attachments? MSGKit stores the body as unicode so this can double the message size since this is a 2 byte charset
Hey, Thank you for getting back.
Yes it includes attachments also.
What’s the solution for this ?
Thank you!
Can you send me the file so that I can see what MSGKit is doing. If so then please send it to sicos2002@hotmail.com
I confirmed its a bug, the conversion code was writing twice to the same memorystream doubling all attachments in size. It is fixed in this commit d4b73a3dd217188539430302993a3b51c23ac19c
I just uploaded a new package to nuget. It should be available soon.
Perfect, Thank you much! Let me pull the latest in 3 hours and check it out! Appreciate all your help!
No problems ... if you make a mess then you have to clean it up :-)
Thank you the doubling issue is resolved!!!
creating EML files using mimekit and then using msgkit to convert to .MSG. The file size doubles in the newly created MSG file.