Metadata-Version: 1.1
Name: cs.app.maildb
Version: 20150121
Summary: a cs.nodedb NodeDB subclass for storing email address information (groups, addresses, so forth)
Home-page: https://bitbucket.org/cameron_simpson/css/commits/all
Author: Cameron Simpson
Author-email: cs@zip.com.au
License: UNKNOWN
Description: MailDB: NodeDB subclass for storing email information.
        ======================================================
        
        A MailDB is a subclass of the NodeDB from cs.nodedb; I use it to manage my mail address database and groups (from while mail aliases are generated and which mail filing rules consult).
        
        It comes with a script named "maildb" for editing the database and performing various routine tasks such as learning all the addresses from a mail message or emitting mail alias definitions, particularly for mutt.
        
        A MailDB knows about an assortment of Node types and has Node subclasses for these with convenience methods for suitable tasks; creating a Node with a the type "ADDRESS", for example, instantiates an AddressNode.
        
Keywords: python2,python3
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Intended Audience :: Developers
Requires: cs.logutils
Requires: cs.mailutils
Requires: cs.nodedb
Requires: cs.lex
Requires: cs.seq
Requires: cs.sh
Requires: cs.threads
Requires: cs.py.func
Requires: cs.py3
