]> git.phdru.name Git - mimedecode.git/history - mimedecode.py
Version 2.3.8
[mimedecode.git] / mimedecode.py
2014-02-26 Oleg BroytmanVersion 2.3.8 v2.3.8
2014-02-23 Oleg BroytmanUpdate usage help
2014-02-23 Oleg BroytmanRemove headers and parameters before decoding
2014-02-23 Oleg BroytmanAdd option -R to remove header's parameters
2014-02-23 Oleg BroytmanAdd option -r to remove headers
2014-02-21 Oleg BroytmanUse list/tuple directly instead of using types module
2014-02-19 Oleg BroytmanAdd "Mail-Followup-To" header to the list of headers...
2014-02-19 Oleg BroytmanAdd "Reply-To" header to the list of headers to decode...
2014-02-19 Oleg BroytmanAdd "Cc" header to the list of headers to decode by...
2014-02-19 Oleg BroytmanRevert "Fix a bug: compare real value from the tuple"
2014-02-18 Oleg BroytmanDecode "To" header by default
2014-02-18 Oleg BroytmanChange type guessing
2014-02-14 Oleg BroytmanFix a bug: compare real value from the tuple
2014-02-12 Oleg BroytmanDo not test if the message is multipart
2014-02-12 Oleg BroytmanSplit decode_message into decode_multipart
2014-02-10 Oleg BroytmanRefactor else+if to elif
2014-02-10 Oleg BroytmanRefactor decode_file
2014-02-05 Oleg BroytmanRefactoring: move subpart decoding inside decode_file
2014-02-05 Oleg BroytmanMinor refactoring: move 'boundary' inside 'if'
2014-02-05 Oleg BroytmanClose infile and outfile even after an exception
2014-02-05 Oleg BroytmanMake 'output' an alias for outfile.write
2014-02-02 Oleg BroytmanFix a bug: option -o without any parameters
2014-02-02 Oleg BroytmanTest stdin only
2014-02-01 Oleg BroytmanFix a bug - do not generate 'From ' headers in subparts
2014-02-01 Oleg BroytmanRename recode2 => recode_if_needed
2014-02-01 Oleg BroytmanAdd option --host
2014-01-30 Oleg BroytmanForbid filtering from console to console - show usage...
2014-01-30 Oleg BroytmanPrint more descriptive error messages
2014-01-30 Oleg BroytmanAdd option -o output_file
2014-01-30 Oleg BroytmanAdd an optional output file argument
2014-01-30 Oleg BroytmanCreate an alias gopts for GlobalOptions
2014-01-23 Oleg BroytmanUse \n instead of os.linesep
2014-01-23 Oleg BroytmanMinor refactoring
2014-01-23 Oleg BroytmanMake indent 4 spaces
2014-01-23 Oleg BroytmanMinor refactoring
2013-12-20 Oleg BroytmanRename __version__.py -> mimedecode_version.py
2013-12-18 Oleg BroytmanAllow installation without m_lib
2013-12-10 Oleg BroytmanVersion 2.1.4: add installation instruction in INSTALL.txt
2013-12-10 Oleg BroytmanVersion 2.1.3: minor bugfix
2013-07-26 Oleg BroytmanVersion 2.1.2: minor fix in Makefile
2012-05-01 Oleg BroytmanFixed version.
2012-04-15 Oleg BroytmanRemoved svn:keywords. Version 2.2.1.
2011-01-01 Oleg BroytmanVersion 2.2.0. BZipped archive.
2010-12-26 Oleg Broytmanphd.pp.ru => phdru.name.
2009-09-28 Oleg Broytman"BroytMann" => "Broytman".
2008-01-13 Oleg BroytmanEncoding => charset.
2006-04-27 Oleg BroytmanIgnore case comparing charsets.
2006-04-27 Oleg BroytmanProtect import locale.
2006-04-27 Oleg BroytmanA patch by Bogdan Maryniuk <bogdan.maryniuk@gmail.com>:
2006-04-27 Oleg BroytmanAdded SVN keywords.
2006-04-24 Oleg Broytmanmimedecode.py version 2.0.0d.
2006-04-24 Oleg Broytmanmimedecode.py