Home | Trees | Indices | Help |
---|
|
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
Gets the first contact in the address book whose name is 'name'. Returns False if no contact could be found |
Gets the first contact in the address book whose name is 'email'. As of this writing, Gmail insists upon a unique email; i.e. two contacts cannot share an email address. Returns False if no contact could be found |
Gets the first contact in the address book whose id is 'myId'. REMEMBER: ID IS A STRING Returns False if no contact could be found |
This function returns a LIST of GmailContacts whose name is 'name'. Returns an empty list if no contacts were found |
This function returns a LIST of GmailContacts whose email is 'email'. As of this writing, two contacts cannot share an email address, so this should only return just one item. But it doesn't hurt to be prepared? Returns an empty list if no contacts were found |
This function returns a LIST of GmailContacts whose id is 'myId'. We expect there only to be one, but just in case! Remember: ID IS A STRING Returns an empty list if no contacts were found |
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0beta1 on Mon Oct 8 21:20:31 2007 | http://epydoc.sourceforge.net |