Skip to content

Implement QRESYNC (RFC5162)

Daniel Vrátil requested to merge work/rfc5162-qresync into master

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

Merge request reports