Commented Task: Few issues workarounds/fixes [1881]
Hi GuysI am not sure is I am writing at correct placebut there are few bugs I fixed in a copy of source code (latest to the moment of writing this)1) This is working method for decoding Quoted...
View ArticleCreated Unassigned: Message.Body.Text doesn't have Unix line breaks [1883]
It would seem that Message.Body.Text doesn't have the Unix style line endings in some cases. This is making emails sent from iPhones for instance render all as one line.
View ArticleCreated Unassigned: Out of Memory Error on a select few emails when...
I've noticed when I download anymore than "None" for one email in my Gmail account I get an out of memory error. The only weird thing about the email is the email has an 12.7KB attachment that is...
View ArticleNew Post: Unable to get body
Hi Pavel, sorry for late reply, I was busy with other projects. Sample message was sent to your outlook.com account as you requested. Thanks and good luck, Peter
View ArticleNew Post: unable to search inbox
My code snippet is as below. Private imap As ImapClient Private _messages As List(Of Message) Private Function Logintoserver() As Boolean imap = New ImapClient(ServerName, True, False) imap.Connect()...
View ArticleNew Post: unable to search inbox
Hi sureshbarathan, the method overload you're using us obsolete and will be removed in the coming version. Simply replace the call to search with:_messages = myinbox.Search("ALL") Also take a look at...
View ArticleNew Post: Unable to get body
Hi Peter, thank you, I will take a look at it tonight! Greets, Pavel
View ArticleCommented Unassigned: Message.Body.Text doesn't have Unix line breaks [1883]
It would seem that Message.Body.Text doesn't have the Unix style line endings in some cases. This is making emails sent from iPhones for instance render all as one line.Comments: ** Comment from web...
View ArticleCommented Unassigned: Out of Memory Error on a select few emails when...
I've noticed when I download anymore than "None" for one email in my Gmail account I get an out of memory error. The only weird thing about the email is the email has an 12.7KB attachment that is...
View ArticleNew Post: ImapX in VB.Net
please send me the vb.net code to sureshbarathan@gmail.com;b_esak@hotmail.com
View ArticlePatch Uploaded: #15825
paulmendoza has uploaded a patch.Description:Debug faster by having the username and password auto populate from the environment variables.
View ArticlePatch Uploaded: #15826
paulmendoza has uploaded a patch.Description:Line endings on emails sent from iPhone type devices were all ending up as one giant line. I solved this by calling "AppendLine" instead of calling...
View ArticleCommented Unassigned: Message.Body.Text doesn't have Unix line breaks [1883]
It would seem that Message.Body.Text doesn't have the Unix style line endings in some cases. This is making emails sent from iPhones for instance render all as one line.Comments: ** Comment from web...
View ArticlePatch Uploaded: #15827
paulmendoza has uploaded a patch.Description:Pavel, I emailed you about the last patch I submitted for this issue how it was wrong. I have a new version of the patch that I think really solves it now.
View ArticleNew Post: Getting Raw Message
And a belated thanks for this, I'm using it and it appears to be working nicely! I just ported some old pop code over to imapx and it has gone really smoothly, thanks! Darren
View ArticleNew Post: No Message Found
Hi, It appears I'm not able to access the messages in my inbox from vb.net. When I run this:Dim msgCount As Integer msgCount = client.Folders.Inbox.Messages.Count The project seems to process for a...
View ArticleNew Post: No Message Found
Hi Jacob_P, by default, the Folder.Messages collection is not being filled. If you want to let the client download the messages automatically, configure the client do do this:Dim client As New...
View ArticleNew Post: ImapX in VB.Net
Hi sureshbarathan, currently there's no VB.Net code for the latest version of ImapX. I'm working on translating the sample application, will upload the code next week. Greets, Pavel
View ArticleNew Post: Problem connecting using mono
I have a windows compiled binary that is connecting fine (gmail / ssl ) that is failing to even connect when run under mono. The client.Connect() call returns false. What is the easiest way to get more...
View Article