Metadata-Version: 2.1
Name: cubicweb-email
Version: 2.0.0
Summary: email component for the CubicWeb framework
Home-page: http://www.cubicweb.org/project/cubicweb-email
Author: Logilab
Author-email: contact@logilab.fr
License: LGPL
Classifier: Environment :: Web Environment
Classifier: Framework :: CubicWeb
Classifier: Programming Language :: Python
Classifier: Programming Language :: JavaScript

This cube models multipart email messages (`Emails` and `EmailPart`) and
provides tools to import your mail box into a cubicweb instance.

Email are automatically stored into`EmailThreads`.

It also comes with a command line tool to import emails (mbox) files
in a CubicWeb instance. This tool is based on cwclientlib_, so
connection credentials to the cubicweb instance should be stored in
your ~/.config/cwclientlibrc file.


.. _cwclientlib: https://www.cubicweb.org/project/cwclientlib

