New Post: Nested Folder Structure and Access Mail From those Nested Folder.
Hi pavel_azanov I have folder structure like for my gmail account. Gmail ---All Mail ---Drafts ---Important ---Spam ---Starred Personal (i have created this folder ) ---Dictionary ---MCA ---nptel...
View ArticleNew Post: Nested Folder Structure and Access Mail From those Nested Folder.
I think what you want to do is use the Find() method: var messageCollection2 = client.Folders.Find ("[Gmail]/Sent Mail").Search("ALL", MessageFetchMode.Full);
View ArticleNew Post: Nested Folder Structure and Access Mail From those Nested Folder.
Thanku so much jstedfast ,working fine !!
View ArticleNew Post: imap without ssl with port 143
Hey! I tried to download messages from folder inbox. Connecting and loging are good and he shows right count messages in the inbox (EXISTS), but couldn't to access any message. This is debug output...
View ArticleNew Post: create email address using ImapX for private domain
How can i create multiple email addresses for my private domain using ImapX.
View ArticleNew Post: create email address using ImapX for private domain
You can't create any email addresses with ImapX or any other IMAP library. You have to ask your ISP to create them for you or you have to buy a domain and then setup your custom email addresses.
View ArticleNew Post: create email address using ImapX for private domain
My Requirement is to Create Email Address Dynamically from C# Code, so Do you have any solution for that ?
View ArticleNew Post: create email address using ImapX for private domain
Maybe this will help you: https://iwantmyname.com/blog/2013/09/how-to-get-a-custom-email-address.html
View ArticleCommented Unassigned: Problem with Bodyparsing when Msg has attachments and...
It seems that my problem occurs everytime when a mail has attachments and EmbeddedRessourses:In that case ImapX only recognizes the EmbeddesRessourses and ignores the attached files. When I'm trying to...
View ArticleNew Post: imap without ssl with port 143
what do you mean by "could not access any messages"? You are opening the Trash and INBOX folders as read-only, which means you won't be able to change any flags if that's what you mean.
View ArticleNew Post: Announcment: ImapX 2.0.0.17
Does the Nuget package have all the changes made to the code since May 2014? I see that version 2.0.0.16 was released in May 2014 and there were multiple fixes since then, and was wondering if they...
View ArticleNew Post: Announcment: ImapX 2.0.0.17
I think the idea was that 2.0.0.17 would have all of the fixes since May of 2014, but it hasn't been released yet, so the current NuGet package does not contain those fixes.
View ArticleNew Post: Announcment: ImapX 2.0.0.17
Hi guys, I am really sorry, but my schedule has been pretty tight the past months. I will have a holiday starting from Saturday, which means there finally will be time for my own projects and of course...
View ArticleNew Post: imap without ssl with port 143
Hi makarti, from your log, I do not see that you have tried to access any messages. It only contains the folder listing which is done after a successful login. Can you provide the full log and the...
View ArticleCreated Unassigned: Saving Excel xlsx attachments are corrupt [2709]
When using either the attachments.Save() method or the attachments.FileData method to save the file to disc, the following message is encoutered:____We found a problem with some content in ???.xslx. Do...
View ArticleCreated Unassigned: toEml has incorrect mime boundary [2710]
HiI tried to use the toEml() method as debug output and noticed that the mime boundary does not match the header field (which corresponds with the raw e-mail header)Samplefrom: xto: xdate: Fri, 17 Jul...
View ArticleNew Post: ImapX.Message.Body.Text - problem with content
Hi, I have a small problem with ImapX.Message.Body.Text. When I run the app on my computer is contains the string i would expect while on the other computer - for the same message - it contains same...
View ArticleNew Post: Can't connect to any mail server
I am using the binary for .net 4.5 (downloaded 2.0.0.16) and I am not able to connect to neither one of the two servers I tried (POP or IMAP). My code is like this:using (ImapX.ImapClient client = new...
View ArticleNew Post: Can't connect to any mail server
I got it to work dropping the port number and useSSL parameters. Not sure why I can't specify those. BTW, I just realized I haven't place this under the "Issues" section. My mistake.
View Article