]> git.phdru.name Git - mimedecode.git/shortlog
mimedecode.git
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
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 BroytmanVersion 2.3.3 v2.3.3
2014-02-02 Oleg BroytmanFix a bug: option -o without any parameters
2014-02-02 Oleg BroytmanTest stdin only
2014-02-01 Oleg BroytmanUpdate documentation
2014-02-01 Oleg BroytmanInclude tests
2014-02-01 Oleg BroytmanDone: tests
2014-02-01 Oleg BroytmanVersion 2.3.2 v2.3.2
2014-02-01 Oleg BroytmanAdd tests
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-02-01 Oleg BroytmanRegenerate docs before making a distr
2014-01-31 Oleg BroytmanTODO: add tests
2014-01-31 Oleg BroytmanVersion 2.3.1: update documentation v2.3.1
2014-01-31 Oleg BroytmanMake minor clarification
2014-01-31 Oleg BroytmanList environment variables using variablelist
2014-01-31 Oleg BroytmanMake text more descriptive
2014-01-31 Oleg BroytmanDump html to text with no numbering and without references
2014-01-31 Oleg BroytmanChange indent
2014-01-31 Oleg BroytmanSplit author's name/email
2014-01-31 Oleg BroytmanWrap URLs in ulink's
2014-01-31 Oleg BroytmanAdd refentryinfo
2014-01-31 Oleg BroytmanUpdate to DocBook 4.5; use local dtd
2014-01-31 Oleg BroytmanFix: the 4 list options are no longer the last
2014-01-31 Oleg BroytmanChange the language to "sh"
2014-01-31 Oleg BroytmanANNOUNCE: forbid filtering from console to console v2.3.0
2014-01-30 Oleg BroytmanVersion 2.3.0: add option -o and output_file argument
2014-01-30 Oleg BroytmanSort rules by alphabetic order of the destinations
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-24 Oleg BroytmanMinor formatting enhancement
next