An open API service indexing awesome lists of open source software.

https://github.com/wolfgangfahl/pythunderbird

python based access to Thunderbird mail
https://github.com/wolfgangfahl/pythunderbird

nicegui

Last synced: 6 months ago
JSON representation

python based access to Thunderbird mail

Awesome Lists containing this project

README

          

# 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**
grafik
**Search**
grafik
**Mail display**
grafik

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)