Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zeha/carddav2mutt
- Owner: zeha
- License: mit
- Created: 2012-09-19T16:35:13.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-04-27T15:52:07.000Z (over 11 years ago)
- Last Synced: 2024-04-21T02:19:24.248Z (7 months ago)
- Language: Shell
- Size: 109 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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-aliasesIf 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.