summaryrefslogtreecommitdiffstats
path: root/testing/Cargo.toml
diff options
context:
space:
mode:
authorManos Pitsidianakis <el13635@mail.ntua.gr>2019-06-28 19:34:40 +0300
committerManos Pitsidianakis <el13635@mail.ntua.gr>2019-09-15 13:21:13 +0300
commit0812242f60a96b2093307b3f125dfc4f42a64f2d (patch)
tree38c6e8934dc3f72b46b65d22efafb045d2768437 /testing/Cargo.toml
parent3f7d962abd4c63afdc10fdba2e8f66ca839de993 (diff)
Add IMAP backend
TODOs: new message events (untagged responses)
Diffstat (limited to 'testing/Cargo.toml')
-rw-r--r--testing/Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/testing/Cargo.toml b/testing/Cargo.toml
index 6880f205..22ba9a59 100644
--- a/testing/Cargo.toml
+++ b/testing/Cargo.toml
@@ -12,6 +12,10 @@ path = "src/email_parse.rs"
name = "linebreak"
path = "src/linebreak.rs"
+[[bin]]
+name = "imapconn"
+path = "src/imap_conn.rs"
+
[dependencies]
melib = { path = "../melib", version = "*" }