mirror of
https://github.com/coddingtonbear/django-mailbox.git
synced 2026-07-10 06:48:19 +02:00
Implement read-only mail fetching
This commit is contained in:
parent
b65c487215
commit
88b35117ae
3 changed files with 42 additions and 9 deletions
|
|
@ -24,3 +24,6 @@ class GenericFileMailbox(EmailTransport):
|
|||
yield message
|
||||
repository.flush()
|
||||
repository.unlock()
|
||||
|
||||
def get_new_message_ro(self, since=None):
|
||||
raise NotImplementedError("GenericFileMailbox.get_new_message_ro not implemented!")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue