A vcard 3.0 contact management editor developed for ncurses.
It can:
- load a vcf file
- show all the contacts in a list
- show more information about a single contact
- perform a simple search in the contacts list
- edit contacts
- support UTF-8 (currently not on WIN32, though I'm not sure WIN32 console is actually able to support UTF-8)
- convert the VCF(s) to Pine/Alpine addressbook format
- import images from files as contacts photos
The idea is based upon rolo (which you can find at SourceForge.net, too), but no original code remains.
...
elspy is an extension to the Exim MTA that allows Exim users to supply a local_scan() function written in Python instead of C. (Exim's local_scan() API lets sysadmins supply site-specific code for approving/rejecting email messages at SMTP time.)