An external message threader for redmine
python3.11 -m venv venv
source venv/bin/activate
pip install --upgrade pip
pip install IMAPClient
pip install python-dotenv
pip install requests
pip freeze > requirements.txt
python -m unittest
./threader.py