Highlights
- **Upgraded requirements**: new versions of `Thug`, `Streamparse`, and `mail-parser`.
- **Code cleaning**: code more clean and easy to manage.
- **Fixed many bugs**
- **Performance improvement**: new versions of key functions. New class to manage the mail attachments. Use of `lru_cache` for heavy functions. SpamScope uses functions where there is no need of internal state.
- **First step to Python 3**: SpamScope doesn't work with Python 3, but the core does work.