Use test-full-imap feature to enable QRESYNC test

This test works against most fully-featured IMAP servers, also e.g.
against the cyrus-imapd-tester. It was previously ignored because the
greenmail test server did not support it.
This commit is contained in:
Conrad Hoffmann 2023-01-11 11:29:44 +01:00
parent e9041480e3
commit 5c422aba36

View file

@ -659,7 +659,7 @@ fn status() {
} }
#[test] #[test]
#[ignore] #[cfg(feature = "test-full-imap")]
fn qresync() { fn qresync() {
// Ignored because Greenmail does not support QRESYNC. Does work with Cyrus, though. // Ignored because Greenmail does not support QRESYNC. Does work with Cyrus, though.
let to = "inbox-qresync@localhost"; let to = "inbox-qresync@localhost";