Skip to content

Commit 4021fdb

Browse files
committed
docs: remove protocol items from features section
1 parent b4f5f3e commit 4021fdb

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,6 @@ CLI to manage contacts, written in Rust
2121

2222
- **Shared API**: `addressbook` and `card` work the same whichever backend serves the account.
2323
- **Protocol-specific APIs**: `carddav`, `jmap`, `msgraph`, `people` and `vdir` each expose what only that backend has, down to a raw request escape hatch.
24-
- **CardDAV**: talk to any standard address book server, with basic or bearer authentication.
25-
- **JMAP**: contact cards and address books over the JSON protocol, including its incremental `changes` sync.
26-
- **Microsoft Graph**: the native contacts API, where Microsoft offers no CardDAV, with the vCard synthesized both ways.
27-
- **Google People**: the native API, richer than Google's CardDAV bridge, with contact groups mapped to addressbooks.
28-
- **vdir**: read and write a local [vdir](https://vdirsyncer.pimutils.org/en/stable/vdir.html) home, one directory per addressbook.
29-
- **pimdir**: read and stage writes against a local [pimdir](https://github.com/pimalaya/pimdir) store, the offline cache a sync engine fills.
3024
- **Discovery**: an email address is enough to find a provider's server, through SRV records, `.well-known` and the provider configuration documents.
3125
- **Interactive wizard**: `cardamum configure` turns an email address into a tested account.
3226
- **Multi-account**: one TOML file, one block per account, several files deep-merged when you want secrets apart.

0 commit comments

Comments
 (0)