Skip to content

Commit b01de95

Browse files
imaplib: IDLE -> IMAP4 IDLE in exception message
Co-authored-by: Peter Bierma <[email protected]>
1 parent c7ed3c5 commit b01de95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/imaplib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1410,7 +1410,7 @@ class Idler:
14101410

14111411
def __init__(self, imap, dur=None):
14121412
if 'IDLE' not in imap.capabilities:
1413-
raise imap.error("Server does not support IDLE")
1413+
raise imap.error("Server does not support IMAP4 IDLE")
14141414
self._dur = dur
14151415
self._imap = imap
14161416
self._tag = None

0 commit comments

Comments
 (0)