New 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 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: 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 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 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 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: 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 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: 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 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 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 ArticleSource code checked in, #43797
fix(folder): automatically try selecting/examining folder by flag when name select/examine failed
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 ArticleNew 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: Folders = NullReferenceException
Со всеми почтовыми службами работает (спасибо, Павел), а с Ukr.net не может получить Folders. Ukr.net - очень популярный в Украине сервис, поэтому важно.Если понадобится, дам логин/пароль к почте,...
View ArticleCreated Unassigned: Attachment download throws exception for csv-formatted...
Hi! I have been using ImapX 2 for quite some time (2.0.0.18) and recently ran into a problem when trying to fetch email attachments from hMailServer. Please have a look at the files attached; the same...
View ArticleNew Post: System.FormatException in Body message
при чтении писем из нескольких папок с яндекса, возникает проблема в кодировке, из одной приходит обычный html из второй приходит почему то base64.
View ArticleNew Post: subFolders
client.Folders.Inbox.SubFolders["MyFolder"] doesn't work on our mdaemon server... help? tx Luc
View ArticleCreated Unassigned: Importance value [2833]
Hi,importance field always returns Normal. I've tried to change to High, Low and from different accounts but it's always Normal. Message fetch mode is set to Full. Anybody had a problem like this? Thanks
View Article