mirror of
https://github.com/emersion/go-imap
synced 2026-07-02 03:22:30 +00:00
IDLE was changed into a built-in extension, but the default capabilities list was never updated to include it. The go-imap/client library (and probably any other sane IMAP client) resorts to polling if the IDLE cap isn't present. Co-authored-by: sblinch <sblinch@users.noreply.github.com> Closes #453.