OpenPop.Core
1.0.0
dotnet add package OpenPop.Core --version 1.0.0
NuGet\Install-Package OpenPop.Core -Version 1.0.0
<PackageReference Include="OpenPop.Core" Version="1.0.0" />
paket add OpenPop.Core --version 1.0.0
#r "nuget: OpenPop.Core, 1.0.0"
// 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 | Versions 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. |
-
.NETStandard 2.0
- No dependencies.
NuGet packages (4)
Showing the top 4 NuGet packages that depend on OpenPop.Core:
Package | Downloads |
---|---|
Upwest.Bundle
Umbraco 9, 10, 11, 12 and 13 tools that streamline and automate member login processes out of the box, with social login buttons (Twitter,Facebook,Linkedin and Google), automatic translations with Azure and Google Services,automatic multilingual setup, Two factor authenticion with Twilio and Aspsms sms services, services for inactive logins, backup for deleted members, email validation,advanced calendar event managent, recover password functionality with email templates between others. The advanced member form builder contains a bundle of higly configurable plugins that you can use also in your content type documents either in frontend and backend. |
|
Upwest.Calendar
Advanced calendar system to perform powerfull event managment for Umbraco. Give your users the freedom to insert or edit events either inline or via the advanced editor which allows them to add descriptions, set recurrence, associate resources and much more. Both editing options are easily customizable |
|
SCCommon
Package Description |
|
Upwest.SpeechToText
Introducing the Umbraco Speech-to-Text Plugin – a revolutionary solution that seamlessly integrates advanced speech recognition technology into your Umbraco user interface. Elevate the user experience by allowing customers to effortlessly convert spoken words into text for input fields, text areas, and TinyMCE inputs, transforming the way they interact with your platform. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.0 | 372,956 | 4/9/2021 |
See the main project page (http://hpop.sourceforge.net/) for release notes.
Ported for .NET Core
https://github.com/imgdelivered/hpop