imapx icon indicating copy to clipboard operation
imapx copied to clipboard

A cross-platform IMAP library for .NET, supporting .Net 2.0 - 4.5, Mono and Windows Phone

Results 18 imapx issues
Sort by recently updated
recently updated
newest added

I use the example code from your documentation but i cant download .msg attachment which are send with Microsoft outlook 2010. All other attachment types are properly stored. ``` Getting...

with from is mail to search subject is string to search _query = string.Format("X-GM-RAW \"({0} - {1})\"", string.Join(" OR ", _from.Split(';').Select( sendername => "from:" + sendername).ToArray()), string.Join(" OR ", "Subject:"...

Hi Team, I am not getting the attachment and also shows error("Bad Input String"),Only in the case of receiving ".eml" attachment sent through outlook .In the case of ".eml" attachment...

I used sample code from codeplex ``` var folderPath = @"D:\EmailRead\"; foreach (var file in msg.Attachments) { file.Download(); // Downloading the attachment /* After downloading the attachment you can access...

i would like to fetch message from inbox in given criteria like Subject Name Date range or like that. Thread: (new Thread(GetMails)).Start();

Hi Is there a version compatible with Core ? Thx

While using Idle, the `OnMessageArrived` event doesn't trigger all the time. It seems to work for a day, but after a long period of running it, it seems to stop...

Bumps jQuery from 2.1.1 to 3.5.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jQuery&package-manager=nuget&previous-version=2.1.1&new-version=3.5.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies