]> git.phdru.name Git - mimedecode.git/history - test
Build(GHActions): Use `checkout@v4` instead of outdated `v2`
[mimedecode.git] / test /
2017-12-12 Oleg BroytmanSplit mimedecode.py into a mimedecode library and a...
2017-10-22 Oleg BroytmanTests: On fail show diff immediately
2017-10-22 Oleg BroytmanTests: Install ~/.mime.types for tests if the current...
2017-08-23 Oleg BroytmanFeat(tests): Use tox for testing
2017-06-14 Oleg BroytmanFixed last problems with Python 3
2017-05-13 Oleg BroytmanFix(Python2): Do not decode bytes to unicode
2016-08-23 Oleg BroytmanRun tests with python2 and python3
2016-08-23 Oleg BroytmanRemove directory 'save' on clean up
2016-08-04 Oleg BroytmanUpdate test
2016-08-01 Oleg BroytmanReport test errors
2016-07-25 Oleg BroytmanUse print function for Python 3 compatibility
2015-01-05 Oleg BroytmanMake options --save-* to save multipart subparts
2014-06-08 Oleg BroytmanAdd option -I to completely ignore a part
2014-06-08 Oleg BroytmanMake option -i to work with multipart messages
2014-03-17 Oleg BroytmanGuess filename extension for --save-* from the content...
2014-03-15 Oleg BroytmanAdd tests for --save-*
2014-03-12 Oleg BroytmanAllow -t 'text/*' -b 'image/*' -B '*/*'
2014-03-11 Oleg BroytmanReport actual content type; do not use quotes
2014-03-10 Oleg BroytmanFix a minor bug
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 BroytmanChange option -R to accept lists of headers and parameters
2014-03-08 Oleg BroytmanRemove option --remove-params
2014-03-08 Oleg BroytmanChange option -r to accept a list of headers; * is...
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-02-26 Oleg BroytmanVersion 2.3.8 v2.3.8
2014-02-23 Oleg BroytmanAdd option -R to remove header's parameters
2014-02-23 Oleg BroytmanAdd option -r to remove headers
2014-02-19 Oleg BroytmanAdd "Cc" header to the list of headers to decode by...
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-18 Oleg BroytmanRename test target from 'run' to 'all'
2014-02-18 Oleg BroytmanAdd tests for parameters decoding
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-12 Oleg BroytmanReport test progress and success
2014-02-12 Oleg BroytmanRemove tmp after successful test run
2014-02-12 Oleg BroytmanSplit decode_message into decode_multipart
2014-02-10 Oleg BroytmanRefactor decode_file
2014-02-01 Oleg BroytmanAdd tests