work.bacome.imapclient 0.5.2-alpha

This is a prerelease version of work.bacome.imapclient.
dotnet add package work.bacome.imapclient --version 0.5.2-alpha
NuGet\Install-Package work.bacome.imapclient -Version 0.5.2-alpha
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="work.bacome.imapclient" Version="0.5.2-alpha" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add work.bacome.imapclient --version 0.5.2-alpha
#r "nuget: work.bacome.imapclient, 0.5.2-alpha"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install work.bacome.imapclient as a Cake Addin
#addin nuget:?package=work.bacome.imapclient&version=0.5.2-alpha&prerelease

// Install work.bacome.imapclient as a Cake Tool
#tool nuget:?package=work.bacome.imapclient&version=0.5.2-alpha&prerelease

Intended for use in projects that need to deal with email presented by an IMAP server where the programmer does not want to learn the finer points of IMAP.

* 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.

Product Compatible and additional computed target framework versions.
.NET Framework net452 is compatible.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.5.2-alpha 1,082 11/30/2017

This is the initial alpha release.