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