Top "Pop3" questions

Post Office Protocol version 3

Is there support for a POP3 client using C# in the .Net Framework?

Is there support for POP3 client in the .net framework? If so, please tell me it's name as I have …

c# .net pop3 .net-3.5
"getaddrinfo: Temporary failure in name resolution" in RoR application

I'm trying to retrieve emails from gmail using pop3 to my rails applicaiton. I get the error - "getaddrinfo: Temporary …

ruby-on-rails gmail pop3
Handshake failed due to an unexpected packet format logging into Pop3

I am trying to update code that monitors an Exchange Server mailbox so it can log in using SSL. However, …

c# ssl pop3
JavaMail error + Unrecognized SSL message, plaintext connection?

Using below code to read mails from a Zimbra mail server. String SSL_FACTORY = "javax.net.ssl.SSLSocketFactory"; Properties pop3…

jakarta-mail pop3 zimbra
Javamail and Gmail Pop3 SSL

i'm trying to connect my app to Gmail to check emails. I must use SSL for POP3. This is my …

gmail jakarta-mail pop3
Open Source Cocoa/Cocoa-Touch POP3/SMTP library?

I'm looking to write a sample application speaking to a POP3/SMTP server. Instead of re-inventing the wheel with BSD …

iphone objective-c cocoa cocoa-touch pop3
Determine POP/IMAP server from email address

Is there a way to determine POP or IMAP server given the email address? I am building an application for …

imap pop3 email-client
django to send AND receive email?

I have gotten quite familiar with django's email sending abilities, but I havn't seen anything about it receiving and processing …

python django email pop3 django-email
Python: Retrieving only POP3 message text, no headers

I'm trying to make a Python program that retrieves only the body text of an email without passing headers or …

python email text pop3 poplib
read email Using Pop3 client on asp.net web page

I want to read Emails through pop3. On my asp.net web page how to do let me know, which …

c# email pop3