Top "Pop3" questions

Post Office Protocol version 3

retrieve email using c#?

I want to retrieve emails from my Go Daddy account using C#. I tested OpenPop.NET to do that like …

c# pop3
Why do i get this exception?

This method gives the number of emails in the inbox.But it gives me this exception : javax.mail.MessagingException: Connect …

java jakarta-mail pop3 gmail-pop
Setting a time-out limit to readLine()?

I have the following code that reads response from a POP server through Sockets in Java. But the problem is …

java sockets pop3
How can I fetch emails via POP or IMAP through a proxy?

Neither poplib or imaplib seem to offer proxy support and I couldn't find much info about it despite my google-fu …

python proxy imap pop3
How to determine the UID of a message in IMAP

I'm working in a mail client project using C#. I'm using both the POP and IMAP protocol to communicate with …

c# client-server imap pop3 uid
Programmatically open an email from a POP3 and extract an attachment

We have a vendor that sends CSV files as email attachments. These CSV files contain statuses that are imported into …

asp.net vb.net pop3
Java get unread emails

I'm writing a code to read email from gmail. So the first time I launch, it reads new emails. That's …

java email pop3
What's a good mail server for development use?

I'm doing some development which will involve reacting to emails, and I'd like to use a local IMAP mail server …

imap pop3 mail-server
Need an example of a POP3 Server or IMAP Server written in Python

Experimenting with Application Messaging over email for Applications. I have already created my SMTP Server but now missing a centralised …

python twisted imap pop3
Save email attachment (python3, pop3_ssl, gmail)

I'm trying to save email attachment from Google mail account. AFAIK, it can be done 'walking' the message and getting …

python email python-3.x gmail pop3