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

PHP: Download incoming email from POP3 or IMAP, parse it, and mark it as read/delete on server

I'm trying to add incoming email to my web application. It's built on CodeIgniter and PHP, and as far as …

php email codeigniter imap pop3
PHP Library to read email

I currently use the SwiftMailer library to send email, but unfortunately it's only for sending, not receiving. I'm wondering... is …

php email imap swiftmailer email-client
How hard is it to build an Email client? - Python

I'm venturing in unknown territory here... I am trying to work out how hard it could be to implement an …

python email smtp imap email-client
php imap get from email address

How do I retrieve the email address from an email with imap_open? If the sender name is known I …

php email imap
Move an email in GMail with Python and imaplib

I want to be able to move an email in GMail from the inbox to another folder using Python. I …

python gmail imap imaplib
Retrieve UnRead Emails from Gmail - JavaMail API + IMAP

Now I have created a code to retrieve unread email and read its body and then we can store or …

gmail jakarta-mail imap
Delete Email on Server using javax.mail

I am receiving emails from the server using the IMAP protocol like it is described here. This is working very …

java email imap
Check unread count of Gmail messages with Python

How can I check the number of unread Gmail message in my inbox with a short Python script? Bonus points …

python email gmail imap
Connecting to Gmail IMAP PHP "Couldn't open stream"

There are lots of people having similar issues but no one is answering their questions. I have IMAP enabled in …

php gmail imap shell-exec
JavaMail reading recent unread mails using IMAP

I have a requirement to retrieve unread mails from Gmail. I am using Java Mail API. By default, this API …

java jakarta-mail imap