Metadata-Version: 2.1
Name: cubicweb-email
Version: 1.15.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
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: CubicWeb
Classifier: Programming Language :: Python
Classifier: Programming Language :: JavaScript
Requires-Dist: cubicweb (<3.39.0,>=3.38.0)
Requires-Dist: cubicweb-file (>=1.9.0)
Requires-Dist: cwclientlib (>=0.3.1)

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



