Commented 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: ImapClient Failing to connect without any exceptions or errors.
Hi Pavel, I made changes as you said, no logs yet :( Meanwhile I fixed the issue for time being by disabling certificate validation mentioned in the following discussion...
View ArticleNew Post: Fetch limited no of mails
Hello, i am working with imapx in c# wpf i am able to authenticate and login to the email address now for get the mails i use following line ImapClient.Folders.Inbox..Search().OrderByDescending( =>...
View ArticleNew Post: Fetch limited no of mails
i tried by this way also but result is the same, again it takes the same time and load all the mails..
View ArticleNew Post: Error in MailMessageExtensions.ToEml
My native language is Russian. I apologize for my English. I'm new here. Detected an error in the code 2.0.0.16, some methods will not work. in MailMessageExtensions.ToEml instead File.Delete(eml) must...
View ArticleNew Post: Error in MailMessageExtensions.ToEml
Hi Pizhonkov, thank you, this problem has been reported before and is already fixed in the latest source code (see:...
View ArticleNew Post: Error in MailMessageExtensions.ToEml
Thank you very much.Буду иметь ввиду :)
View ArticleNew Post: ImapClient Failing to connect without any exceptions or errors.
Hi Pavel, I tried the command you mentioned, before importing the certificate an warning is presented *** WARNING: Certificate signature is INVALID *** So should I go ahead importing them? For adding...
View ArticleCreated Unassigned: Reading message/rfc822 parts [2586]
I think the following line is missing in BodyStructureParser.cs on line 152 : _reader.Read(); // Read '(' of envelopeJust before _reader.Read();
View ArticleCreated Unassigned: Attachments not being downloaded [2587]
Hello,I have donwloaded the latest source code, imapx-40715 because of the issues with issues Body.Text and Body.Html with BODY[1.1] NIL reported by another user.This issue is solved but now, when I...
View ArticleNew Post: ImapClient Failing to connect without any exceptions or errors.
Hi Prerana, I get the same warning on Ubuntu, simply import the certificate ignoring it. Greets, Pavel
View ArticleCommented Unassigned: Attachments not being downloaded [2587]
Hello,I have donwloaded the latest source code, imapx-40715 because of the issues with issues Body.Text and Body.Html with BODY[1.1] NIL reported by another user.This issue is solved but now, when I...
View ArticleCommented Unassigned: Reading message/rfc822 parts [2586]
I think the following line is missing in BodyStructureParser.cs on line 152 : _reader.Read(); // Read '(' of envelopeJust before _reader.Read();Comments: ** Comment from web user: pavel_azanov ** Thank...
View ArticleEdited Issue: Reading message/rfc822 parts [2586]
I think the following line is missing in BodyStructureParser.cs on line 152 : _reader.Read(); // Read '(' of envelopeJust before _reader.Read();
View ArticleCommented Unassigned: Attachments not being downloaded [2587]
Hello,I have donwloaded the latest source code, imapx-40715 because of the issues with issues Body.Text and Body.Html with BODY[1.1] NIL reported by another user.This issue is solved but now, when I...
View ArticleCommented Issue: Install-Package ImapX fails for WP8 [1792]
Trying to add ImapX to a Winodws Phone 8 project, but it fails with the following exception:Installing 'ImapX 2.0.0.10'.Install failed. Rolling back...Install-Package : 'ImapX' already has a dependency...
View ArticleCommented Issue: Install-Package ImapX fails for WP8 [1792]
Trying to add ImapX to a Winodws Phone 8 project, but it fails with the following exception:Installing 'ImapX 2.0.0.10'.Install failed. Rolling back...Install-Package : 'ImapX' already has a dependency...
View ArticleCommented Unassigned: Unable to get mail folders after successfull login on...
I am using this simple code to access the contents of an email via imap server:```ImapX.ImapClient m_ImapClient = new ImapX.ImapClient( ImapServerAddress, (int) ImapServerPort,...
View ArticleNew Post: ImapClient Failing to connect without any exceptions or errors.
Hi Pavel, Thanks a ton it worked!! Thank you for your time. Have a great day ahead. Happy coding :) -Prerana
View Article