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

Accessing Imap in C#

Is there a built-in method to access an Imap server (with SSL) in C# or is there a good free …

c# imap
Fatal error: Call to undefined function imap_open() in PHP

I am trying to access my gmail account through my localhost. However, I am getting the response: Fatal error: Call …

php imap
using c# .net libraries to check for IMAP messages from gmail servers

Does anyone have any sample code in that makes use of the .Net framework that connects to googlemail servers via …

c# .net email imap
Getting mail from GMail into Java application using IMAP

I want to access messages in Gmail from a Java application using JavaMail and IMAP. Why am I getting a …

java gmail jakarta-mail imap
Reading emails from Gmail in C#

I am trying to read emails from Gmail. I have tried every API / open source project I can find, and …

c# .net gmail imap
Accessing emails from gmail using IMAP ( javamail API)

I am trying to access emails from Gmail accounts through IMAP with the help of the JavaMail API. I was …

java gmail imap jakarta-mail
How to talk to IMAP server in Shell via OpenSSL

I want to send IMAP commands via Mac OS X Terminal to server and get response. I can connect to …

terminal openssl imap
Downloading attachments to directory with IMAP in PHP, randomly works

I found PHP code online to download attachments to a directory using IMAP from here. http://www.nerdydork.com/download-pop3…

php imap attachment
How to get the list of available folders in a mail account using JavaMail

I am using JavaMail API to connect to my personal account. I have list of folders (labels) in my Gmail …

java gmail imap jakarta-mail
Connecting to Gmail through IMAP with PHP - SSL context failed

I'm trying to connect to Gmail through IMAP with PHP running in Apache. This is on an Ubuntu 9.04 system. I've …

php ssl ubuntu gmail imap