mirror of
https://github.com/d99kris/nmail.git
synced 2026-04-26 09:46:01 +03:00
[GH-ISSUE #6] add offline detection and retry to connect to imap server #5
Labels
No labels
bug
enhancement
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nmail#5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @d99kris on GitHub (Oct 29, 2019).
Original GitHub issue: https://github.com/d99kris/nmail/issues/6
Originally assigned to: @d99kris on GitHub.
Currently all IMAP server communication fails after the IMAP connection has been lost, for example due to loss of wifi connectivity or sleep mode.
@Kabouik commented on GitHub (Jan 16, 2020):
I don't know if it is because the device I use connects both through WiFi and 3G/4G, but usually when I start nmail at work (where it uses 3G/4G) and later go home (where it can use both WiFi and 3G/4G), I noticed that nmail fails to reconnect unless restarted. I'll keep an eye on it in the coming days to see if this can be reproduced easily.