diff options
author | Robin Jarry <robin@jarry.cc> | 2023-05-15 16:07:54 +0200 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2023-06-01 22:15:00 +0200 |
commit | 11ccc471bb91e19334fa266f9837f9bb09a1e34d (patch) | |
tree | aec190f4e0f9262985e99c625588c83ec07d6c07 /CHANGELOG.md | |
parent | ac43047d4508b7f375fe6808f8e4826a1ef40210 (diff) | |
download | aerc-11ccc471bb91e19334fa266f9837f9bb09a1e34d.tar.gz |
contrib: add carddav-query script
Add a standalone python script to allow querying contacts from a CardDAV
compatible server. The script works with python 3.6+ and has no external
dependencies.
Link: https://sabre.io/dav/building-a-carddav-client/
Link: https://www.rfc-editor.org/rfc/rfc6352
Signed-off-by: Robin Jarry <robin@jarry.cc>
Tested-by: Tim Culverhouse <tim@timculverhouse.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 435ddd62..5eed2aef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). in `aerc.conf`. - IMAP now uses the delimiter advertised by the server - Completions for `:mkdir` +- `carddav-query` utility to use for `address-book-cmd`. ### Fixed |