New Post: This imapX library is a free library or paid ??
Hey pavel, When i am fetching emails from gmail server, i am getting GMailMessageId and GmailThread value is NULL. So can you please share the reason of this. Thanks a lot.
View ArticleNew Post: This imapX library is a free library or paid ??
Hey pavel, I solved the above problem for Gmail by using MessageFetchMode => GMailExtendedData, by this i got GmailThread id. But when i am doing the same for Hotmail again i am getting NULL value....
View ArticleCreated Unassigned: Downloaded TXT attachments lost format [2611]
Hello!I have found a issue, i can't get txt files without getting them unalteredmy code``` foreach (var file in m.Attachments){ file.Download(); file.Save(pathf /*, optional file...
View ArticleNew Post: Getting GMailMessageId and GmailThread value NULL
Hey pavel, I am using your library for fetching emails from different servers like Gmail, hotmail. With gmail its all good but when i came to hotmail all were going correct, the only problem is that i...
View ArticleNew Post: Getting GMailMessageId and GmailThread value NULL
Hi sauravAnand, MessageFetchMode is a bit flag and to fetch the GMail specific data you need to add the GMailExtendedData flag to it, combining with another one, such as MessageFetchMode.Basic or...
View ArticleNew Post: This imapX library is a free library or paid ??
Hi sauravAnand, the name GMailExtendedData speaks for itself, this is a feature only avalable for GMail. Hotmail does not provide any extensions to return the thread ids for messages. As for your...
View ArticleCommented Unassigned: BAD "header-list" list closing character missing or bad...
Hello,I have a problem while I getting mails.Output:IMAPX15 BAD "header-list" list closing character missing.IMAPX16 UID FETCH 100002 (FLAGS BODY.PEEK[HEADER.FIELDS (MESSAGE-İD FROM DATE SUBJECT...
View ArticleCreated Unassigned: Downloads 0 kb csv attachment file with error. The input...
Hello I have problem with downloading attachment. I have mail with one attachment in csv(comma delimited) file format.I need to save to disk F:\Audio\The library version is: __ImapX 2.0.0.16...
View ArticleNew Post: This imapX library is a free library or paid ??
Hey pavel, Thanks for your reply.
View ArticleReviewed: ImapX 2.0.0.16 (Jan 27, 2015)
Rated 5 Stars (out of 5) - After spending one day long searching the best IMAP library, at the end Iampx turned out. I will say it is the best one !!!
View ArticleNew Post: The selected authentication mechanism is not supported
Hi, I have successfully established a connection to an exchange server but encounter the following exception when attempting a Login:"The selected authentication mechanism is not supported" The...
View ArticlePatch Uploaded: #17198
Ruifeng has uploaded a patch.Description:please compare the file with the origin.
View ArticlePatch Uploaded: #17202
Ruifeng has uploaded a patch.Description: public static string ToEml(this MailMessage mailMessage){ ...... else{ var eml = File.ReadAllText(tmpPath);// File.Delete(eml); // Bug Here~! Wrong path....
View ArticlePatch Applied: #17202
pavel_azanov has applied patch #17202.Comment:Hi, thank you for the fix! However this has already been fixed. http://imapx.codeplex.com/SourceControl/changeset/36116In case of source code you better...
View ArticleCreated Unassigned: inline images and attachment [2617]
Hi, i have problem with import 2 email from imap. One of the email throw FormatException:Input not valid Base-64 string because it contains characters that are not from the Base-64 encoding, or...
View ArticleNew Post: NotImplementedException in Message.FromEml(string)
When this feature will be implemented? Thanks
View ArticleNew Post: Sorted Mail
Same probleme here. Is there any specific filter, that I could use, so the messages would be downloaded in descending order? The version of lib I am using is 2.0.0.16 and the server is Exchange 2010.
View ArticleNew Post: IdleeventArgs
Hi Do you know of any reason ImapX idleEventArgs like ImapClient_OnIdleStopped wont fire in a windows service? I have been working with imapx for a little over three months now and am in the final...
View ArticleNew Post: NotImplementedException in Message.FromEml(string)
Any idea how can it be handled? I have the same case. I was able to save it to eml but not able to load it.
View ArticleNew Post: DownloadRawMessage ok without raw
Hello, When I Call "DownloadRawMessage" as output have only one row in the IList with "OK IMAPX506 Fetch completed." but not the raw email. Where am I wrong?
View Article