Module libgmail :: Class GmailMessage
[hide private]
[frames] | no frames]

Class GmailMessage

source code

object --+
         |
        GmailMessage

Instance Methods [hide private]
 
__init__(self, parent, msgData, isDraft=False)
Note: `msgData` can be from either D_MSGINFO or D_DRAFTINFO.
source code
 
_getSource(self) source code

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]
  source

Inherited from object: __class__

Method Details [hide private]

__init__(self, parent, msgData, isDraft=False)
(Constructor)

source code 
Note: `msgData` can be from either D_MSGINFO or D_DRAFTINFO.
Overrides: object.__init__

Property Details [hide private]

source

Get Method:
libgmail.GmailMessage._getSource(self)