I cant use MimeKit and MailKit directly for now if you will available sometime in the future to take a quick look its will be very helpful Thanks for your time Dolev
Hi I'm install version 0.18.5 with Nuget I using "Sasa.Net.Mail.Message.Parse" to parse an email , and the Hebrew letters at mailMessage.Body is display as questions mark. The Email file is attach This is the code: String file = @"D:\mailFile"; String email = File.ReadAllText(file); // The Hebrew converting to "email" parameter is success System.Net.Mail.MailMessage mailMessage = Sasa.Net.Mail.Message.Parse(email, Sasa.Net.Mail.MailParseOptions.ParseHtmlBody); // The Hebrew converting to "mailMessage.Body"...
The same with Sasa v0.17.1 In the computer that parse ok i have install also .net...
I try to parse an email with attachment that contain 'Unknown' value at transfer...
I try to parse an email with attachment that contain 'Unknown' value at transfer...
I over looked the mim.dll I install it and its working great Thanks for all the ...
Hi Thanks for the quick help I downloaded version 0.17.0.1 from Nuget and installed...
We get the following exception when we parse an email where the content-type has...
We get the following exception when we parse an email where the content-type has...
Thank you very much
Thank you very much i will try to get RC6 at NUGET
No, our problem is differentiating between content at the top level and content which...
So currently, we have no way of distinguishing between a single-part, top-level text/html...
When email parse with Sasa.Net.Mail.Message.parse(), emails that contains one part...
Does that mean that the RC2 does, in fact, modify the subject to conform? Maybe an...
Yes The MailMessage.Subject can't accept newlines It is exactly the issue
Is the attachment to the above post insufficient ?
Hello again. Thank you for your excellent work and support. I have a new issue. When...
Hello again. Thank you for your excellent work and support. I have a new issue. When...
Hi When I try to parse an email message using Sasa.Net.Mail.Message.parse() the program...
Hi When i try to create Sasa.Net.Mail.Message object, the program throw System.FormatException...
Hi When i try to create Sasa.Net.Mail.Message object, the program throw System.FormatException...
Operation System: Windows 7 64 bit IDE: Visual Studio 2010 net: 4.0 Method: Sasa.Net.Mail.Message.Parse(email);...