LogoSearch packages:      

Sourcecode: screenlets version File versions  Download package

libgmail::GmailContact Class Reference

List of all members.


Detailed Description

Don't remove this.

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

 email
 id
 moreInfo
 name
 notes

The documentation for this class was generated from the following file:

Generated by  Doxygen 1.5.1   Back to index