Throw NotImplementedException in POP3MailboxBackend.request_folders()

This commit is contained in:
Patrick Ulbrich
2016-09-17 12:27:39 +02:00
parent 43cac375f3
commit 1fc58a2985

View File

@@ -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):