Top "Pop3" questions

Post Office Protocol version 3

Is there an API for POP/IMAP in iOS?

In my app I need to access mail programmatically without using a MFMailComposeViewController. I have sent email with the help …

objective-c ios imap pop3
Retrieving AlternateView's of email

I can't seem to retrieve the AlternateView from System.Net.Mail.AlternateView. I have an application that is pulling email …

c# html email pop3 plaintext
Counting the number of Emails in the Gmail INBOX

This is the code that counts the number of mails in the gmail inbox. Properties props = new Properties(); props.put("…

java gmail jakarta-mail pop3 gmail-pop
Counting the number of messages in an e-mail account with python

is there any way, in Python, to have access to an e-mail account (I'll need this for gmail but better …

python email imap pop3 inbox
Processing incoming email

How do I programmatically read an incoming email with .NET. I need a method to take the content of email …

.net email imap pop3
Pop3 to SMTP message custom forwarder in C#

I'd like to write a service that periodically checks a POP3 account for new messages and based on custom business …

c# smtp pop3 forwarding
How to retrieve only new emails using POP3 protocol

I am using POP3 protocol to retrieve my emails in my .NET application. I need to read just new emails …

pop3
Set up local SMTP and POP3 for testing mail send and receive loop

I would like to have alternate SMTP and POP3 servers on my local machine, for testing code that sends mails …

windows email windows-7 smtp pop3
How do SMTP clients determine whether to use Explicit or Implicit SSL

Most mail clients that support SSL/TLS only require the user to say whether or not SSL should be enabled. …

ssl smtp imap pop3
imap_delete not working

I am using php imap functions to parse the message from webmail. I can fetch messages one by one and …

php imap pop3