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

Class GmailMessageStub

source code

        object --+    
                 |    
_LabelHandlerMixin --+
                     |
                    GmailMessageStub

Intended to be used where not all message information is known/required.

NOTE: This may go away.

Instance Methods [hide private]
 
__init__(self, id=None, _account=None) source code

Inherited from _LabelHandlerMixin: addLabel, getLabels, removeLabel

Inherited from _LabelHandlerMixin (private): _makeLabelList

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, id=None, _account=None)
(Constructor)

source code 
Overrides: _LabelHandlerMixin.__init__