ImapX 2.0.0.10
See the version list below for details.
dotnet add package ImapX --version 2.0.0.10
NuGet\Install-Package ImapX -Version 2.0.0.10
<PackageReference Include="ImapX" Version="2.0.0.10" />
paket add ImapX --version 2.0.0.10
#r "nuget: ImapX, 2.0.0.10"
// Install ImapX as a Cake Addin #addin nuget:?package=ImapX&version=2.0.0.10 // Install ImapX as a Cake Tool #tool nuget:?package=ImapX&version=2.0.0.10
ImapX 2 is a crossplatform IMAP library for .NET, supporting SSL/TLS, OAuth2 and all major GMail IMAP extensions.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net20 is compatible. net30 is compatible. net35 is compatible. net35-client is compatible. net40 is compatible. net40-client is compatible. net403 was computed. net45 is compatible. net451 was computed. net452 was computed. 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. |
Silverlight | sl4-wp71 is compatible. |
Windows Phone | wp8 is compatible. wp81 was computed. |
-
.NETFramework 2.0
- LinqBridge (>= 1.3.0)
-
.NETFramework 3.0
- LinqBridge (>= 1.3.0)
-
WindowsPhone 7.1
- SocketEx (>= 2.0.0)
- SocketEx (>= 2.0.0)
- SocketEx.SSL (>= 1.0.0)
- SocketEx.SSL (>= 1.0.0)
-
WindowsPhone 8.0
- SocketEx (>= 2.0.0)
- SocketEx.SSL (>= 1.0.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on ImapX:
Package | Downloads |
---|---|
DioLive.Lib.Mail
Helpers for email by DioLive Studio |
|
Harvester.Databus
Core components for creating custom databus |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on ImapX:
Repository | Stars |
---|---|
saucepleez/taskt
taskt (pronounced 'tasked' and formely sharpRPA) is free and open-source robotic process automation (rpa) built in C# powered by the .NET Framework
|
Version | Downloads | Last updated |
---|---|---|
2.0.0.18 | 326,481 | 11/3/2015 |
2.0.0.17 | 2,608 | 10/31/2015 |
2.0.0.16 | 119,733 | 5/1/2014 |
2.0.0.15 | 17,115 | 12/16/2013 |
2.0.0.14 | 2,097 | 12/13/2013 |
2.0.0.13 | 2,836 | 10/23/2013 |
2.0.0.12 | 2,012 | 10/23/2013 |
2.0.0.11 | 1,981 | 10/23/2013 |
2.0.0.10 | 2,231 | 10/22/2013 |
2.0.0.9 | 3,992 | 5/29/2013 |
2.0.0 | 2,050 | 10/23/2013 |
1.2.3.126 | 6,918 | 11/20/2011 |
- Added support for Mono.
- Added support for Windows Phone 7.1 and 8.0.
- Added support for .Net 2.0, 3.0
- Simplified connecting to server by reducing the number of parameters and adding automatic port selection.
- Changed authentication handling to be universal and allowing to build custom providers.
- Added advanced server feature detection.
- Added direct access to common folders like Inbox, drafts, sent etc.
- Partial message requests (decide yourself what parts you need and when).
- Added support for GMail message ids, labels and threads.
- Automated body decoding. No need to call the GetDecodedBody method.
- Massive refactoring, many classes removed, methods marked as obsolete.
- New sample application demonstrating all major features.