]> git.phdru.name Git - mimedecode.git/shortlog
mimedecode.git
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
2014-03-08 Oleg BroytmanTODO: add option --save-as='%format'
2014-03-08 Oleg BroytmanVersion 2.4.0 v2.4.0
2014-03-08 Oleg BroytmanPublish docs in html format
2014-03-08 Oleg BroytmanFix lists of parameters
2014-03-08 Oleg BroytmanChange option -R to accept lists of headers and parameters
2014-03-08 Oleg BroytmanRemove option --remove-params
2014-03-08 Oleg BroytmanTODO: add options -s and -S
2014-03-08 Oleg BroytmanChange option -r to accept a list of headers; * is...
2014-03-08 Oleg BroytmanRefactor common code into _decode_headers_params
2014-03-08 Oleg BroytmanAllow * and exceptions for -p in the parameters lists
2014-03-08 Oleg BroytmanAllow * and exceptions for -p in the headers list
2014-03-08 Oleg BroytmanChange option -p to accept lists
2014-03-08 Oleg BroytmanChange option -d to decode all headers with exceptions
2014-03-08 Oleg BroytmanChange option -d to accept a list of headers
2014-03-08 Oleg BroytmanNext version will be 2.4.0
2014-03-07 Oleg BroytmanReorganize release plans
2014-03-07 Oleg BroytmanUpdate TODO
2014-03-05 Oleg BroytmanTODO: remove option --remove-params
2014-03-05 Oleg BroytmanAdd ChangeLog
2014-03-05 Oleg BroytmanMinor corrections
2014-03-05 Oleg BroytmanTODO: add release plans
2014-03-05 Oleg BroytmanTODO: change options -r and -R to accept lists
2014-03-05 Oleg BroytmanRemove old TODO entries about --all-headers/params
2014-03-05 Oleg BroytmanTODO: never touch multipart/encrypted and multipart...
2014-03-02 Oleg BroytmanUpdate TODO
2014-03-02 Oleg BroytmanAdd ChangeLog
2014-03-02 Oleg BroytmanAdd a few comments
2014-03-02 Oleg BroytmanIgnore *.py[co] everywhere (for tests)
2014-02-26 Oleg BroytmanVersion 2.3.8 v2.3.8
2014-02-23 Oleg BroytmanUpdate usage help
2014-02-23 Oleg BroytmanUpdate doc
2014-02-23 Oleg BroytmanReformat paragraphs
2014-02-23 Oleg BroytmanRemove headers and parameters before decoding
2014-02-23 Oleg BroytmanVersion 2.3.7 v2.3.7
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 m_lib 2.0+ as a requirement
2014-02-19 Oleg BroytmanVersion 2.3.6 v2.3.6
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 BroytmanVersion 2.3.5 v2.3.5
2014-02-19 Oleg BroytmanAdd a test for option -i
2014-02-19 Oleg BroytmanAdd a test for option -b
2014-02-19 Oleg BroytmanSplit main loop into test_file
2014-02-19 Oleg BroytmanRevert "Fix a bug: compare real value from the tuple"
2014-02-18 Oleg BroytmanRename test target from 'run' to 'all'
2014-02-18 Oleg BroytmanAdd tests for parameters decoding
2014-02-18 Oleg BroytmanUpdate docs
2014-02-18 Oleg BroytmanDecode "To" header by default
2014-02-18 Oleg BroytmanTest header decoding
2014-02-18 Oleg BroytmanChange type guessing
2014-02-14 Oleg BroytmanFix a bug: compare real value from the tuple
2014-02-14 Oleg BroytmanDocument that Content-Type:name is also decoded
2014-02-12 Oleg BroytmanReport test progress and success
2014-02-12 Oleg BroytmanRemove tmp after successful test run
2014-02-12 Oleg BroytmanDo not test if the message is multipart
2014-02-12 Oleg BroytmanSplit decode_message into decode_multipart
2014-02-11 Oleg BroytmanVersion 2.3.4 v2.3.4
2014-02-10 Oleg BroytmanRefactor else+if to elif
2014-02-10 Oleg BroytmanRefactor decode_file
2014-02-05 Oleg BroytmanDoc update
2014-02-05 Oleg BroytmanRefactoring: move subpart decoding inside decode_file
next