docker-offlineimap/offlineimap/repository/__init__.py
Riccardo Murri 81b86fb74c Add Gmail IMAP special support.
New repository/folder classes to support "real deletion" of messages
thorugh Gmail's IMAP interface: to really delete a message in Gmail,
one has to move it to the Trash folder, rather than EXPUNGE it.
2008-01-03 04:56:55 +01:00

2 lines
62 B
Python

__all__ = ['Gmail', 'IMAP', 'Base', 'Maildir', 'LocalStatus']