#emailthreads

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