New Post: SEARCH Function Issues with "Ü"
Hey, i just tried to search Messages which contains "Ü", but it wont work and i cant find any possibilities to encode or escape this letter. Any ideas? Greetings fl0w
View ArticleCommented Unassigned: OutOfMemoryException when downloading some attachments...
Trying to set something up to download and store PDF attachments, and I get the OutOfMemoryException. Here's my stack trace. at System.Text.StringBuilder.ToString() at...
View ArticleCreated Unassigned: [Reissue?] Inline image + attachments = irregular body...
When a message has an inline image (email signature attached here) and one or more attachments (of any type), the body message is processed as BODY[1.2.2] NIL BODY[1.2.2.MIME] NIL).I removed the inline...
View ArticleCommented Unassigned: [Reissue?] Inline image + attachments = irregular body...
When a message has an inline image (email signature attached here) and one or more attachments (of any type), the body message is processed as BODY[1.2.2] NIL BODY[1.2.2.MIME] NIL).I removed the inline...
View ArticleCommented Unassigned: [Reissue?] Inline image + attachments = irregular body...
When a message has an inline image (email signature attached here) and one or more attachments (of any type), the body message is processed as BODY[1.2.2] NIL BODY[1.2.2.MIME] NIL).I removed the inline...
View ArticleNew Post: SEARCH Function Issues with "Ü"
Hi fl0w, in order to send search queries with unicode characters, you need to specify the charset. I have given some instruction on how to do this in the thread Imap search query with non ascii...
View ArticleCommented Unassigned: [Reissue?] Inline image + attachments = irregular body...
When a message has an inline image (email signature attached here) and one or more attachments (of any type), the body message is processed as BODY[1.2.2] NIL BODY[1.2.2.MIME] NIL).I removed the inline...
View ArticleCommented Unassigned: [Reissue?] Inline image + attachments = irregular body...
When a message has an inline image (email signature attached here) and one or more attachments (of any type), the body message is processed as BODY[1.2.2] NIL BODY[1.2.2.MIME] NIL).I removed the inline...
View ArticleNew Post: Fetch all messages from inbox
hi pavel, i want to fetch all messages from inbox without any specific search, i'm sahring what i have done so far please guide me please. public async Task getMessage() { using (var client = new...
View ArticleCommented Unassigned: Both text and html body properties return Body [1.1]...
The attached message is not being parsed correctly. Any ideas on why this one is broken?" BODY[1.1] NIL "I'm using the latest code.Comments: ** Comment from web user: danbert2000 ** Well I just got an...
View ArticleEdited Unassigned: Both text and html body properties return Body [1.1] NIL...
The attached message is not being parsed correctly. Any ideas on why this one is broken?" BODY[1.1] NIL "I'm using the latest code.
View ArticleNew Post: Fetch all messages from inbox
Hi, to fetch all messages in a folder at a time you have two options:Using Folder.Searchvar messages = client.Folders.Inbox.Search(); foreach (var msg in messages) { // ... }Directly through...
View ArticleCommented Unassigned: Both text and html body properties return Body [1.1]...
The attached message is not being parsed correctly. Any ideas on why this one is broken?" BODY[1.1] NIL "I'm using the latest code.Comments: ** Comment from web user: pavel_azanov ** Happy to hear...
View ArticleNew Post: Missing line breaks in attachments
Hi I am downloading CSV attachments from an email using your fantastic library. An issue I've come across is that the line breaks are being removed, if i look at he raw message i do see the line...
View ArticleNew Post: Missing line breaks in attachments
Hi MikeJohnsonZA, there were some more people reporting this issue in the past, and various fixes have been made which worked for some of them. I think best way in which i can help you is if you can...
View ArticleNew Post: An invalid character was found in the mail header: ','
Hi there. Im downloading all email from Inbox. Im getting this error An invalid character was found in the mail header: ','. I just wanna download them all and then move it to certain folders so I dont...
View ArticleNew Post: An invalid character was found in the mail header: ','
Hi MartinLokajSVK, this error is returned by the server, as a fix, please try the following:// create client client.Behavior.RequestedHeaders = null; This will force the client to download all headers,...
View ArticleNew Post: An invalid character was found in the mail header: ','
Hi Pavel, Thanks very much for such a quick response:). I've tried, what you suggested and it dont works. Unfortunately, Im still getting the error. Here is my code that creates client:public bool...
View ArticleCommented Unassigned: [Reissue?] Inline image + attachments = irregular body...
When a message has an inline image (email signature attached here) and one or more attachments (of any type), the body message is processed as BODY[1.2.2] NIL BODY[1.2.2.MIME] NIL).I removed the inline...
View ArticleNew Post: Web Forms Implementation
Hello, I have a web application and I would like to make a simple IMAP-Google mail client. My problem is time, when I connect on the Page_Load of inbox.aspx it takes a lot of time to login and retrieve...
View Article