ui.rst 857 B

123456789101112131415161718192021222324252627282930
  1. :mod:`offlineimap.ui` -- A flexible logging system
  2. --------------------------------------------------------
  3. .. currentmodule:: offlineimap.ui
  4. OfflineImap has various ui systems, that can be selected. They offer various
  5. functionalities. They must implement all functions that the
  6. :class:`offlineimap.ui.UIBase` offers. Early on, the ui must be set using
  7. :meth:`getglobalui`
  8. .. automethod:: offlineimap.ui.setglobalui
  9. .. automethod:: offlineimap.ui.getglobalui
  10. Base UI plugin
  11. ^^^^^^^^^^^^^^^^^^^^^^^^^^
  12. .. autoclass:: offlineimap.ui.UIBase.UIBase
  13. :members:
  14. :inherited-members:
  15. .. .. note:: :meth:`foo`
  16. .. .. attribute:: Database.MODE
  17. Defines constants that are used as the mode in which to open a database.
  18. MODE.READ_ONLY
  19. Open the database in read-only mode
  20. MODE.READ_WRITE
  21. Open the database in read-write mode