Commented Unassigned: Folders are not getting initialized [1754]
I an new with IMAPX library. I am using the sample code provided on the IMAPX home page. I got an null reference exception while trying to get mails from Inbox, after debugging came to know that this...
View ArticleNew Post: How to create a new message in any folder?
I am using the example below, but the message is not being created. What am I doing wrong? Message m = new Message(); MailAddress adr = new MailAddress("Hudson", "hudson@amzsolucoes.com.br");...
View ArticleNew Post: exception thrown on connection "dont connect"
Hi ; i have same problem any one help me plase ? ImapX.ImapClient client = new ImapX.ImapClient("imap.gmail.com", 993, true); bool result = client.Connection(); error is "dont connect"
View ArticleNew Post: exception thrown on connection "dont connect"
Hi HasanGundogdu, first of all, can you check if you can access your GMail account on same machine through browser and it doesn't ask you for captcha or any other security checks? If it is all fine,...
View ArticleCommented Unassigned: Folders are not getting initialized [1754]
I an new with IMAPX library. I am using the sample code provided on the IMAPX home page. I got an null reference exception while trying to get mails from Inbox, after debugging came to know that this...
View ArticleNew Post: How to create a new message in any folder?
Hi dinhoguitars, i will take a look at the code and make a few tests to check if there is any problem. Have you tried appending messages using latest code from repository? There was a fix on this issue...
View ArticleNew Post: exception thrown on connection "dont connect"
thanks for reply pavel_azanov and i am sorry for my bad english :) i think problem are ports i think port is closed
View ArticleNew Post: exception thrown on connection "dont connect"
Hi HasanGundogdu, yes, that's another point, always check your firewall configuration too, that's fastest reason for this exception to occur.
View ArticleCreated Unassigned: I'm not coneguindo load the subfolders of my email...
ImapX.ImapClient imap = new ImapX.ImapClient(strServidor,intPorta); imap.Connection(); imap.LogIn(strLogin, strSenha); List<Folder> folders = imap.GetFolders(); foreach (Folder fd in folders) {...
View ArticleNew Post: How to create a new message in any folder?
Hello Pavez I downloaded the latest version of the DLL .. then downloaded the source and found the method in the class ImapBase sendAndReceive had a comment block, this below: if (text2.StartsWith...
View ArticleCommented Unassigned: I'm not getting load the subfolders of my email...
ImapX.ImapClient imap = new ImapX.ImapClient(strServidor,intPorta); imap.Connection(); imap.LogIn(strLogin, strSenha); List<Folder> folders = imap.GetFolders(); foreach (Folder fd in folders) {...
View ArticleCommented Unassigned: I'm not getting load the subfolders of my email...
ImapX.ImapClient imap = new ImapX.ImapClient(strServidor,intPorta); imap.Connection(); imap.LogIn(strLogin, strSenha); List<Folder> folders = imap.GetFolders(); foreach (Folder fd in folders) {...
View ArticleNew Post: How to create a new message in any folder?
Hi dinhoguitars, just seen i received a message from you yesterday, I checked your credentials using latest code from repository (not download section) and it works fine. I uploaded the binaries for...
View ArticleNew Post: How to create a new message in any folder?
Hello pavel, tried downloading the file but the following message appears "The file you are trying to download is no longer available."can send me again?
View ArticleCommented Unassigned: I'm not getting load the subfolders of my email...
ImapX.ImapClient imap = new ImapX.ImapClient(strServidor,intPorta); imap.Connection(); imap.LogIn(strLogin, strSenha); List<Folder> folders = imap.GetFolders(); foreach (Folder fd in folders) {...
View ArticleCommented Unassigned: I'm not getting load the subfolders of my email...
ImapX.ImapClient imap = new ImapX.ImapClient(strServidor,intPorta); imap.Connection(); imap.LogIn(strLogin, strSenha); List<Folder> folders = imap.GetFolders(); foreach (Folder fd in folders) {...
View ArticleNew Post: How to create a new message in any folder?
Message newMsg = new Message(imap); newMsg.Flags.Add(ImapFlags.SEEN); newMsg.Flags.Add(ImapFlags.ANSWERED); newMsg.Subject = "Criando mensagem na pasta enviados"; newMsg.From = new...
View ArticleNew Post: How to create a new message in any folder?
Hi dinhoguitars, please check your mailbox, I sent you the compiled library including a fix for appending messages. Greets, Pavel
View ArticleCommented Unassigned: I'm not getting load the subfolders of my email...
ImapX.ImapClient imap = new ImapX.ImapClient(strServidor,intPorta); imap.Connection(); imap.LogIn(strLogin, strSenha); List<Folder> folders = imap.GetFolders(); foreach (Folder fd in folders) {...
View Article