New Post: Folder.AppendMessage hangs and does not return
Good day hank6764, your code snippet is now part of the library, i modified it in some parts to include the latest fixes. Thank you really much! Greets, Pavel
View ArticleCommented Unassigned: I'm not getting load the subfolders of my email...
ImapX.ImapClient imap = new ImapX.ImapClient(strServidor,intPorta); imap.Connection(); imap.LogIn(strLogin, strSenha); List<Folder> folders = imap.GetFolders(); foreach (Folder fd in folders) {...
View ArticleSource code checked in, #30822
- Change Folder.FolderPath accessor from internal to public - Fixed ProcessHeader to not mark messages as seen
View ArticleCommented Unassigned: I'm not getting load the subfolders of my email...
ImapX.ImapClient imap = new ImapX.ImapClient(strServidor,intPorta); imap.Connection(); imap.LogIn(strLogin, strSenha); List<Folder> folders = imap.GetFolders(); foreach (Folder fd in folders) {...
View ArticleEdited Issue: I'm not getting load the subfolders of my email account. [1762]
ImapX.ImapClient imap = new ImapX.ImapClient(strServidor,intPorta); imap.Connection(); imap.LogIn(strLogin, strSenha); List<Folder> folders = imap.GetFolders(); foreach (Folder fd in folders) {...
View ArticleNew Post: How to access Gmail X-GM-THRID
Hi, Can anyone explain how to access the X-GM-THRID from a particular message using Imapx? Thanks
View ArticleNew Post: How to access Gmail X-GM-THRID
Hi dresscode, i already implemented the support for grouping messages in threads by X-GM-THRID, but the code is not available for public yet. The release of ImapX 2.0.0.10 is coming next week, and in...
View ArticleNew Post: How to access Gmail X-GM-THRID
Hi Pavel, Will 2.0.0.10 also include the replacement for ProcessHeader()? Thanks, --Ravi
View ArticleNew Post: How to access Gmail X-GM-THRID
Also, is will the new version let you access the X-GM-MSGID from gmail Imap?
View ArticleNew Post: How to get specific error for wrong password or username and IMAP...
Hi there, I need to distinguish between errors for logging in process. How can I get specific error for wrong password or username and IMAP disabled when I use client.LogIn method? Regards Ehsan
View ArticleNew Post: How to access Gmail X-GM-THRID
Hi ravib, dresscode,ravib: Will 2.0.0.10 also include the replacement for ProcessHeader()? Yes, all the methods which were used to download information about messages (flags, header, body) will be...
View ArticleNew Post: How to get specific error for wrong password or username and IMAP...
Hi Ehsan, thank you for your question! The current version of the library (2.0.0.9) doesn't give any hint about what kind of exception has occured (no connection, invalid credentials, login disabled,...
View ArticleCreated Unassigned: Not bringing this message attachments [1771]
Hello Pavel, I found a problem in the last dll you sent me. Not bringing this message attachments. "Attachments.Count" always comes zero.What I noticed is that if the message is only an attachment to...
View ArticleCommented Unassigned: Not bringing this message attachments [1771]
Hello Pavel, I found a problem in the last dll you sent me. Not bringing this message attachments. "Attachments.Count" always comes zero.What I noticed is that if the message is only an attachment to...
View ArticleCommented Unassigned: Not bringing this message attachments [1771]
Hello Pavel, I found a problem in the last dll you sent me. Not bringing this message attachments. "Attachments.Count" always comes zero.What I noticed is that if the message is only an attachment to...
View ArticleCommented Unassigned: Not bringing this message attachments [1771]
Hello Pavel, I found a problem in the last dll you sent me. Not bringing this message attachments. "Attachments.Count" always comes zero.What I noticed is that if the message is only an attachment to...
View ArticleNew Post: Is there any way to get a set amount of messages on the server?
hello pavel Is there any way to get a set amount of messages on the server? For example, I want to get the 10 latest messages from the server in a particular folder. I tried to use linq to select last...
View Article