GNOME Bugzilla – Bug 789924
Improve network changes and online/offline transition handling
Last modified: 2018-03-05 12:21:29 UTC
Geary is using GNetworkMonitor to determine changes to the network, but doesn't do much with it currently. We should at least do the following: - Pause background sync processes - Pause the SMTP postman - Mark open IMAP connections as broken
Fixed on master as commit fddf609.
Just landed a substantial followup in commit 875bf462 that does the job much more properly.
And yet another followup in commit c9b53863.