mirror of
https://github.com/coddingtonbear/django-mailbox.git
synced 2026-07-10 06:48:19 +02:00
Function name change
This commit is contained in:
parent
9c0cac66e2
commit
4e479e8f69
4 changed files with 6 additions and 6 deletions
|
|
@ -111,7 +111,7 @@ class ImapTransport(EmailTransport):
|
|||
self.server.expunge()
|
||||
return
|
||||
|
||||
def get_new_message_ro(self, since):
|
||||
def get_message_ro(self, since):
|
||||
"""Read-only version of `get_message`. Uses a timestamp to fetch only messages
|
||||
originating later than `since` parameter.
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue