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).

IMAP client in Java: JavaMail API or Apache Commons Net?

I have to implement an IMAP Client in Java. Which advantages has using the Apache Commons Net library? Does it …

java email imap jakarta-mail apache-commons
SEARCH BEFORE/AFTER with Pythons imaplib

I have a smaller IMAP-script written i Python(3.2). I my search-line looks like this: typ, data = M.search(None, 'FROM', …

python search date imap
Get email subject and sender using imaplib?

I am getting the following response after executing the code shown below the response. How can I parse through this …

python imap imaplib
how to import mails into thunderbird from maildir format

I have a local imap server which used to pull mails from external mail server and distribute mails locally. This …

email imap thunderbird
Php accessing the email inbox for email address

I needed to get the Email address from which Im getting/receiving emails in my Inbox! what should I do …

php imap gmail-imap
JavaMail: Keeping IMAPFolder.idle() alive

I am making a program that needs to monitor a Gmail account for new messages, and in order to get …

java imap jakarta-mail
Getting n most recent emails using IMAP and Python

I'm looking to return the n (most likely 10) most recent emails from an email accounts inbox using IMAP. So far …

python email imap
imap_search limit the number of messages returned

I have PHP script that fetch messages from a mailbox. I use the imap_search function: $emails = imap_search($mbox, …

php email imap
Cross Platform C++ IMAP Library

Are there any cross-platform (only interested in Windows and OS X) IMAP libraries which I can use from C++? Preferably …

open-source email imap
IMAP attachment retrieving command

I am working on a mail client using IMAP and I am looking for the command for receiving the attachments …

imap