-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
net_imap: Automatically reconnect if remote sessions disconnect durin…
…g IDLE. Remote (proxied) IMAP connections frequently disconnect during IDLE, particularly if using OAuth2 authentication with a limited valid session duration. Since most of the time, these disconnections will occur while IDLE is active, transparently reconnect as soon as we detect a disconnect, to transparently ensure the connections appear to be persistent to local users. LBBS-84 #close
- Loading branch information
1 parent
1740b55
commit f414c5b
Showing
3 changed files
with
100 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters