imaplib: IDLE -> IMAP4 IDLE in exception message

Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
This commit is contained in:
Forest 2024-12-01 21:52:51 +00:00 committed by GitHub
parent c7ed3c5cf5
commit b01de95171
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1410,7 +1410,7 @@ class Idler:
def __init__(self, imap, dur=None):
if 'IDLE' not in imap.capabilities:
raise imap.error("Server does not support IDLE")
raise imap.error("Server does not support IMAP4 IDLE")
self._dur = dur
self._imap = imap
self._tag = None