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.
This commit is contained in:
@ -1 +1 @@
|
||||
__all__ = ['IMAP', 'Base', 'Maildir', 'LocalStatus']
|
||||
__all__ = ['Gmail', 'IMAP', 'Base', 'Maildir', 'LocalStatus']
|
||||
|
Reference in New Issue
Block a user