Commented Unassigned: Problem with gmail! [1808]
Hi thereI had my program working for reading my gmail account using Imapx lib and sending emails using smtp in C# but it stopped to send\read emails suddenly and not working anymore!!!It seems my...
View ArticleEdited Unassigned: Problem with gmail! [1808]
Hi thereI had my program working for reading my gmail account using Imapx lib and sending emails using smtp in C# but it stopped to send\read emails suddenly and not working anymore!!!It seems my...
View ArticleCommented Unassigned: Problem with gmail! [1808]
Hi thereI had my program working for reading my gmail account using Imapx lib and sending emails using smtp in C# but it stopped to send\read emails suddenly and not working anymore!!!It seems my...
View ArticleCommented Unassigned: Problem with gmail! [1808]
Hi thereI had my program working for reading my gmail account using Imapx lib and sending emails using smtp in C# but it stopped to send\read emails suddenly and not working anymore!!!It seems my...
View ArticleCommented Unassigned: Problem with gmail! [1808]
Hi thereI had my program working for reading my gmail account using Imapx lib and sending emails using smtp in C# but it stopped to send\read emails suddenly and not working anymore!!!It seems my...
View ArticleCommented Unassigned: Problem with gmail! [1808]
Hi thereI had my program working for reading my gmail account using Imapx lib and sending emails using smtp in C# but it stopped to send\read emails suddenly and not working anymore!!!It seems my...
View ArticleCommented Unassigned: Problem with gmail! [1808]
Hi thereI had my program working for reading my gmail account using Imapx lib and sending emails using smtp in C# but it stopped to send\read emails suddenly and not working anymore!!!It seems my...
View ArticleClosed Unassigned: Problem with gmail! [1808]
Hi thereI had my program working for reading my gmail account using Imapx lib and sending emails using smtp in C# but it stopped to send\read emails suddenly and not working anymore!!!It seems my...
View ArticleNew Post: Loop through certain messages only
I'm trying to optimize my program to run most efficiently. Right now, I have ImapX.Folder myInbox = client.Folders.Inbox; ImapX.Folder myArchive = client.Folders.All; ImapX.Message[] messages =...
View ArticleNew Post: Loop through certain messages only
Hi maylortaylor, of course it is possible to filter messages on the server side. For it, you can use filter options provided by the IMAP SEARCH command, such as:myInbox.Search("FROM \"Company A\") But,...
View ArticleNew Post: Saving Email Attachment Format
maylortaylor wrote: I found my error. You have to add the Download() before the Save(). If (msgs[i].Attachments != null && msgs[i].Attachments.Count() > 0) { string attachmentName =...
View ArticleNew Post: Saving Email Attachment Format
Hi Carl64, maylortaylor is right, however, there are minor issues with the attachment parsing which are in process to be fixed now. Please be patient, I will provide an update soon. Best regards, Pavel
View ArticleNew Post: Loop through certain messages only
This helped a lot! Thank you Pavel Is there a way to select messages from a certain time? Such as "is a message sent before DateTime.Today() before 4pm"
View ArticleNew Post: Loop through certain messages only
Hi maylortaylor, this is a limitation of the IMAP protocol, as the messages can only be filtered by date, and not by time. The X-GM-RAW extension, being just an overlay, surely has same limitation. The...
View ArticleCreated Unassigned: NuGet package issue [1815]
If I install ImapX via Nuget, it installs LinqBridge as dependency, even if my project is targeted to .NET 4. This messes up all my code, and recently gave me one hour of bumping my head to the wall,...
View ArticleCommented Unassigned: NuGet package issue [1815]
If I install ImapX via Nuget, it installs LinqBridge as dependency, even if my project is targeted to .NET 4. This messes up all my code, and recently gave me one hour of bumping my head to the wall,...
View ArticleEdited Task: NuGet package issue [1815]
If I install ImapX via Nuget, it installs LinqBridge as dependency, even if my project is targeted to .NET 4. This messes up all my code, and recently gave me one hour of bumping my head to the wall,...
View ArticleCreated Unassigned: Quoted Printable decoding of attachment [1816]
Hello Pavel,It seems so that attachments from mails with quoted printable encoding are encoded in the same way.Is there any possibility or built-in method to decode an quoted printable attachment with...
View ArticleCommented Unassigned: Quoted Printable decoding of attachment [1816]
Hello Pavel,It seems so that text-attachments (text, xml, ...) of quoted printable encoded mails are also encoded in the same way.Is there any possibility or built-in method to decode an quoted...
View ArticleEdited Feature: Quoted Printable decoding of attachment [1816]
Hello Pavel,It seems so that text-attachments (text, xml, ...) of quoted printable encoded mails are also encoded in the same way.Is there any possibility or built-in method to decode an quoted...
View Article