You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ensure we close our IMAP handles.
If a username&password are specified for use with the remote IMAP
server we attempt a login. However we never logout, which can
mean that we'll see some failures of the form:
"Too many logins from one source .."
(Via dovecot).
To avoid this we ensure that we do two things correctly:
* Logout
* Close the connection.