New Post: Not being Able to download messgaes from gmail
I have been trying for hours here when i execute the function below all get is "Object reference not set to an instance of an object" error, where am i going wrong? public void imapx() { var client =...
View ArticleNew Post: EML Attachments
Is there a way using ImapX to extract the attachments inside an eml file attached to an email? Thanks Flavio
View ArticleCreated Unassigned: Certificated mail problem [2810]
Goog morning, I'm having problems with the attachments of certified emails (PEC) they are not seen as attachments, I've got two embedded resources, an xml and an eml, but the eml file that I need to...
View ArticleCommented Unassigned: Certificated mail problem [2810]
Goog morning, I'm having problems with the attachments of certified emails (PEC) they are not seen as attachments, I've got two embedded resources, an xml and an eml, but the eml file that I need to...
View ArticleCommented Unassigned: Certificated mail problem [2810]
Goog morning, I'm having problems with the attachments of certified emails (PEC) they are not seen as attachments, I've got two embedded resources, an xml and an eml, but the eml file that I need to...
View ArticleCommented Unassigned: Certificated mail problem [2810]
Goog morning, I'm having problems with the attachments of certified emails (PEC) they are not seen as attachments, I've got two embedded resources, an xml and an eml, but the eml file that I need to...
View ArticleCommented Unassigned: Certificated mail problem [2810]
Goog morning, I'm having problems with the attachments of certified emails (PEC) they are not seen as attachments, I've got two embedded resources, an xml and an eml, but the eml file that I need to...
View ArticleNew Post: 'System.Net.Sockets.SocketException' in ImapX.dll
Hey, I up this. Cause I solve the problem of process memory but 'System.Net.Socket.SocketException' is not an exception about process memory. it's IMAP connection error... error code is : 10057 and...
View ArticleCommented Unassigned: Certificated mail problem [2810]
Goog morning, I'm having problems with the attachments of certified emails (PEC) they are not seen as attachments, I've got two embedded resources, an xml and an eml, but the eml file that I need to...
View ArticleNew Post: ImapX.Message.To list seem be always empty
I read my gmail mail, but every message seem have .To address list always empty what is wrong ? Marco
View ArticleNew Post: Keep inline attachment image links in HTML Mail's
Hello! Thanks for your awesome library. I have a feature request concerning the parsing of html emails and inline images. I want to show the images in a web application and unfortunately, the inline...
View ArticleNew Post: Stuck using imapx for Groupwise - access attachment
I'm trying to Export the attachment from a mail hosted in Groupwise. If i'm looking for the FileData property, the property is empty. Also the ContentId and the FileSize is empty The downloaded status...
View ArticleNew Post: Keep inline attachment image links in HTML Mail's
I grepped around in the ImapX source code and cannot find any code that replaces img tags with a string like what you provided. I suspect that what is happening is that you are grabbing the text/plain...
View ArticleCreated 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 ArticleCommented Unassigned: Embedded Attachments and Attachments [2778]
When a mail has both Embedded Attachments and Attachments... Regular Attachments are not downloading...Changed the below function in BodyStructureParser.cs private void DropExtensionData(){ var braces...
View ArticleNew Post: How to use IMAPx with STARTTLS
Hi, i am also having trouble with this (furthermore no debug is written (debug constant is set, the rest also)). I am trying to login to an emailserver using STARTTLS, an unsigned cert and the port...
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: Copy email [2818]
I want to get the email from email1 and then send the same email from email2 to email2. How to do that?My code: var client = new ImapClient("imap.gmail.com", true); client.Login(textBox1.Text,...
View ArticleNew Post: Message enumerators
Добрый день!Существует ли возможность перебора сообщений с сервера без предварительного скачивания всех запрошенных сообщений?Пришлось немного взломать Вашу библиотеку для достижения нужной...
View ArticleNew Post: NotImplementedException in Message.FromEml(string)
Same problem here. I need to serialize and save a mail (toEml would be perfect), and also deserialize it to create a new Message object (fromEml). Unfortunately, this still throws a...
View Article