New Post: Office365 new message problem
I have a problem when using an office365 address. I see in the logs it logs in to office and sees the emails but when a new one comes it crashes the socket or the new message arrived function is not...
View ArticleNew Post: Office365 new message problem
Second Log---- ERROR2017-06-29 04:04:18 – System.Net.Sockets.SocketException (0x80004005): A request to send or receive data was disallowed because the socket is not connected and (when sending on a...
View ArticleSource code checked in, #43797
fix(folder): automatically try selecting/examining folder by flag when name select/examine failed
View ArticleUpdated Wiki: Home
ImapX is moving to Github: https://github.com/azanov/imapx IMAP for .NET reinvented A cross-platform IMAP library for .NET, supporting .Net 2.0 - 4.5, Mono and Windows PhoneGet the library  Give 1$...
View ArticleCreated Unassigned: Missing wiki page: Working with message threads [2837]
Hello, getting this error in idel in window serviceLog Name: ApplicationSource: .NET RuntimeDate: 8/24/2017 9:18:55 PMEvent ID: 1026Task Category: NoneLevel: ErrorKeywords: ClassicUser: N/AComputer:...
View ArticleCreated Unassigned: Class BodyDecoder - problem in content.ContentStream [2838]
I detect problem in content.ContentStream the content base64 contains in final string IMAPX18 OK UID FETCH completed, i need remove this string but occors erros in message.Body.Text property.I detect...
View ArticleCommented Unassigned: Class BodyDecoder - problem in content.ContentStream...
I detect problem in content.ContentStream the content base64 contains in final string IMAPX18 OK UID FETCH completed, i need remove this string but occors erros in message.Body.Text property.I detect...
View ArticleCreated Unassigned: attachment and body contains a signature [2840]
I have one email with one file attachment and body contains a signature. When I am reading email by ImapX I can't be getting file attachment.When Email contains Attachments and EmbeddedResources (like...
View ArticleNew Post: How to connect to office or work account using OAUTH2 e.g....
When tried to connect to oauth2 outlook account. But BuildAuthenticationUri() connects me to live.com. How to connect to office account through Oauth2.
View ArticleCreated Unassigned: Folders.Inbox.Messages is empty [2841]
hi alli'm using impax v2.0.0.18 and after login to yahoo server number of my inbox message is emtpy here is my code : var client = new ImapClient("imap.mail.yahoo.com", true); if (client.Connect( )){...
View ArticleCommented Unassigned: Folders.Inbox.Messages is empty [2841]
hi alli'm using impax v2.0.0.18 and after login to yahoo server number of my inbox message is emtpy here is my code : var client = new ImapClient("imap.mail.yahoo.com", true); if (client.Connect( )){...
View ArticleCommented Unassigned: Folders.Inbox.Messages is empty [2841]
hi alli'm using impax v2.0.0.18 and after login to yahoo server number of my inbox message is emtpy here is my code : var client = new ImapClient("imap.mail.yahoo.com", true); if (client.Connect( )){...
View ArticleNew Post: isDebug to File instead of Console
Hi, Is there a way to send the isDebug to a file instead of the windows console output? I have managed to get it to output to file by adding the text listener, but now not able to remove it from the...
View ArticleNew Post: "SubFolder" doesn't work.
Hi. I use ImapX 2.0.0.18. (Mail server: mail.ru) I create the subfolder in mail using the code:imapClient.Folders["checked"].SubFolders.Add("Test33"); But if to execute the...
View ArticleNew Post: Message Download is not working
Hi, can you please tell me what i am doing wrong. I already downloaded the headers before. So the Message is not null. But msg.Body is null. Only if i downlaod with folder.Messages.Download and use the...
View Article