Reviewed: ImapX 2.0.0.18 (juin 09, 2016)
Rated 3 Stars (out of 5) - Idle support still need to be stabilized. In some cases, it fails in multithreaded application on inner IOStream (SSL or Not). Except Idle mode which need to be finalized,...
View ArticleNew Post: Get body after first using MessageFetchMode.Minimal to populate folder
So it seems then from a practical standpoint, if you want to consistently fetch message bodies, you must use MessageFetchMode.Basic for the initial folder population. If you use...
View ArticleCommented Unassigned: message.BodyParts[0].Parameters Bug! [2797]
Hi, When a message is received with no attachment(s). message.BodyParts[0].Parameters collection is fully populated with message headers information (about 22).I can retrieve this way the 'message-id'...
View ArticleCommented Unassigned: Attachment is sometimes corrupted with '* 41 EXISTS'...
Weird thing !By retrieving dozens of mails, sometimes the attachment is corrupted !an additional header that does not belong to the file is on top of the file:```* 41...
View ArticleNew Post: Get body after first using MessageFetchMode.Minimal to populate folder
It can put any of the responses in any order it wants to. I guess you're just getting lucky with Basic but not lucky with Minimal.
View ArticleCommented Unassigned: Attachment is sometimes corrupted with '* 41 EXISTS'...
Weird thing !By retrieving dozens of mails, sometimes the attachment is corrupted !an additional header that does not belong to the file is on top of the file:```* 41...
View ArticleNew Post: Get body after first using MessageFetchMode.Minimal to populate folder
Hello everyone, there's a new version of ImapX currently in work, which no longer uses regex to parse the server responses. There is an ANTLR based parser instead. I hope I can release a stable beta...
View ArticleCreated Unassigned: How to check whether a folder/label exists [2802]
Hi,I have created some labels for sorting the emails/messages received based on some criteria. I can move the message to the right folders. My issue is how to check if a folder already exists or not,...
View ArticleNew Post: Get body after first using MessageFetchMode.Minimal to populate folder
Awesome news, Pavel :)
View ArticleReviewed: ImapX 2.0.0.18 (Jun 20, 2016)
Rated 5 Stars (out of 5) - works great on Centos 7 with mono 4.2.3
View ArticleNew Post: Missing wiki page: Disconnecting
Hello, The documentation on the following page seems to be missing:...
View ArticleUpdated Wiki: Disconnecting
Disconnecting from an IMAP server To disconnect from the server, use the Disconnect method:/* .. Init client, authenticate .. */ client.Disconnect();
View ArticleNew Post: Missing wiki page: Disconnecting
Hi arowland, tha page is available now: https://imapx.codeplex.com/wikipage?title=Disconnecting&referringTitle=Documentation Greets, Pavel
View ArticleNew Post: Missing wiki page: Google mail extensions
Hello, The documentation on the following page seems to be missing: https://www.codeplex.com/site/login?RedirectUrl=https://imapx.codeplex.com/discussions/create?wikiPageTitle=Google mail...
View ArticleNew Post: Idle on Office 365
While my code receieves "Message arrived" notifications from gmail, it does not receieves those notifications from Office 365. I followed this link and indeed I get true for client.Capabilities.Idle;...
View ArticleNew Post: create email, do not send , but save in the drafts folder
using imapx, you can create a new email ( from , to, subject , body, attachments .. ) and save it (in the drafts server folder) to send it later ? langage VB.NET account GMAIL thank you!
View ArticleNew Post: create email, do not send , but save in the drafts folder
Hi mmmilli, you can have a look at the documentation. What you need to do, is simply create a MailMessage object, and then save it to a folder using the AppendMessage method. The message doesn't have...
View ArticleNew Post: Idle on Office 365
Hi YoYoRnd, please provide a log file as described in https://imapx.codeplex.com/wikipage?title=Debugging%20ImapX&referringTitle=Documentation Greets, Pavel Azanov
View ArticleCreated Unassigned: Exception while download attachement, base64 [2809]
Hi together,i try to download attachment:```mx.Attachments(countAtt).Download()If (mx.Attachments(countAtt).Downloaded) Thenmx.Attachments(countAtt).Save(directory & "uncompressed/", filename &...
View ArticleNew Post: Process Memory Out Of Bound IMAPX Exchange Transfer
Hey ! Sorry, I d'ont speak english very well but I will do my best to explain the problem. I download all messages from a folder (inbox in this case) which have 1004 messages. and I have couple folders...
View Article