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
However, this does not seem to happen because monotonic clock used almost everywhere does not advance when the app is suspended and boottime clocks which should be used instead are not available in Rust yet:
Delta Chat attempts to interrupt IDLE every 5 minutes:
deltachat-core-rust/src/imap/idle.rs
Lines 14 to 20 in 81e9628
However, this does not seem to happen because monotonic clock used almost everywhere does not advance when the app is suspended and boottime clocks which should be used instead are not available in Rust yet:
FairEmail apparently does not have such problems, but it is using Java APIs everywhere:
#6532 (comment)
Apparently the bug can be worked around by reducing
imap_idle_notify_interval
in Dovecot:#6532 (comment)
The text was updated successfully, but these errors were encountered: