New Post: Access Exchange Server 2013 Mailbox
Good Day, I am having a lot of problems connecting to an exchange server mailbox on a windows domain. I am using a sample as below via Python for ease of testing. IMAPLogin = "dave@companyltd.com"...
View ArticleNew Post: Message date in UTC
There is an easy way to have Message.DateUTC property. Just update extension method DateTimeExtensions.ParseDate(value, parseAsUTC) to return UTC date as well. Is it worth adding new property? It is...
View ArticleNew Post: Error in saving attachments
Good morning! I need to save attachments. So I took example from documentation (here - https://imapx.codeplex.com/wikipage?title=Working%20with%20attachments&referringTitle=Documentation) Here is...
View ArticleNew Post: Непрочитанные письма
Доброго времени суток! Помогите, пожалуйста. Мне нужно получить количество входящих (читай новых, непрочитанных) писем. Использую следующий код:var client = new ImapClient("imap.mail.ru", true);...
View ArticleCreated Unassigned: Problem to save xls file [2825]
Hi,Im trying to save a xls attachment but im having this error:,An unhandled exception of type 'System.FormatException' occurred in mscorlib.dllAdditional information: The entry is not a valid Base 64...
View ArticleNew Post: How to search by message-id?
Hi guys, Can you give us some examples of how to use the Search() method to get a filtered list of messages by message-id?? I have done a research about this but I can't find anything. Thanks! João
View ArticleCreated Unassigned: IDLE works with Gmail but not with Exchange 2016 [2830]
Using Exchange 2016 with IMAP enabled over TLS.Getting the following message after client.Folders.Inbox.StartIdling()IMAPX28 IDLE IDLE accepted, awaiting DONE command.Event Folder_OnNewMessageArrived...
View ArticleNew Post: Moving messages within foreach crashes
Collection was modified; enumeration operation may not execute with this simple code... (it is part of the code that does not work obviously)client.Folders["myfolder"].Messages.Download();...
View ArticleNew Post: Downloading messages
Hi guys, How to download a message with all attachments and save it with .msg extension? A write an application in C#, and I fetch messages from remote server. I have an ImapX.Message instance and I...
View ArticleNew Post: Непрочитанные письма
Добрый вечер,можно использовать client.Folders.Inbox.Unseen.
View ArticleCommented Unassigned: message id returns null [2814]
Hello,I am trying to get message id but its value return is null. var client = new ImapClient("imap.mail.com", 143, false); if (client.Connect()){ if (client.Login("sername, password))){ var inbox =...
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 ArticleNew Post: subFolders
client.Folders.Inbox.SubFolders["MyFolder"] doesn't work on our mdaemon server... help? tx Luc
View ArticleNew Post: System.FormatException in Body message
при чтении писем из нескольких папок с яндекса, возникает проблема в кодировке, из одной приходит обычный html из второй приходит почему то base64.
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: Folders = NullReferenceException
Со всеми почтовыми службами работает (спасибо, Павел), а с Ukr.net не может получить Folders. Ukr.net - очень популярный в Украине сервис, поэтому важно.Если понадобится, дам логин/пароль к почте,...
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: 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 Article