summaryrefslogtreecommitdiffstats
path: root/melib
diff options
context:
space:
mode:
authorManos Pitsidianakis <el13635@mail.ntua.gr>2020-10-20 23:15:52 +0300
committerManos Pitsidianakis <el13635@mail.ntua.gr>2020-10-20 23:15:52 +0300
commitd4e347289c0b2dd9a5e3c54f8c06eafacfcd297b (patch)
treec3c72cf3ecfdd86c88d477fa745148db3a54c30a /melib
parent662706607b9d235f06567eb9cc2ccd26df85a725 (diff)
melib/README: update feature table
Diffstat (limited to 'melib')
-rw-r--r--melib/README.md9
1 files 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`