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

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 Article


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


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

New Post: Непрочитанные письма

Доброго времени суток! Помогите, пожалуйста. Мне нужно получить количество входящих (читай новых, непрочитанных) писем. Использую следующий код:var client = new ImapClient("imap.mail.ru", true);...

View Article

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


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

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

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


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


Source code checked in, #43652

- add ThrowConnectExceptions property

View Article

New Post: Непрочитанные письма

Добрый вечер,можно использовать client.Folders.Inbox.Unseen.

View Article

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

Created 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


New Post: subFolders

client.Folders.Inbox.SubFolders["MyFolder"] doesn't work on our mdaemon server... help? tx Luc

View Article

New Post: System.FormatException in Body message

при чтении писем из нескольких папок с яндекса, возникает проблема в кодировке, из одной приходит обычный html из второй приходит почему то base64.

View Article


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

New Post: Folders = NullReferenceException

Со всеми почтовыми службами работает (спасибо, Павел), а с Ukr.net не может получить Folders. Ukr.net - очень популярный в Украине сервис, поэтому важно.Если понадобится, дам логин/пароль к почте,...

View Article


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 Article

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

Source code checked in, #43797

fix(folder): automatically try selecting/examining folder by flag when name select/examine failed

View Article
Browsing all 1952 articles
Browse latest View live