Metadata-Version: 2.4
Name: pyThunderbird
Version: 0.3.0
Summary: python based access to Thunderbird mail with nicegui frontend
Project-URL: Home, https://github.com/WolfgangFahl/pyThunderbird
Project-URL: Documentation, http://wiki.bitplan.com/index.php/PyThunderbird
Project-URL: Source, https://github.com/WolfgangFahl/pyThunderbird/blob/master/thunderbird/mail.py
Project-URL: IssueTracker, https://github.com/WolfgangFahl/pyThunderbird/issues
Author-email: Wolfgang Fahl <wf@bitplan.com>
Maintainer-email: Wolfgang Fahl <wf@bitplan.com>
License-Expression: Apache-2.0
License-File: LICENSE
Keywords: mail,nicegui,thunderbird
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Requires-Dist: ftfy>=6.1.3
Requires-Dist: ngwidgets>=0.29.4
Requires-Dist: pylodstorage>=0.17.5
Requires-Dist: pyyaml>=6.0
Provides-Extra: test
Requires-Dist: green; extra == 'test'
Description-Content-Type: text/markdown

# pyThunderbird
python based access to Thunderbird mail

[![pypi](https://img.shields.io/pypi/pyversions/pyThunderbird)](https://pypi.org/project/pyThunderbird/)
[![Github Actions Build](https://github.com/WolfgangFahl/pyThunderbird/actions/workflows/build.yml/badge.svg)](https://github.com/WolfgangFahl/pyThunderbird/actions/workflows/build.yml)
[![PyPI Status](https://img.shields.io/pypi/v/pyThunderbird.svg)](https://pypi.python.org/pypi/pyThunderbird/)
[![Downloads](https://pepy.tech/badge/pyThunderbird)](https://pepy.tech/project/pyThunderbird)
[![GitHub issues](https://img.shields.io/github/issues/WolfgangFahl/pyThunderbird.svg)](https://github.com/WolfgangFahl/pyThunderbird/issues)
[![GitHub closed issues](https://img.shields.io/github/issues-closed/WolfgangFahl/pyThunderbird.svg)](https://github.com/WolfgangFahl/pyThunderbird/issues/?q=is%3Aissue+is%3Aclosed)
[![API Docs](https://img.shields.io/badge/API-Documentation-blue)](https://WolfgangFahl.github.io/pyThunderbird/)
[![License](https://img.shields.io/github/license/WolfgangFahl/pyThunderbird.svg)](https://www.apache.org/licenses/LICENSE-2.0)

Demo
============
[Demo](http://pythunderbird-demo.bitplan.com/)

**Home page**
<img width="1729" alt="grafik" src="https://github.com/zauberzeug/nicegui/assets/1336221/11c946bf-7502-46ad-97a1-25d4514811fe">
**Search**
<img width="1504" alt="grafik" src="https://github.com/zauberzeug/nicegui/assets/1336221/194ba50e-4110-41b2-99e0-f4495600903f">
**Mail display**
<img width="822" alt="grafik" src="https://github.com/zauberzeug/nicegui/assets/1336221/5df06a16-c3c5-45ad-9dde-2b571a39de04">

Installation
============
```bash
pip install pyThunderbird
```

Get Sources
===========
```bash
git clone https://github.com/WolfgangFahl/pyThunderbird
cd pyThunderbird
scripts/install
```

Testing
=======
```bash
scripts/test
```

## Documentation
[Wiki](http://wiki.bitplan.com/index.php/PyThunderbird)

### Authors
* [Wolfgang Fahl](http://www.bitplan.com/Wolfgang_Fahl)
