]> git.phdru.name Git - mimedecode.git/shortlog
mimedecode.git
2017-04-26 Oleg BroytmanVersion 2.7.0 2.7.0
2017-04-26 Oleg BroytmanCopyright 2017
2017-04-26 Oleg BroytmanUpdate installation instructions for virtual envs
2017-04-26 Oleg BroytmanUpdate installation instructions: use trusted host
2017-04-26 Oleg BroytmanUse m_lib.defenc instead of m_lib; install it from...
2017-04-17 Oleg BroytmanRemove update script
2017-04-16 Oleg BroytmanUpdate installation instructions: prefer pip
2017-03-12 Oleg BroytmanFix pip's --install-option: --compile is default and...
2017-01-30 Oleg BroytmanRemove deprecated ez_setup.py
2016-11-23 Oleg BroytmanUpgrade ez_setup.py
2016-09-29 Oleg BroytmanIgnore mimedecode.egg-info directory
2016-09-03 Oleg BroytmanUpdate get-commit-message.vim
2016-08-28 Oleg BroytmanRadically simplify MANIFEST.in by using global-include
2016-08-23 Oleg BroytmanAdd requirements.txt to sdist; add [egg_info] to setup.cfg
2016-08-23 Oleg BroytmanRun tests with python2 and python3
2016-08-23 Oleg BroytmanRemove directory 'save' on clean up
2016-08-11 Oleg BroytmanTODO: Process message/delivery-status and text/rfc822...
2016-08-10 Oleg BroytmanRename mk-git-alias -> mk-git-aliases, add commit-with...
2016-08-10 Oleg BroytmanRename tag.vim -> get-commit-message.vim
2016-08-10 Oleg BroytmanRename mk-tag-alias -> mk-git-alias
2016-08-10 Oleg BroytmanRename tag-with-version to tag-with-message
2016-08-04 Oleg BroytmanUpdate test
2016-08-03 Oleg BroytmanTest and report mailcap filter's errors
2016-08-03 Oleg BroytmanConvert body to the current charset for mailcap filter
2016-08-03 Oleg BroytmanPass setup.py install option --optimize
2016-08-02 Oleg BroytmanMake tag-with-version alias
2016-08-01 Oleg BroytmanReport test errors
2016-08-01 Oleg BroytmanDecode parameters on output
2016-08-01 Oleg BroytmanRefactor _decode_header
2016-08-01 Oleg BroytmanRequire m_lib >= 3.0.1 for Python 3
2016-08-01 Oleg BroytmanEncode/decode str/bytes for compatibility with Python 3
2016-08-01 Oleg BroytmanRemove excessive indent
2016-07-31 Oleg BroytmanUse sudo for pip install
2016-07-30 Oleg BroytmanUpgrade ez_setup.py
2016-07-29 Oleg BroytmanDifferent requirements for Py2 and Py3
2016-07-28 Oleg BroytmanUse bytes.decode() for Python 3 compatibility
2016-07-28 Oleg BroytmanImport email.header for Python 3 compatibility
2016-07-28 Oleg BroytmanUse 'key in dict' for Python 3 compatibility
2016-07-28 Oleg BroytmanUse raise Exception() for Python 3 compatibility
2016-07-28 Oleg BroytmanUse != instead of <> for Python 3 compatibility
2016-07-25 Oleg BroytmanUse print function for Python 3 compatibility
2016-07-25 Oleg BroytmanAdd keywords and classifiers
2016-07-25 Oleg BroytmanTODO: Python 3
2016-06-04 Oleg BroytmanAdd pip requirements file
2016-06-04 Oleg BroytmanCompile to pyc and pyo after installation
2015-12-27 Oleg BroytmanExport given treeish or HEAD
2015-07-06 Oleg BroytmanFix current/origin directories
2015-06-05 Oleg BroytmanRefactor update script
2015-01-05 Oleg BroytmanUpdate TODO
2015-01-05 Oleg BroytmanMake options --save-* to save multipart subparts
2014-06-08 Oleg BroytmanFix release date
2014-06-08 Oleg BroytmanVersion 2.6.0 v2.6.0
2014-06-08 Oleg BroytmanAdd option -I to completely ignore a part
2014-06-08 Oleg BroytmanFix entry: open all **OUTPUT** files in binary mode
2014-06-08 Oleg BroytmanMake option -e to work with multipart messages
2014-06-08 Oleg BroytmanMake option -i to work with multipart messages
2014-06-08 Oleg BroytmanAllow saving a message or a subpart to more than one...
2014-06-08 Oleg BroytmanFix parameters(s) => parameter(s)
2014-05-25 Oleg BroytmanOpen all files in binary mode
2014-05-20 Oleg BroytmanAllow the script to be run only in the origin directory
2014-05-19 Oleg BroytmanAdd update script
2014-03-31 Oleg BroytmanFix a minor misspelling
2014-03-17 Oleg BroytmanAdd TODO to source distributive
2014-03-17 Oleg BroytmanReleased 2.5.0
2014-03-17 Oleg BroytmanVersion 2.5.0 v2.5.0
2014-03-17 Oleg BroytmanAvoid calling get_content_maintype, just split ctype...
2014-03-17 Oleg BroytmanGuess filename extension for --save-* from the content...
2014-03-17 Oleg BroytmanUpdate documentation
2014-03-17 Oleg BroytmanDocument cp -p mimedecode.docbook
2014-03-16 Oleg BroytmanTODO: no boundary (-I)
2014-03-15 Oleg BroytmanCopy mimedecode.docbook
2014-03-15 Oleg BroytmanAdd tests for --save-*
2014-03-15 Oleg BroytmanDo not recode filename if it isn't recoded yet
2014-03-15 Oleg BroytmanCheck filenames for --save-* for forbidden characters
2014-03-15 Oleg BroytmanAdd more details about -Bbeit options
2014-03-13 Oleg BroytmanUpdate TODO
2014-03-13 Oleg BroytmanCreate the directory for the output files
2014-03-13 Oleg Broytmanopen_output_file
2014-03-13 Oleg BroytmanUse set_header to replace header's value in-place
2014-03-13 Oleg BroytmanInline _decode_header_param
2014-03-13 Oleg BroytmanInline recode
2014-03-12 Oleg BroytmanRaise error after saving the part
2014-03-12 Oleg BroytmanAllow -t 'text/*' -b 'image/*' -B '*/*'
2014-03-12 Oleg BroytmanDocumentation update
2014-03-12 Oleg BroytmanBetter description for --save-message
2014-03-12 Oleg BroytmanBetter description for -b
2014-03-11 Oleg BroytmanChange plans
2014-03-11 Oleg BroytmanDocument that the directory for -O must exist
2014-03-11 Oleg BroytmanReport actual content type; do not use quotes
2014-03-11 Oleg BroytmanAdd options --save-headers/body/message
2014-03-11 Oleg BroytmanDocument -o more clearly
2014-03-10 Oleg BroytmanAdd option -O to set the destination directory
2014-03-10 Oleg BroytmanRename gopts to g
2014-03-10 Oleg BroytmanRename get_opt to get_opts
2014-03-10 Oleg BroytmanFix a minor bug
2014-03-10 Oleg BroytmanRemove str() calls
2014-03-10 Oleg BroytmanAdd option -B to skip content-transfer-decoding
2014-03-10 Oleg BroytmanThe header for --set-param must exist
2014-03-09 Oleg BroytmanAdd option --set-param=header:param=value
2014-03-09 Oleg BroytmanAdd option --set-header=header:value
next