v0.27.9
- [TeamMsgExtractor #161] Added commands to the command line that will allow the user to specify that they want the message data to be output to stdout rather than to a file.
- [TeamMsgExtractor #162] Added a wrapper for extract_msg that will be installed.
- Fixed some of the encoding names to allow them to actually be used in Python. The names they previously held were not aliases that currently exist.
- Added more documentation to
constants.CODE_PAGESto give more information about what it is. As it is a list of the possible encodings an msg file can use, I also specified which ones were supported by Python 3. - Moved the main code into a function so it is now callable from outside of the file.