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

Class GmailThread

source code

        object --+    
                 |    
_LabelHandlerMixin --+
                     |
                    GmailThread


Note: As far as I can tell, the "canonical" thread id is always the same
      as the id of the last message in the thread. But it appears that
      the id of any message in the thread can be used to retrieve
      the thread information.



Instance Methods [hide private]
 
__init__(self, parent, threadsInfo) source code
 
__getattr__(self, name)
Dynamically dispatch some interesting thread properties.
source code
 
__len__(self) source code
 
__iter__(self) source code
 
__getitem__(self, key) source code
 
_getMessages(self, thread) 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, parent, threadsInfo)
(Constructor)

source code 
Overrides: _LabelHandlerMixin.__init__