~emersion/python-emailthreads

Python library to parse and format email threads
Replace invalid UTF-8 codepoints
Add a MANIFEST.in to get a complete sdist
readme: add CI badge

clone

read-only
https://git.sr.ht/~emersion/python-emailthreads
read/write
git@git.sr.ht:~emersion/python-emailthreads

You can also use your local clone with git send-email.

#emailthreads

builds.sr.ht status

Python library to parse and format email threads. Give it a list of emails that are part of the same thread and it'll build a tree of responses to the original message.

#Tests

To run the tests, execute this command:

python3 -m pytest test

#License

MIT