hpop icon indicating copy to clipboard operation
hpop copied to clipboard

OpenPOP.NET code repository

Results 47 hpop issues
Sort by recently updated
recently updated
newest added

When i read specific mail i have got following error in openpop. I am using latest version but still get following error. 'ANSI_X3' is not a supported encoding name. For...

``` var messageCount = client.GetMessageCount(); for (var messageId = 1; messageId

ArgumentException exception: System.ArgumentException: 'UTF-8-Base64' is not a supported encoding name. For information on defining a custom encoding, see the documentation for the Encoding.RegisterProvider method. Parameter name: name at System.Globalization.EncodingTable.internalGetCodePageFromName(String name)...

Hi, since 2 Months we get the error in the title if we connect to office365 pop3 Mailboxes. We connect using "usessl True" Dim pop As New Pop3Client ServicePointManager.SecurityProtocol =...

Hi I used your API to read all emails from gmail. But once i execute program it is not reading the mails which I already read. Is there a setting...

If you try and connect to a POP3 server using IPv6 you get the following error: "A request to send or receive data was disallowed because the socket is not...

Openpop.net cannot detect attachments in 7bit ``` Content-Transfer-Encoding: 7bit Content-Type: application/octet-stream Content-Disposition: attachment; filename="sample.txt" ```

Hello, Do you have plans to migrate this project to .NETStandard 2.x or .NET Core 3.x ?

The ContentType of the System.Net.Mail.MailMessage.Body content is **always** "text/plain". https://msdn.microsoft.com/en-us/library/system.net.mail.mailmessage.body(v=vs.100).aspx Bug No.1: In OpenPop.Mime.Message.ToMailMessage() HTML-Bodys are copied into System.Net.Mail.MailMessage.Body Bug No.2: In OpenPop.Mime.Message.ToMailMessage() the HTML-Bodys is not copied into the...

When I call the Authenticate method on the pop client, I get the following exception: System Error : System.NullReferenceException: Object reference not set to an instance of an object. at...