Created Unassigned: Folder.AppendMessage ignores params [2446]
Folder method```bool AppendMessage(string eml, IEnumerable<string> flags = null, DateTime? date = null)```does nothing with the _flags_ and _date_ parameters.
View ArticleNew Post: SUBJECT,FROM, TO, CC, BCC and ATTACHMENT NAME fields are NOT...
Hi Pavel, May everything goes very well with you! Reffer the title, some emails are 8bit, not 7bit encoded. How to decode following format email: Received: from 172.25.37.211 (unknown [10.132.142.185])...
View ArticleCommented Unassigned: Folder.AppendMessage ignores params [2446]
Folder method```bool AppendMessage(string eml, IEnumerable<string> flags = null, DateTime? date = null)```does nothing with the _flags_ and _date_ parameters.Comments: ** Comment from web user:...
View ArticleEdited Unassigned: Folder.AppendMessage ignores params [2446]
Folder method```bool AppendMessage(string eml, IEnumerable<string> flags = null, DateTime? date = null)```does nothing with the _flags_ and _date_ parameters.
View ArticleCreated Unassigned: Attachment error [2479]
I have an email with attachments which seems to be empty so when parsing the body and when the ReadDisposition method runs, the "type" variable contains only a date, not the word "attachment".The...
View ArticleNew Post: Pagination of messages
Hi Pavel, My complements for nice work. How do I get messages in chunks, like 25 at each search. I mean the first 25 is easy by setting "count" to 25, but second call ... how to get messages 26-50 ??...
View ArticleCommented Unassigned: Attachment error [2479]
I have an email with attachments which seems to be empty so when parsing the body and when the ReadDisposition method runs, the "type" variable contains only a date, not the word "attachment".And the...
View ArticleNew Post: Search Fails To See Messages Received Since Previous Search
Hi First of all sorry for my bad english :) I got this problem too... i get correct messages at the first download("UNSEEN") but after that (when i make messages SEEN or get new messages) it returns...
View ArticleCreated Unassigned: Reading some html emails getting base-64 error [2491]
Start: 01.10.2014 07:37:31Fehlermeldung: Die Eingabe ist keine gültige Base-64-Zeichenfolge, da sie ein Nicht-Base-64-Zeichen, mehr als zwei Leerstellen oder in den Leerstellen ein Zeichen enthält, das...
View ArticleNew Post: Saved attachment file not showing correctly.
Hi There, I have 2 different source of incoming emails with csv attachment. I found out that incoming email working for: Content-Type: application/octet-stream; name=filename.csv...
View ArticleReviewed: ImapX 2.0.0.16 (Oct 02, 2014)
Rated 5 Stars (out of 5) - Some messages have " BODY[1.2.2] NIL " instead of body... other than that great
View ArticleCommented Unassigned: Reading some html emails getting base-64 error [2491]
Start: 01.10.2014 07:37:31Fehlermeldung: Die Eingabe ist keine gültige Base-64-Zeichenfolge, da sie ein Nicht-Base-64-Zeichen, mehr als zwei Leerstellen oder in den Leerstellen ein Zeichen enthält, das...
View ArticleNew Post: Saved attachment file not showing correctly.
Hi tankokkang, there were several updates on this issue, have you tried compiling the latest code from the repository? If you tell me which .Net version you are using, I can also compile it for you....
View ArticleNew Post: Search Fails To See Messages Received Since Previous Search
Hi SaeedOmnia, the Folder.Messages contains all the messages that have been downloaded, which means - it will also include messages from previous search requests. If you want to perform a fresh search,...
View ArticleNew Post: Pagination of messages
Hi Per, in the current version, pagination is not supported, however, there is a workaround for this. I will make a small sample and publish it here tomorrow. Greets, Pavel
View ArticleNew Post: Search Fails To See Messages Received Since Previous Search
Thanks Pavel for your answer but Folder.Search() is acting exactly like the first post (not getting new messages after the first search)... probably i'm doing something wrong but i managed to solve it...
View ArticleNew Post: Search Fails To See Messages Received Since Previous Search
Hi, I have added a call to Folder.Examine before the search is executed, using the latest code from the repository you no longer need to do it manually. Thank you for the suggestion! Greets, Pavel
View Article