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 - get attached file

How do I get the attached file from this email? This email is sent from an apple computer and the …

php imap apple-mail
Properly formatted example for Python iMAP email access?

tldr: Can someone show me how to properly format this Python iMAP example so it works? from https://docs.python.…

python email imap
IMAP FETCH Subject

Using IMAP via telnet, I want to be able to extract the subject from the specific given email. Now I …

imap
Forwarding an email with python smtplib

I'm trying to put together a script that automatically forwards certain emails that match a specific criteria to another email. …

python email smtp imap smtplib
Sent mails with phpmailer don't go to "Sent" IMAP folder

in my CRM online system I control ingoing mails with IMAP protocol. Now I'm making sending mails with phpmailer and …

php smtp imap phpmailer
How to read the body text of an email using ruby's net/imap library?

Maybe i've just got a bad brain today, but i suddenly can't figure out how to read an email with …

ruby imap
Javascript IMAP and SMTP client?

Is it possible to build a SMTP/IMAP client that can run in the browser that uses only Javascript?

javascript ssl smtp imap
Python IMAP: =?utf-8?Q? in subject string

I am displaying new email with IMAP, and everything looks fine, except for one message subject shows as: =?utf-8?Q?…

python email character-encoding imap mime
Determine POP/IMAP server from email address

Is there a way to determine POP or IMAP server given the email address? I am building an application for …

imap pop3 email-client
JavaMail IMAP over SSL quite slow - Bulk fetching multiple messages

I am currently trying to use JavaMail to get emails from IMAP servers (Gmail and others). Basically, my code works: …

java ssl imap jakarta-mail