GMailer (libgmailer) is a PHP library/class that helps you
accessing/checking/using GMail throught PHP script.
Features:
* Database-like accessing of GMail (calling methods like connect(),
fetch(query), getSnapshot(), disconnect(), etc.)
* Fetch labels, threads, conversations, messages, message headers
and even contact list information. Store them in a human-understandable
object ("Snapshot") that you can use in ease.
* Support all kind of search available in GMail (e.g. "is:unread OR
has:attachment").
* Compose and send gmail, with the ability to reply to a
conversation.
* (ok, yet to be implemented) deleting/labeling conversations,
contact list editing, label/filter editing, download attachment... :P
* By using cookies (actually, re-directing GMail's cookies to
client browser), you do not need to login (i.e. send username and
password) every time you have called connect() or done something with
GMailer.
* Pure SSL transmission.
ΒΆ 7:24 PM