New Post: Unable to get body
Hi GDEffe, to solve this problem i need to know the structure of the message. Please download the sample application from here: http://imapx.org/ImapX.Sample.zip It contains an update, now you can use...
View ArticleCommented Unassigned: Message Bodyparts with UTF8 [1848]
Hi there is a problem with emails containing UTF8? It seems that the component does not recognize it and put contentdisposition to null.Comments: ** Comment from web user: pavel_azanov ** Hi hpfs74...
View ArticleEdited Issue: Message Bodyparts with UTF8 [1848]
Hi there is a problem with emails containing UTF8? It seems that the component does not recognize it and put contentdisposition to null.
View ArticleNew Post: Date.TryParseExact Problem
Hi GDEffe, I'm sorry, totally forgot about this. I'll set it on high priority and will update the library on weekend.
View ArticleNew Post: Unable to get body
Hi Pavel, thank you very much for your support!!! This is the body structure for a message with body 'BODY [1.1.MIME] NIL BODY [1.1] NIL)': (I change to @xxxxxxxxxxxx.com :D)(("TEXT" "PLAIN" ("CHARSET"...
View ArticleNew Post: Unable to get body
The second message you have mentioned has no attachment in its structure, only two alternate views - text ad html. Are you sure there should be an attachment?
View ArticleNew Post: Unable to get body
Hi Pavel, yes, I'm sure because I read these message with Thunderbird client on my pc and I see correctly the XLS attachment.
View ArticleNew Post: Unable to get body
Are you sure you have copied the whole body structure? It's not complete.
View ArticleNew Post: Unable to get body
yes, I'm sure; that is what appears when I select 'show body structure'
View ArticleNew Post: Issue receiving the Attachment
Hi, i used an earlier version of ImapX to extract XML Attachments, so that they can be processed. Those attachments had always issues in the latest version with the last few characters at the end of...
View ArticleNew Post: Issue receiving the Attachment
Hi spacey1982, in order to fix this issue, i need to know the structure of your message. Please download the sample application from here: http://imapx.org/ImapX.Sample.zip In the message context menu...
View ArticleCommented Issue: Message Bodyparts with UTF8 [1848]
Hi there is a problem with emails containing UTF8? It seems that the component does not recognize it and put contentdisposition to null.Comments: ** Comment from web user: hpfs74 ** did you had a...
View ArticleNew Post: ImapX Unable To Fetch Messages From Any Folder
imap4X = New ImapX.ImapClient imap4X.Host = "imap.mail.yahoo.com" imap4X.Port = 993 imap4X.UseSsl = True imap4X.Connect() imap4X.Login(gmail user id,passwd)...
View ArticleNew Post: Search query couldn't be processed
I'm not sure what I did. My program was running fine until I upgraded to the latest version (2.0.0.15) and now my search query comes back with "The search query couldn't be processed" error. var query...
View ArticleCreated Unassigned: Issue in Move messages [1850]
Hi, I can´t move messages into foldersexample: Move messages from spam folder to recyclerUsing Message.MoveTo(Object Folder_Recycler)__Folder.CS__public bool Expunge(){ Folder selectedFolder =...
View ArticleCommented Unassigned: Issue in Move messages [1850]
Hi, I can´t move messages into foldersexample: Move messages from spam folder to recyclerUsing Message.MoveTo(Object Folder_Recycler)__Folder.CS__public bool Expunge(){ Folder selectedFolder =...
View ArticleCommented Issue: Invalid content type [1832]
Hi Pavel, I have an issue with reading certain messages from a folder. The command folder.Messages.Download("ALL", ImapX.Enums.MessageFetchMode.Tiny);throws an execption and thus ends up with only some...
View ArticleNew Post: ImapX Unable To Fetch Messages From Any Folder
Hi paliwalvimal1993, please take a look at the documentation Best regards, Pavel
View ArticleNew Post: Search query couldn't be processed
Hi maylortaylor, please set client.IsDebug to true and post here the list of answers from the server which are shown in the console. This way I can give a more clear answer to your question or look for...
View ArticleCommented Issue: Message Bodyparts with UTF8 [1848]
Hi there is a problem with emails containing UTF8? It seems that the component does not recognize it and put contentdisposition to null.Comments: ** Comment from web user: pavel_azanov ** Not yet, busy...
View Article