File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -647,7 +647,7 @@ def getquotaroot(self, mailbox):
647647
648648
649649 def idle (self , duration = None ):
650- """Return an Idler: an iterable context manager for the IDLE command
650+ """Return an Idler: an iterable context manager for the IDLE command.
651651
652652 :param duration: Maximum duration (in seconds) to keep idling,
653653 or None for no time limit. To avoid inactivity
@@ -1399,7 +1399,7 @@ def print_log(self):
13991399
14001400
14011401class Idler :
1402- """Iterable context manager: start IDLE & produce untagged responses
1402+ """Iterable context manager: start IDLE & produce untagged responses.
14031403
14041404 An object of this type is returned by the IMAP4.idle() method.
14051405 It sends the IDLE command when activated by the 'with' statement, produces
You can’t perform that action at this time.
0 commit comments