mirror of
https://github.com/pulb/mailnag.git
synced 2026-05-07 03:26:38 +02:00
Throw NotImplementedException in POP3MailboxBackend.request_folders()
This commit is contained in:
@@ -120,8 +120,7 @@ class POP3MailboxBackend(MailboxBackend):
|
||||
|
||||
|
||||
def request_folders(self):
|
||||
lst = []
|
||||
return lst
|
||||
raise NotImplementedError("POP3 does not support notifications")
|
||||
|
||||
|
||||
def notify_next_change(self, callback=None, timeout=None):
|
||||
|
||||
Reference in New Issue
Block a user