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

How can you send mail using IMAP?

I am developing a lightweight Gmail client for mobile phones, accessing Gmail by IMAP. I want to send a draft …

smtp gmail imap
IMAP Error: Login failed - Roundcube

I'm trying to login to Roundcube only the program won't let me. I can login to the said account from …

imap roundcube
imap_open : couldn't open stream to my mail server

Notice: Unknown: Connection failed to mail.domain.com,143: Connection timed out (errflg=2) in Unknown on line 0 imap_open("{mail.domain.…

php email imap
imap - how to delete messages

How can I delete messages from the mail box? I am using this code, but the letters are not removed. …

python imap
Downloading multiple attachments using imaplib

How can I download multiple attachments from a single mail using imaplib? Let's say I have an e-mail and that …

python email imap attachment
PHP IMAP decoding messages

I have emails sent via base64 encoding and 8bit encoding. I was wondering how I could check the encoding of …

php imap
IMAP: how to move a message from one folder to another

(using the IMAP commands, not with the assistance of any other mail package)

imap
How to configure trustStore for javax.net.ssl.trustStore on windows?

I'm trying to pull messages from an email server in java using imap and i run into this exception: DEBUG: …

java windows ssl imap truststore
Java Mail to Exchange Server "no login methods supported"

I am trying to implement a Java Mail servlet, first step is connecting to the IMAP server. I am able …

java imap jakarta-mail exchange-server
What protocol does Google use for Gmail? (not IMAP or POP)

You can access gmail either using the web interface, Google's Android client or using IMAP. As far as I can …

gmail protocols imap gmail-imap