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

Parsing IMAP responses in python

I am using imaplib to work with imap in python, however it looks like it doesn't have means to parse …

python imap imaplib
How do I enable push-notification for IMAP (Gmail) using Python imaplib?

Is there a way to monitor a gmail account using imaplib without polling gmail each time I want to see …

python gmail imap
allow less secure app access in Yahoo mail

I need to allow less secure app access in Yahoo but I can't find the button :( Any ideas ? Regards,

email imap yahoo yahoo-mail
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
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
Select mailbox "sent mail" or "all mail" in Ruby Net::IMAP

I'm trying to use Net::IMAP in Ruby to search all mail sent by me, but I'm having trouble selecting …

ruby gmail imap
How to get raw email data with the imap extension?

I'm looking for a way to download the whole raw email data (including attachment), similar to what you get by …

php email imap
How to Download all mail with attachments to server using PHP IMAP?

Using PHP IMAP function i can read email, but i need to run autoamtically or manually to download messages , how …

php gmail imap yahoo hotmail
MailKit: How to download all attachments locally from a MimeMessage

I have looked at other examples online, but I am unable to figure out how to download and store ALL …

c# imap mailkit mimekit
IMAP SEARCH complex query

I need to find all mails in IMAP mailbox which contains somestring in BODY and is FROM [email protected]

imap gmail-imap