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

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 Article


New Post: EML Attachments

Is there a way using ImapX to extract the attachments inside an eml file attached to an email? Thanks Flavio

View Article


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

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

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


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

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

Image may be NSFW.
Clik here to view.

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


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


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

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

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

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


Created 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

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


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

New Post: Message enumerators

Добрый день!Существует ли возможность перебора сообщений с сервера без предварительного скачивания всех запрошенных сообщений?Пришлось немного взломать Вашу библиотеку для достижения нужной...

View Article

New 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
Browsing all 1952 articles
Browse latest View live