OpenPop.Core 1.0.0

dotnet add package OpenPop.Core --version 1.0.0
NuGet\Install-Package OpenPop.Core -Version 1.0.0
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="OpenPop.Core" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add OpenPop.Core --version 1.0.0
#r "nuget: OpenPop.Core, 1.0.0"
#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 OpenPop.Core as a Cake Addin
#addin nuget:?package=OpenPop.Core&version=1.0.0

// Install OpenPop.Core as a Cake Tool
#tool nuget:?package=OpenPop.Core&version=1.0.0

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 Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETStandard 2.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on OpenPop.Core:

Package Downloads
SCCommon

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0 267,171 4/9/2021

See the main project page (http://hpop.sourceforge.net/) for release notes.

Ported for .NET Core
https://github.com/imgdelivered/hpop