I am writing a Gmail Contextual Gadget, and in order to authenticate the user correctly on the server, i need to know their full email address (john@googleapps.com).
I can retrieve the domain (googleapps.com) but not the username.
Using the content extractors I can get the 'To' field on the email, the only problem is if there are two users on the same domain emailed (ie john@googleapps.com and james@googleapps.com).
Any thoughts?