New Post: NUGET Out of Date
The latest package for ImapX 2 is now published.PM> Install-Package ImapX2
View ArticleUpdated Wiki: Home
ImapX 2 is an IMAP library for .NET, supporting SSL, different IMAP formats (like Gmail, AOL) and OAuth2. ImapX 2 is an extended version of the ImapX library developed by Andriy Mykhaylyuk...
View ArticleNew Post: NUGET Out of Date
Hi Pavel That's great, many thanks. Keep up the good work as the library is fantastic. Kind Regards Jon.
View ArticleCreated Unassigned: Wrong case for content disposion boundry and fileName [1583]
Can't parse email with Boundry in header or FileName in message content.code split on 'boundry' and 'filename' is case sensitive, and should be case insensitive
View ArticleCommented Unassigned: Wrong case for content disposion boundry and fileName...
Can't parse email with Boundry in header or FileName in message content.code split on 'boundry' and 'filename' is case sensitive, and should be case insensitiveComments: ** Comment from web user:...
View ArticleEdited Unassigned: Wrong case for content disposion boundry and fileName [1583]
Can't parse email with Boundry in header or FileName in message content.code split on 'boundry' and 'filename' is case sensitive, and should be case insensitive
View ArticleNew Post: NUGET Out of Date
Hi Jon, i also received access to the previous nuget package, will update it as soon as I'm back to work next week. It will also be the main package in future. Greets, Pavel
View ArticleCommented Unassigned: Wrong case for content disposion boundry and fileName...
Can't parse email with Boundry in header or FileName in message content.code split on 'boundry' and 'filename' is case sensitive, and should be case insensitiveComments: ** Comment from web user:...
View ArticleNew Post: Read only the body
Greetings, I'm using the ImapX and I like it, but before that, I used another library to read emails, and what I've learned is that if I want to read an email, I have to download it and then read it....
View ArticleNew Post: Read only the body
Hi blackpyro, thank you for your message. The feature you're talking about is quite urgent, as many users request it. Currently I'm working on providing a beta-release of the library, completely...
View ArticlePatch Uploaded: #14547
jareado has uploaded a patch.Description:Attachments are not recognized when reading an email from a Gmail account with plain text files as attachments. This patch solves the problem, but needs further...
View ArticleCreated Unassigned: Getting inline attachment [1588]
Unable to get Transfer Encoding Type in method ToAttachment method in class MessageContent.This results in saved attachments with the wrong encoding.headers can also contain the escape sequence...
View ArticleCommented Unassigned: Wrong case for content disposion boundry and fileName...
Can't parse email with Boundry in header or FileName in message content.code split on 'boundry' and 'filename' is case sensitive, and should be case insensitiveComments: ** Comment from web user:...
View ArticleCommented Unassigned: Getting inline attachment [1588]
Unable to get Transfer Encoding Type in method ToAttachment method in class MessageContent.This results in saved attachments with the wrong encoding.headers can also contain the escape sequence...
View ArticleEdited Issue: Getting inline attachment [1588]
Unable to get Transfer Encoding Type in method ToAttachment method in class MessageContent.This results in saved attachments with the wrong encoding.headers can also contain the escape sequence...
View ArticleNew Post: NUGET Out of Date
Hi Jon, I now received access to the main nuget package, please make sure you update to use the new command:PM> Install-Package ImapX The other package will be removed. Best regards, Pavel Azanov
View ArticleUpdated Wiki: Home
ImapX 2 is an IMAP library for .NET, supporting SSL, different IMAP formats (like Gmail, AOL) and OAuth2. ImapX 2 is an extended version of the ImapX library developed by Andriy Mykhaylyuk...
View ArticleNew Post: Unique ID for Emails
Hi all, first of all, thanks to the author for this great library. Its working great !! To my first question: is there any possibility to identify an email with kind of unique id ? Since the MessageUid...
View ArticleNew Post: TextBody.TextData quoted printable
Hi all, I have an email which contains this text: Viele Grüße In the TextBody.TextData i get the text as following: Viele Gr=FC=DFe Are there any possibility to decode this text easily ? I have found...
View Article