Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zeha/carddav2mutt

CardDAV -> mutt aliases exporter
https://github.com/zeha/carddav2mutt

Last synced: 24 days ago
JSON representation

CardDAV -> mutt aliases exporter

Awesome Lists containing this project

README

        

make-aliases
============

This hack exports Contacts from a CardDAV server and writes a mutt aliases
file.

To use:

echo 'machine contacts.icloud.com login [email protected] password APPLE' >> ~/.netrc
./make-aliases

If you have a NICKNAME in your vCards, this will become the alias. Else, the
local part of the email address is used.

CAVEATS
-------

1. This is a hack.
2. You must have curl installed.
3. Only tested with iCloud.
4. As no XML parser is used, changes in server replies will break this.
5. No dupe checking for aliases.