From d4e347289c0b2dd9a5e3c54f8c06eafacfcd297b Mon Sep 17 00:00:00 2001 From: Manos Pitsidianakis Date: Tue, 20 Oct 2020 23:15:52 +0300 Subject: [PATCH] melib/README: update feature table --- melib/README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/melib/README.md b/melib/README.md index b8d82cab..79f665be 100644 --- a/melib/README.md +++ b/melib/README.md @@ -11,8 +11,13 @@ Library for handling mail. | `imap_backend` | `native-tls` | | | `deflate_compression` | `flate2` | for use with IMAP | | `jmap_backend` | `isahc`, `native-tls`, `serde_json` | | -| `maildir_backend` | `notify`, `memmap` | | -| `mbox_backend` | `notify`, `memmap` | | +| `maildir_backend` | `notify` | | +| `mbox_backend` | `notify` | | +| `notmuch_backend` | `notify` | | +| `sqlite` | `rusqlite` | used in IMAP cache | +| `unicode_algorithms` | `unicode-segmentation` | linebreaking algo etc | +| `vcard` | | vcard parsing | +| `gpgme` | | GPG use with libgpgme | | `smtp` | `native-tls`, `base64` | async SMTP communication | ## Example: Parsing bytes into an `Envelope`