Info
| Version: | 0.5.2-alpha | 
| Author(s): | bacome | 
| Last Update: | Thursday, November 30, 2017 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | http://bacome.work/ | 
| NuGet Url: | https://www.nuget.org/packages/work.bacome.imapclient | 
Install
Install-Package work.bacome.imapclient
                        dotnet add package work.bacome.imapclient
                        paket add work.bacome.imapclient
                        
                                work.bacome.imapclient Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
Tags
 
                
* Simple high level API with the ability to get low level if/when required.
* Complete API documentation.
* Synchronous and asynchronous APIs with timeout and cancellation.
* Automatic idle processing to keep the client in sync with the server.
* Condstore support for 'mailbox as a message queue' applications.
* Automatic IMAP command pipelining and pipelining safety.
As this is the initial alpha release;
* All the APIs are subject to change (however most aren't likely to do so), and
* There is a significant (depending on your use case) missing feature: Append - the ability to upload mail to an IMAP server.
High level documentation, API level documentation, examples and source code are available on/via the project site.