Implement QRESYNC (RFC5162)
This set adds support for QRESYNC extension to the IMAP protocol as described in RFC5162. The implementation includes
- Introduction of EnableJob to issue "ENABLE QRESYNC" command ater login
- Support for VANISHED response to SELECT, UID FETCH and EXPUNGE commands
- Support for FETCH response to SELECT command
Covered by unit-tests, implementation in IMAP resource is available as well.
Edited by Daniel Vrátil