Top "Imap" questions

Internet message application protocol (commonly known as IMAP) is one of the two most prevalent Internet standard protocols for e-mail retrieval, the other being the Post Office Protocol (POP).

Getting only new mail from an IMAP server

I am writing a client application that fetches emails from an IMAP server and then stores them in a database. …

ruby-on-rails ruby email imap
fetching gmail inbox with imap

i got a code from here to download gmail inbox: http://davidwalsh.name/gmail-php-imap use these 2 hostnames $hostname = '{imap.…

php gmail imap gmail-imap
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
SslHandshakeException: An error occurred while attempting to establish an SSL or TLS connection

I'm trying to access gmail emails using imap and the code is failing at the ssl handshake without showing me …

c# ssl imap xunit mailkit
Download a specific email from Gmail using Python

Can someone help me customize an existing code sample? I can see from the following article how to connect to …

python gmail imap
Use node-imap to retrieve emails

Here is a module retrieve_email.js which connects to my gmail account and download the UNSEEN emails after a …

node.js imap node-imap
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
PHP IMAP - Do emails have to have a messageid?

I'm retrieving emails from Gmail using PHP and IMAP; however, some emails don't have a messageid. Aren't all messages supposed …

php imap gmail-imap
What do the flags in a Maildir message filename mean?

I'm cleaning up some old Maildir folders, and finding messages with names like: 1095812260.M625118P61205V0300FF04I002DC537_0.redoak.…

imap maildir