Fix exception message

This commit is contained in:
Patrick Ulbrich
2016-09-17 12:34:32 +02:00
parent 1fc58a2985
commit 0d0b66c3c0

View File

@@ -120,7 +120,7 @@ class POP3MailboxBackend(MailboxBackend):
def request_folders(self):
raise NotImplementedError("POP3 does not support notifications")
raise NotImplementedError("POP3 does not support folders")
def notify_next_change(self, callback=None, timeout=None):