Quantcast
Channel: ImapX 2
Browsing all 1952 articles
Browse latest View live
↧

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 Article


Commented 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 Article


Source code checked in, #30822

- Change Folder.FolderPath accessor from internal to public - Fixed ProcessHeader to not mark messages as seen

View Article

Source code checked in, #30823

View Article

Commented 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 Article


Edited 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 Article

New 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 Article

New 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 Article


New Post: How to access Gmail X-GM-THRID

Okay this is really exciting news. Thanks

View Article


New Post: How to access Gmail X-GM-THRID

Hi Pavel, Will 2.0.0.10 also include the replacement for ProcessHeader()? Thanks, --Ravi

View Article

New 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 Article

New 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 Article

New 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 Article


New 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 Article

New Post: How to get specific error for wrong password or username and IMAP...

Great thanks!

View Article


Created 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 Article

Commented 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 Article


Commented 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 Article

Commented 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 Article

New 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
Browsing all 1952 articles
Browse latest View live