contact stas def _getSpecInfo(self,id): """ Return all the notes data. This is currently not used due to the fact that it requests pages in a dos attack manner. """ myURL =_buildURL(search='contacts',ct_id=id,c=id,\ at=self._cookieJar._cookies['GMAIL_AT'],view='ct') pageData = self._retrievePage(myURL) myData = self._parsePage(myURL) print "\nmyData form _getSpecInfo\n",myData rawnotes = myData['cov'][7] return rawnotes
Class for storing a Gmail Contacts list entry
Definition at line 984 of file libgmail.py.
Public Member Functions | |
| def | __eq__ |
| def | __init__ |
| def | __str__ |
| def | getEmail |
| def | getId |
| def | getMoreInfo |
| def | getName |
| def | getNotes |
| def | getVCard |
| def | setMoreInfo |
| def | setNotes |
Public Attributes | |
| id | |
| moreInfo | |
| name | |
| notes | |