summaryrefslogtreecommitdiffstats
path: root/melib/src/lib.rs
diff options
context:
space:
mode:
authorManos Pitsidianakis <el13635@mail.ntua.gr>2020-07-13 21:48:50 +0300
committerManos Pitsidianakis <el13635@mail.ntua.gr>2020-07-15 15:22:33 +0300
commite1c9967260f228223eeec198a991cae4de59d66b (patch)
tree84aae93913b9747531d07ad617599fb8023839c6 /melib/src/lib.rs
parent4b27ae2b91e7ad8cdc002099e7b67c373e18c5dc (diff)
melib: Small documentation fixes for smtp, thread
Diffstat (limited to 'melib/src/lib.rs')
-rw-r--r--melib/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/melib/src/lib.rs b/melib/src/lib.rs
index fd3b3fd4..510dbd36 100644
--- a/melib/src/lib.rs
+++ b/melib/src/lib.rs
@@ -25,6 +25,7 @@
//! read/writes/updates through it. (see module `melib::backends`)
//! - Decode attachments (see module `melib::email::attachments`)
//! - Create new mail (see `email::Draft`)
+//! - Send mail with an SMTP client (see module `smtp`)
//! - Manage an `addressbook` i.e. have contacts (see module `addressbook`)
//! - Build thread structures out of a list of mail via their `In-Reply-To` and `References` header
//! values (see module `thread`)