diff --git a/Mailnag/backends/pop3.py b/Mailnag/backends/pop3.py index 27d5e7b..8ac360e 100644 --- a/Mailnag/backends/pop3.py +++ b/Mailnag/backends/pop3.py @@ -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):