diff --git a/offlineimap/imapserver.py b/offlineimap/imapserver.py index 3791281..3c75751 100644 --- a/offlineimap/imapserver.py +++ b/offlineimap/imapserver.py @@ -750,6 +750,7 @@ class IMAPServer(): def releaseconnection(self, connection, drop_conn=False): """Releases a connection, returning it to the pool. + :param connection: Connection object :param drop_conn: If True, the connection will be released and not be reused. This can be used to indicate broken connections."""