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: 4 months ago
JSON representation

python based access to Thunderbird mail

Awesome Lists containing this project

README

          

# pyThunderbird
python based access to Thunderbird mail

| | |
| :--- | :--- |
| **PyPi** | [![PyPI Status](https://img.shields.io/pypi/v/pyThunderbird.svg)](https://pypi.python.org/pypi/pyThunderbird/) [![License](https://img.shields.io/github/license/WolfgangFahl/pyThunderbird.svg)](https://www.apache.org/licenses/LICENSE-2.0) [![pypi](https://img.shields.io/pypi/pyversions/pyThunderbird)](https://pypi.org/project/pyThunderbird/) [![format](https://img.shields.io/pypi/format/pyThunderbird)](https://pypi.org/project/pyThunderbird/) [![downloads](https://img.shields.io/pypi/dd/pyThunderbird)](https://pypi.org/project/pyThunderbird/) |
| **GitHub** | [![Github Actions Build](https://github.com/WolfgangFahl/pyThunderbird/actions/workflows/build.yml/badge.svg)](https://github.com/WolfgangFahl/pyThunderbird/actions/workflows/build.yml) [![Release](https://img.shields.io/github/v/release/WolfgangFahl/pyThunderbird)](https://github.com/WolfgangFahl/pyThunderbird/releases) [![Contributors](https://img.shields.io/github/contributors/WolfgangFahl/pyThunderbird)](https://github.com/WolfgangFahl/pyThunderbird/graphs/contributors) [![Last Commit](https://img.shields.io/github/last-commit/WolfgangFahl/pyThunderbird)](https://github.com/WolfgangFahl/pyThunderbird/commits/) [![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) |
| **Code** | [![style-black](https://img.shields.io/badge/%20style-black-000000.svg)](https://github.com/psf/black) [![imports-isort](https://img.shields.io/badge/%20imports-isort-%231674b1)](https://pycqa.github.io/isort/) |
| **Docs** | [![API Docs](https://img.shields.io/badge/API-Documentation-blue)](https://WolfgangFahl.github.io/pyThunderbird/) [![formatter-docformatter](https://img.shields.io/badge/%20formatter-docformatter-fedcba.svg)](https://github.com/PyCQA/docformatter) [![style-google](https://img.shields.io/badge/%20style-google-3666d6.svg)](https://google.github.io/styleguide/pyguide.html#s3.8-comments-and-docstrings) |

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)