schlitt.info - php, photography and private stuff ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :Author: Tobias Schlitt :Date: Wed, 19 Nov 2008 23:29:46 +0100 :Revision: 1 :Copyright: CC by-nc-sa ========== libgmailer ========== :Description: Through a blog entry by Urs Gehrig I came to a nice little PHP script, the so-called libgmailer. This little class provides easy access to the Gmail interface through PHP. It supports all necessary methods to send and receive emails, to browse folders and manage contacts. Since everyone has a Gmail account now and most of the people I know do not really use it, libgmailer is a funny way to maybe get some benefit out of Gmail. Through a `blog entry`__ by Urs Gehrig I came to a nice little PHP script, the so-called `libgmailer`__. This little class provides easy access to the `Gmail`__ interface through PHP. It supports all necessary methods to send and receive emails, to browse folders and manage contacts. Since everyone has a Gmail account now and most of the people I know do not really use it, libgmailer is a funny way to maybe get some benefit out of Gmail. .. __: http://circle.ch/blog/p1517.html .. __: http://gmail-lite.sourceforge.net/ .. __: http://www.gmail.com Finally after trying, I asked the Author to provide the class into `PEAR`__ (which is currently not possible, because of it's license), but maybe that works sometimes. .. __: http://pear.php.net .. Local Variables: mode: rst fill-column: 79 End: vim: et syn=rst tw=79 Trackbacks ========== Comments ======== - christo at Tue, 15 Feb 2005 18:53:45 +0100 I doubt it'll make much difference, but I'd love to see libgmailer as a PEAR library. I'll drop Mr Gan an email. christo - Toby at Tue, 15 Feb 2005 19:36:36 +0100 I did that, too, when writing this entry, but sadly never received any response.