.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.
The easiest way to install OpenPop.NET is via NuGet.
In Visual Studio's Package Manager Console, simply enter the following command:
Install-Package OpenPop.NET
Our homepage (http://hpop.sourceforge.net/) includes examples, documentation and a general introduction for email.
For more information, visit our project homepage.
Code is hosted on GitHub (https://github.com/foens/hpop).
Features
- POP3
- Robust MIME decoding
- SSL and plain TCP supported
Categories
POP3License
Public DomainFollow OpenPop.NET
Other Useful Business Software
Auth0 for AI Agents now in GA
Connect your AI agents to apps and data more securely, give users control over the actions AI agents can perform and the data they can access, and enable human confirmation for critical agent actions.
Rate This Project
Login To Rate This Project
User Reviews
-
Provided the facility what I really wanted.
-
Stunningly simple, just works perfectly to parse out raw emails dropt into an s3 bucket. Totally demystifies MIME email messages.
-
Failing to load email: System.FormatException: The specified media type is invalid. at System.Net.Mime.ContentType.set_MediaType(String value) at OpenPop.Mime.Header.HeaderFieldParser.ParseContentType(String headerValue) at OpenPop.Mime.Header.MessageHeader.ParseHeader(String headerName, String headerValue) at OpenPop.Mime.Header.MessageHeader.ParseHeaders(NameValueCollection headers) at OpenPop.Mime.Header.MessageHeader..ctor(NameValueCollection headers) at OpenPop.Mime.Header.HeaderExtractor.ExtractHeadersAndBody(Byte[] fullRawMessage, MessageHeader& headers, Byte[]& body) at OpenPop.Mime.MessagePart.ParseMultiPartBody(Byte[] rawBody) at OpenPop.Mime.MessagePart.ParseBody(Byte[] rawBody) at OpenPop.Mime.MessagePart..ctor(Byte[] rawBody, MessageHeader headers) at OpenPop.Mime.Message..ctor(Byte[] rawMessageContent, Boolean parseBody) at OpenPop.Pop3.Pop3Client.GetMessage(Int32 messageNumber)
-
I have a error, how I solve this? ERROR:The input is not a valid Base-64 string as it contains a non-base 64 character, more than two padding characters, or a non-white space character among the padding characters. what's meaning?
-
Not able to connect to mail server.Most of the times it gives error like :No connection could be made because the target machine actively refused it OR An invalid argument was supplied 111.221.118.153:995. Please help!!!