Metadata-Version: 2.4
Name: proton-mail-trash
Version: 1.1.3
Summary: Add your description here
Project-URL: bugs, https://github.com/GideonBear/proton-mail-trash/issues
Project-URL: homepage, https://github.com/GideonBear/proton-mail-trash
Author: GideonBear
License-Expression: GPL-3.0-only
License-File: LICENSE
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.13
Description-Content-Type: text/markdown

# proton-mail-trash
`proton-mail-trash` will permanently delete all messages in your Proton Mail trash that are older than 30 days.

Works on Linux and Windows!

## Installation
Requires Python 3.13+

Requires `git` to be installed
```bash
# Using uv:
uv tool install proton-mail-trash
# Using pipx:
pipx install proton-mail-trash
# Using pip:
pip install proton-mail-trash
```

## Usage
```bash
proton-mail-trash
```

## Disclaimer
Use this software only at your own risk, and review the code if you want to.

This software uses Hydroxide's IMAP support, which is experimental.

This software permanently deletes messages from your Proton Mail account.

This software might not be an allowed use of Proton's products.

## Credits
Only possible thanks to [Hydroxide, a third-party, open-source ProtonMail CardDAV, IMAP and SMTP bridge](https://github.com/emersion/hydroxide)!
