melib/README: update feature table

jmap-eventsource
Manos Pitsidianakis 2020-10-20 23:15:52 +03:00
parent 662706607b
commit d4e347289c
Signed by: Manos Pitsidianakis
GPG Key ID: 73627C2F690DF710
1 changed files with 7 additions and 2 deletions

View File

@ -11,8 +11,13 @@ Library for handling mail.
| `imap_backend` | `native-tls` | | | `imap_backend` | `native-tls` | |
| `deflate_compression` | `flate2` | for use with IMAP | | `deflate_compression` | `flate2` | for use with IMAP |
| `jmap_backend` | `isahc`, `native-tls`, `serde_json` | | | `jmap_backend` | `isahc`, `native-tls`, `serde_json` | |
| `maildir_backend` | `notify`, `memmap` | | | `maildir_backend` | `notify` | |
| `mbox_backend` | `notify`, `memmap` | | | `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 | | `smtp` | `native-tls`, `base64` | async SMTP communication |
## Example: Parsing bytes into an `Envelope` ## Example: Parsing bytes into an `Envelope`