-
-
Notifications
You must be signed in to change notification settings - Fork 168
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
Can you make this pkg compatible with xamarin.ios!!! #23
Comments
You only want to translate MSG to EML? No attachment extraction? |
Hi,It would seem that the attachment would be placed into the eml from the msg?I am not sure if I can store attachments somewhere on a server and call it with some kind of code. It of course would be awesome if the attachments could be appended into the eml but if it is not possible I understand.Thanks,Matt On Thu, Sep 3, 2015 at 6:02 AM -0700, "Kees" notifications@github.com wrote: You only want to translate MSG to EML? No attachment extraction? — |
Hi, On Thursday, September 3, 2015, Matt Moitra mattmoitra@gmail.com wr:
|
Making it compatible with Xamarin is a lot of work, this is because I use native WIN32 methods to read IStorage files. It is on my wishlist but I cant give you an time frame due to the lack of to less private time to look into this. I labelled this question as an enhancement so maybe that I will do it in the near future. |
I started developing a new MSG library called MsgKit... my idea is to discontinue MSGReader and add all the features in MsgKit. MsgKit is made to write MSG files but it will be extended with reading to. It is 100% .NET code so it will be much easier to make that one work on Xamarin You can find MsgKit overhere: https://github.com/Sicos1977/MsgKit |
I was able to get this to run and successfully convert .msg to .eml but cannot compile with xamarin.ios I really would love to use this feature but am stopped by the xamarin.ios issue. It would be great if this could work on xamarin as well thanks in advance.
The text was updated successfully, but these errors were encountered: