Created Unassigned: Trusted mail doesn't proccessed [2732]
Hello.I hava a problem with the download of mail. Some trusted mails can,t proccess. The library try to do but only increases the physical memory of cpu and destroy the server. I have a example mail. i...
View ArticleNew Post: When ever I try to refresh the inbox I get errors
On some messages I get this error: IMAPX222 NO Some messages could not be FETCHed (Failure) With other messages the body is blank. I few will have the body. Even If I disconnect and reconnect the...
View ArticleNew Post: Messages not deleting
I try to permanently delete messages but most of the time they do not delete. I've been testing with a google account. code message.Remove()
View ArticleNew Post: When ever I try to refresh the inbox I get errors
I am now getting this error - IMAPX8 BAD UID FETCH not allowed now. I would appreciate any help. Thank you
View ArticleNew Post: When ever I try to refresh the inbox I get errors
I was using this configuration IMAP.Behavior.FolderTreeBrowseMode = FolderTreeBrowseMode.Full IMAP.Behavior.AutoPopulateFolderMessages = True I just added this IMAP.Behavior.AutoDownloadBodyOnAccess =...
View ArticleNew Post: When ever I try to refresh the inbox I get errors
First, Thank You for getting back to me. The work I'm doing with IMAPX is very important to me. I really appreciate your help. I'm testing with both gmail and yahoo. These issue occur with both.
View ArticleNew Post: Messages not deleting
Hi Pavel, Thanks for getting back to me. May I send you my logs privately? I do not with to post them here. Thanks, RGEN
View ArticleNew Post: Get Inbox to show new messages
VB CODE:Private Sub RefreshMailFolders(ByVal eAcc As EmailAccount) '######## RefreshMailFolders '######## Dim imapFolder As ImapX.Folder On Error Resume Next For Each imapFolder In eAcc.IMAP.Folders...
View ArticleNew Post: When ever I try to refresh the inbox I get errors
I have stoped useing AutoPopulateFolderMessages and AutoDownloadBodyOnAccess, and instead I'm downloading the folder contents for a given folder just before it is populated to a listview. Things seem...
View ArticleNew Post: Get Inbox to show new messages
I have stoped useing AutoPopulateFolderMessages and AutoDownloadBodyOnAccess, and instead I'm downloading the folder contents for a given folder just before it is populated to a listview. Things seem...
View ArticleNew Post: When ever I try to refresh the inbox I get errors
I decided to try imapFolder.Messages.Download(MessageFetchMode.Minimal), instead of basic or full, when I load the folders and then execute the below code each time a message is selected in the...
View ArticleNew Post: Messages not deleting
Hi Pavel, With both Google and Yahoo MsgBox(message.Remove()) returns True. With Google message.MoveTo(IMAP.Folders.Trash) works, however message.Remove() does not remove it from the trash. With Yahoo...
View ArticleNew Post: Announcment: ImapX 2.0.0.17
pavel_azanov wrote: Hey guys, sorry for the delay, there was a bunch of things to do. I will update the Nuget package as well as the binaries this Sunday. Greets, Pavel So Pavel, there was no update...
View ArticlePatch Uploaded: #17937
laorient has uploaded a patch.Description:I have made some updates to the ImapX code for it to support my company's Imap implementation. It includes two changes:1. Change to FolderParserRegex so it can...
View ArticlePatch Applied: #17198
pavel_azanov has applied patch #17198.Comment:Changes already included
View ArticlePatch Applied: #17466
pavel_azanov has applied patch #17466.Comment:Patch applied, thank you!
View ArticlePatch Applied: #17937
pavel_azanov has applied patch #17937.Comment:Thank you, patch applied
View ArticleCreated Release: ImapX 2.0.0.17 (Oct 27, 2015)
A long awaited release with many bug fixes!
View Article