|
__init__(self,
name='
' ,
pw='
' ,
state=None,
domain=None) |
source code
|
|
|
|
|
|
|
_parsePage(self,
urlOrRequest)
Retrieve & then parse the requested page content. |
source code
|
|
|
_parseSearchResult(self,
searchType,
start=0,
**kwargs) |
source code
|
|
|
|
|
_retrieveJavascript(self,
version='
' )
Note: `version` seems to be ignored. |
source code
|
|
|
|
|
getMessagesByQuery(self,
query,
allPages=False)
Returns a `GmailSearchResult` instance. |
source code
|
|
|
getQuotaInfo(self,
refresh=False)
Return MB used, Total MB and percentage used. |
source code
|
|
|
|
|
getMessagesByLabel(self,
label,
allPages=False) |
source code
|
|
|
|
|
|
|
|
|
|
|
sendMessage(self,
msg,
asDraft=False,
_extraParams=None)
`msg` -- `GmailComposedMessage` instance. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
renameLabel(self,
oldLabelName,
newLabelName) |
source code
|
|
|
|
|
getContacts(self)
Returns a GmailContactList object that has all the contacts in it
as GmailContacts |
source code
|
|
|
addContact(self,
myContact,
*extra_args)
Attempts to add a GmailContact to the gmail address book. |
source code
|
|
|
|
|
removeContact(self,
gmailContact)
Attempts to remove the GmailContact passed in Returns True if
successful, False otherwise. |
source code
|
|