Home | Trees | Indices | Help |
|
---|
|
object --+ | ??.GObject --+ | MailCheckBackend
The backend class which performs checking for mail and offers access to the current mail-backend. By subclassing this class you can add multiple mail-backends to the MailCheckScreenlet (e.g. pop3, maildir, imap, gmail, ...).
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
__gsignals__ = {'check_finished':(gobject.SIGNAL_RUN_LAST, gob
|
|||
__gtype__ = <GType screenlets+plugins+Mail+MailCheckBackend (1
|
|
|||
Inherited from Inherited from |
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
This handler should be overridden by subclasses to add new types of checking mails in a backend. This handler has to set self.mailcount to the number of mails found in the backend. The return value is ignored, set self.error and self.status to return results. |
Stop receiving mails from the backend. This should be overridden by subclasses. |
Start receiving mails from the backend. Runs self.__execute as a separate thread. |
|
__gsignals__
|
__gtype__
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Jun 6 10:56:36 2011 | http://epydoc.sourceforge.net |