command-line options.
-Version 2.8.0 (2017-08-??)
+Version 2.8.0 (2017-10-??)
Python 3.
- Stop supporting Python 2.6.
-
Monkey-patch email.message._formatparam under Python 3:
replace it with _formatparam from Python 2.7
to avoid re-encoding non-ascii params.
Fix: do not decode bytes to unicode under Python 2.7.
+ Stop supporting Python 2.6.
+
WHERE TO GET
Home page: http://phdru.name/Software/Python/#mimedecode
-Version 2.8.0 (2017-08-??)
+Version 2.8.0 (2017-10-??)
Python 3.
- Stop supporting Python 2.6.
-
Monkey-patch email.message._formatparam under Python 3:
replace it with _formatparam from Python 2.7
to avoid re-encoding non-ascii params.
Fix: do not decode bytes to unicode under Python 2.7.
+ Stop supporting Python 2.6.
+
Version 2.7.0 (2017-04-26)
Use m_lib.defenc instead of m_lib; install it from PyPI.
-mimedecode requires Python2.7.
+mimedecode requires Python2.7 or 3.4+.
-Installation script setup.py requires setuptools. If you don't have it
-installed setup.py will try to download and install it.
+Docs: setup.py doesn't try to download setuptools
+Installation script setup.py requires setuptools.
mimedecode requires m_lib library. If you don't have it installed
setup.py will try to download and install it after installing mimedecode.