libgmailer
Introduction
libgmailer (class GMailer) is a PHP library that allow you to write PHP program to access Google’s free webmail service Gmail.
Basically, GMailer connects to the Gmail website and does the data retrival for you. It uses the CURL extension of PHP to handle the HTTP/HTTPS traffic.
It is a functional library in PHP. It alone does not do anything. You are supposed to write a Gmail-related web applications, for example, gmail-lite and gmail-mobile, with it.
Functions
- Mail management: read, compose, save draft, send, apply labels, remove labels, apply star, remove star, download attachment, search, etc.
- Account management: edit filters, edit contact list, edit label list, edit Gmail perferences, etc.
Features
- Database-like accessing methods.
- SSL secured transmission.
Requirements
GMailer requires the CURL PHP extension to handle the HTTP/HTTPS traffic. And because GMailer always connects to Gmail via SSL, you may also need OpenSSL for CURL to talk SSL. Details can be found inthe CURL homepage.
