Metadata-Version: 2.4
Name: cubicweb-email
Version: 2.1.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
Requires-Dist: cubicweb<6.0.0,>=4.0.0
Requires-Dist: cubicweb_web<2.0.0,>=1.6.0
Requires-Dist: cubicweb-file<5.0.0,>=4.2.0
Requires-Dist: cwclientlib<2.0.0,>=1.6.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: license
Dynamic: requires-dist
Dynamic: summary

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

