mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +00:00
imaplib: IDLE -> IMAP4 IDLE in exception message
Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
This commit is contained in:
parent
c7ed3c5cf5
commit
b01de95171
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue