OpenPop.NET
2.0.6.1102
See the version list below for details.
dotnet add package OpenPop.NET --version 2.0.6.1102
NuGet\Install-Package OpenPop.NET -Version 2.0.6.1102
<PackageReference Include="OpenPop.NET" Version="2.0.6.1102" />
paket add OpenPop.NET --version 2.0.6.1102
#r "nuget: OpenPop.NET, 2.0.6.1102"
// Install OpenPop.NET as a Cake Addin #addin nuget:?package=OpenPop.NET&version=2.0.6.1102 // Install OpenPop.NET as a Cake Tool #tool nuget:?package=OpenPop.NET&version=2.0.6.1102
OpenPop.NET is an open source implementation of a POP3 client and a robust MIME parser written in C#.
It allows developers easy access to email on a POP3 server in a matter of minutes.
The project is backed by several hundred test cases and is therefore believed to be very robust.
If you find a bug, please report this by sending an email to hpop-users@lists.sourceforge.net.
POP3 Client Features
- Easy to use POP3 client
- Support for plain TCP or TLS/SSL connections
- Authentication methods supported
- - Plain
- - APOP
- - CRAM-MD5 (RFC 2195)
- CAPA capabilities command supported (RFC 2449)
MIME Parsing Features
- Preserves the MIME email hierarchy
- Easy access to different MediaType parts of the email
- Headers are parsed into strong types and are easy to examine
- Includes robust decoders for
- - QuotedPrintable
- - Base64
- - EncodedWord
- - Continuation and encoding of header fields (RFC 2231)
- Emails are fully persistable
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net20 is compatible. net35 was computed. net40 is compatible. net403 was computed. net45 was computed. 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. |
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 |
---|---|---|
2.0.6.1120 | 1,221 | 11/21/2015 |
2.0.6.1119 | 68 | 11/21/2015 |
2.0.6.1118 | 373 | 11/15/2015 |
2.0.6.1117 | 64 | 11/15/2015 |
2.0.6.1116 | 8,550 | 6/24/2015 |
2.0.6.1114 | 564 | 6/17/2015 |
2.0.6.1112 | 436 | 6/10/2015 |
2.0.6.1110 | 78 | 6/10/2015 |
2.0.6.1109 | 73 | 6/10/2015 |
2.0.6.1108 | 1,012 | 5/20/2015 |
2.0.6.1106 | 351 | 5/16/2015 |
2.0.6.1102 | 5,787 | 1/20/2015 |
2.0.6.1101 | 108 | 1/20/2015 |
2.0.6.1100 | 756 | 1/7/2015 |
2.0.6.1076 | 6,119 | 9/6/2014 |
2.0.6.1074 | 495 | 8/29/2014 |
2.0.6.1071 | 3,713 | 6/19/2014 |
2.0.6.1070 | 112 | 6/19/2014 |
2.0.6.1069 | 2,496 | 5/8/2014 |
2.0.5.1063 | 1,578 | 4/4/2014 |
2.0.5.1062-dev | 95 | 4/4/2014 |
2.0.4.369 | 15,672 | 9/22/2012 |
See the main project page (http://hpop.sourceforge.net/) for release notes.