From cde27e29470fcf79a4cd4c5b620a7ac48ae93d21 Mon Sep 17 00:00:00 2001 From: csharptest Date: Fri, 4 Apr 2014 13:20:22 -0500 Subject: [PATCH] Added nuspec --- OpenPop.nuspec | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 OpenPop.nuspec diff --git a/OpenPop.nuspec b/OpenPop.nuspec new file mode 100644 index 0000000..1297fc0 --- /dev/null +++ b/OpenPop.nuspec @@ -0,0 +1,62 @@ + + + + + $version$ + OpenPop.NET + OpenPop.NET + OpenPop + OpenPop + en-US + http://unlicense.org/ + http://hpop.sourceforge.net/ + false + OpenPop.NET is Public Domain + + POP3 Client TCP SSL MIME Parsing email + .NET library written in C# with a full implementation of a POP3 client. Easy to use but yet powerful. Includes a robust MIME parser backed by several hundred test cases. + See the main project page (http://hpop.sourceforge.net/) for release notes. + + 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 + + + + + + + + + + + + + + + \ No newline at end of file