mirror of
https://github.com/pulb/mailnag.git
synced 2026-05-07 05:06:54 +02:00
Fix exception message
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user