enough_mail icon indicating copy to clipboard operation
enough_mail copied to clipboard

IMAP: High level polling API

Open robert-virkus opened this issue 4 years ago • 0 comments

Polling for new messages is a common client activity, e.g. after longer disconnects or in cases when IDLE cannot be used due to backgrounding limitations of the OS.

A high level API for quickly checking for new messages should be possible by combining and sending several commands such as LOGIN and SELECT at once. Also use future support for QResync ( compare #41).

robert-virkus avatar May 09 '20 12:05 robert-virkus