This robot logs into GMail.com and returns all the mails from a users inbox. Once all the mails have been returned the robot logs out from the users GMail account.
Updated 2006 Dec 8 - corrected the tag finder for the "Click older" step, before it could happen that this step clicked on the "google home" link instead of the older link. Now 2 current tags are used to pinpoint exactly where to click.
Input values:
username - the GMail users username
password - the GMail users password
Output values for each email (using the XML resultformat) is:
<email>
<fromName>The name of the person that sent this mail</fromName>
<fromEmail>The email address this mail was sent from</fromEmail>
<subject>The subject of this mail</subject>
<message>The content of this mail, just in plain text, no HTML tags or formating included.</message>
<date>The date the mail was sent, in the same format as on gmail.com, for example "Fri, Sep 29, 2006 at 12:32 AM"</date>
</email>
| Remote sites used by this service: http://mail.google.com/mail
|