From 5c422aba36cc207621126d20f49cca44e99f343c Mon Sep 17 00:00:00 2001 From: Conrad Hoffmann Date: Wed, 11 Jan 2023 11:29:44 +0100 Subject: [PATCH] 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. --- tests/imap_integration.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/imap_integration.rs b/tests/imap_integration.rs index 78e2280..5394d38 100644 --- a/tests/imap_integration.rs +++ b/tests/imap_integration.rs @@ -659,7 +659,7 @@ fn status() { } #[test] -#[ignore] +#[cfg(feature = "test-full-imap")] fn qresync() { // Ignored because Greenmail does not support QRESYNC. Does work with Cyrus, though. let to = "inbox-qresync@localhost";