This class can be used to grab the address book, messenger list, number of unread mails and calendar entries of an Yahoo user.
It can authenticate in Yahoo with the user name and password of a given account. Then it can retrieve the contact lists from either the address book or the messenger friends. It can also tell the user how many unread mails are in the INBOX and fetch the calendar entries. The retrieved data is parsed and returned as arrays.
This package provides a Web base applications for managing and sending SMS messages using the services of the company aql.
The application lets the users enter the numbers and the text of the SMS messages that they want to send. The users have to signup and login to be able to send messages.
The application can manage the user records that are stored in a MySQL database. The users may have different access levels.
This class can be used to grab the contact lists of an Gmail user.
It can authenticate in Google with the user name and password of a given account. Then it can retrieve the contact lists from the Gmail user address book.
The retrieved contact lists are parsed and returned as arrays.