imapx
imapx copied to clipboard
A cross-platform IMAP library for .NET, supporting .Net 2.0 - 4.5, Mono and Windows Phone
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 6.0.3 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...
Hi Team , I hope you are doing good . Currently we are using IMAPX dll version (2.0.0.9) & we have started to upgrade with the latest version of 2.0.0.18,...
Hi, we try to implement a script on a Server 2019. I have to enable TLS1.0 and TLS1.1 (client) for it to work... can I somehow force usage of TLS1.2...
Hi, I use ASP.Net Core. When the network is lost or a big timeout an error: "Unable to read data from the transport connection: An existing connection was forcibly closed...
Hi, I am using the library to download attachments in email.In some of the emails if attachment name is too long it come as like below instead of quoted string....
I'm looking for imapx.dll, but it doesn't seem to exist in this repo. does anyone know where i can find it?
Hi, I need to read a shared mailbox. By default it connects to my account and I can't see shared folders. Is there any way to do this?
Hi, I am using the library to download old messages and archive them. So I use message.DownloadRawMessage() and get a string. However the string always seems to be converted into...
Hey Guys, first of all thanks for your work ! Unfortunately I got a problem using imapX.dll with Powershell while downloading attachements. When using "file.save (Downloadpath);" an attached csv is...
Hi, Recently discovered a bug related to the idling feature. Using VS 2013, C# .NET Desktop app. Following code should work according to documentation: `imapclient.Folders.Inbox.Messages.Download(); imapclient.Folders.Sent.Messages.Download(); imapclient.Folders.Inbox.Select(); imapclient.Folders.Inbox.OnNewMessagesArrived += Inbox_OnNewMessagesArrived;...