Version 1.2
In this release we have improved some of the handling code to make things a bit more robust with students who work on a variety of operating systems. For example we have added a progress indicator so that something appears to be happening on very large mbox files (and you're not left wondering). Additionally we have added better error handling so one bad email doesn't ruin your day. We also made the library Python 2.7 and Python 3.5 compatible with a better test suite.
Released: Wednesday, June 22, 2016
Contributors: Benjamin Bengfort
Changes
- Make Python 3.5 compatible (maintaining Python 2.7 backwards compatibility)
- Created a mailer script to generate a test email MBox
- Updated all tribe-admin commands to be py3 compatible
- Added a progress bar to indicate time spent extracting emails from the mbox
- Added error handling so that the parsing just doesn't quit on a single email error
- Added a few more tests and Travis helpers