From bf9a5c1757908a031da90a771072ba8f35826980 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Thu, 28 Dec 2023 16:37:38 +0100 Subject: add a basic test --- Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index ce8cc8e..11a215d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,6 +49,12 @@ smtp-message = { git = "http://github.com/Alexis211/kannader", branch = "feature smtp-server = { git = "http://github.com/Alexis211/kannader", branch = "feature/lmtp" } #k2v-client = { path = "../garage/src/k2v-client" } +#imap-flow = { git = "https://github.com/duesee/imap-flow.git", commit = "e45ce7bb6ab6bda3c71a0c7b05e9b558a5902e90" } [dev-dependencies] +serial_test = "*" +[[test]] +name = "imap_features" +path = "tests/imap_features.rs" +harness = false -- cgit v1.2.3