The imap timeout is currently hardcoded to 30s. This means the sync can currently stall because of timeouts especially in add_message and get_messages, because they heavily rely on the network.
For a clean solution, the IMAP timeouts should ideally be adjustable on a per-feature basis.
The imap timeout is currently hardcoded to 30s. This means the sync can currently stall because of timeouts especially in
add_messageandget_messages, because they heavily rely on the network.For a clean solution, the IMAP timeouts should ideally be adjustable on a per-feature basis.