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

Connect to Gmail with PHP & IMAP

I have enabled OpenSSL and IMAP functions from my php.ini file and phpinfo() confirms it. By using the code …

php ssl gmail imap
Python imaplib fetch body emails gmail

I read this already and wrote this script to fetch body for emails in some mail box which title begins …

python email request imap imaplib
Certificate error using IMAP in PHP

I used up all possible combinations of hostname but I always either get a certificate error or just IMAP connection …

php imap
IMAP get sender name and body text?

I am using this code: import imaplib mail = imaplib.IMAP4_SSL('imap.gmail.com') mail.login(myusername, mypassword) mail.list() # …

python email imap
Get email using PowerShell

All I need is get email in PowerShell Script and see at its topic - with pop3 or imap, doesnt …

powershell imap pop3
java imap fetch messages since a date

I am writing/learning to fetch email using java from an IMAP folder using javax.mail package. I was successfully …

java email imap
How configure roundcube to work with imaps?

I recently installed Postfix, Dovecot to setup a mail server on my own VPS ( using this tutorial: Email with Postfix, …

email ssl imap postfix-mta roundcube
Python IMAP search for partial subject

I'm trying to fetch all emails whose subject starts with "New Order" but I can't seem to figure it out. …

python imap
SSL_connect SYSCALL returned=5 errno=0 state=SSLv2/v3 read server hello A

I have a ruby client that connects to an exchange server using IMAP & SSL. I use the Ruby Net::…

ruby ssl certificate openssl imap