1

IMAP Protocol Specification and Examples

http://networking.ringofsaturn.com/Protocols/imap.php

http://en.wikipedia.org/wiki/Internet_Message_Access_Protocol
Look into the IMAP4rev1 section

2

IMAP Protocol Specification and Examples RFC

http://tools.ietf.org/html/rfc3501

http://networking.ringofsaturn.com/Protocols/imap.php
also refer the above

3

Push-IMAP

http://en.wikipedia.org/wiki/Push-IMAP

An alternate simple mail access SMAP is in this page which was programmed for courier mail server but still in experimental stage. Try to see whether it works with my server which has courier server installed.

4

Courier Mail Server

http://en.wikipedia.org/wiki/Courier_Mail_Server

The Courier mail server is a mail transfer agent (MTA) server that provides ESMTP, IMAP, POP3, SMAP, webmail, and mailing list services with individual components. It is best known for its IMAP server component.

Courier can function as an intermediate mail relay, between an internal LAN and the Internet, or perform final delivery to mailboxes. Courier uses maildirs as its native storage format and can also deliver mail to legacy mailbox files. Configuration files are in plain text format and may include Perl scripts.

Courier can provide mail services for regular operating system accounts. Courier can also provide mail services for virtual mail accounts, managed by any of LDAP directory service, Berkeley DB, MySQL or PostgreSQL authentication database.

Parts of Courier, such as the maildrop filtering system, the webmail and IMAP server, can also be installed as independent packages which can be used with other mail servers. Courier-IMAP is a particularly popular combination with Qmail, Exim, and Postfix servers that are configured to use maildirs.

Courier\'s source compiles on most POSIX-based operating systems based on Linux and BSD-derived kernels. It uses SMTP extensions for list management and spam filtering.

A review of SourceForge on February 24, 2009 indicates that Courier had been downloaded from that site over 1,000,000 times ranking 282nd on all packages with numerous third-party applications

5

Courier Mail Server Official site

http://www.courier-mta.org/

Courier Mail Server Official site

http://www.inter7.com/courierimap/INSTALL.html

6

IMAP IDLE - Puch tech... see also the RFC link below - important

http://en.wikipedia.org/wiki/IMAP_IDLE

a push tech for imap
http://tools.ietf.org/html/rfc2177