Metadata-Version: 1.0
Name: cnotmuch
Version: 0.2.1
Summary: Python binding of the notmuch mail search and indexing library.
Home-page: http://bitbucket.org/spaetz/cnotmuch/
Author: Sebastian Spaeth
Author-email: Sebastian@SSpaeth.de
License: http://www.gnu.org/licenses/gpl-3.0.txt
Download-URL: http://bitbucket.org/spaetz/cnotmuch/get/v0.2.1.tar.gz
Description: The cnotmuch  module provides an interface to the `notmuch <http://notmuchmail.org>`_ functionality, directly interfacing with a shared notmuch library. Notmuch provides a maildatabase that allows for extremely quick searching and filtering of your email according to various criteria.
        
        The documentation for the latest cnotmuch release can be `viewed online <http://packages.python.org/cnotmuch>`_.
        
        The classes notmuch.Database, notmuch.Query  provide most of the core functionality, returning notmuch.Messages and notmuch.Tags.
        
Keywords: library,email
Platform: 
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Communications :: Email
Classifier: Topic :: Software Development :: Libraries
