summaryrefslogtreecommitdiff
path: root/tests/db/utils_test.py
Commit message (Expand)AuthorAge
* refactor test_issue_1291Patrick Totzke2018-12-07
* add test test_unknown_cte_valuePatrick Totzke2018-12-07
* tests: update test_malformed_cte_valuePatrick Totzke2018-12-07
* pep8 fixesPatrick Totzke2018-12-03
* Add test for #1301Lucas Hoffmann2018-12-03
* Add simple test to demonstrate #1291Lucas Hoffmann2018-12-03
* db/utils: Replace encode_header with Message.add_headerDylan Baker2018-08-04
* helper: replace email_as_* with email builtinsDylan Baker2018-08-02
* rename message_from_ functionsMichael J Gruber2018-07-11
* Remove old __future__ importsLucas Hoffmann2018-06-19
* Fix bad refactor of a testDylan Baker2018-05-07
* Fix some formatting requests for @luccDylan Baker2018-04-24
* Wrap long statements on open-bracket syntax.Ben Finney2018-04-23
* Refactor some long statements to allow shorter lines.Ben Finney2018-04-23
* db/utils: decoded_headers will be passed str not bytesDylan Baker2018-03-12
* Fix some of the quoted words tests for py3kDylan Baker2018-03-01
* fix a bunch of utils tests for py3kDylan Baker2018-03-01
* tests/db/utils: Add tests for message_from_stringDylan Baker2017-08-28
* tests/db/utils: Add tests for extract_body functionDylan Baker2017-08-28
* db/utils: Don't mark signature valid if there is no key to verifyDylan Baker2017-08-23
* tests/db/utils: Add some more coverage to add_signature_headersDylan Baker2017-08-23
* db/utils: Allow encrypted messages to be put in mixed payloads as wellDylan Baker2017-08-17
* db/utils: Handle multipart/signed inside multipart/mixedDylan Baker2017-08-17
* tests/db/utils: Add tests for encapsulating gpg messagesDylan Baker2017-08-17
* db/utils: Don't attach invalid signature to unsigned but encrypted messagesDylan Baker2017-08-17
* tests/db/utils: Add tests for message_from_fileDylan Baker2017-08-17
* db/utils: Support unicode in signaturesDylan Baker2017-07-24
* tests/db/utils: Add tests for unicode as uidsDylan Baker2017-07-24
* tests/db/utils: share some mock biolerplateDylan Baker2017-07-24
* tests: move shared helpers out of crypto module into common moduleDylan Baker2017-07-24
* tests: Add some basic tests for alot.db.utils.add_signature_headerDylan Baker2017-07-24
* Use stdlib functions in db.utils.encode_headerLucas Hoffmann2017-06-30
* Add more tests for db.utils.encode_headerLucas Hoffmann2017-06-30
* Add helper function to quote test stringsLucas Hoffmann2017-06-21
* Add test for db.utils.decode_headerLucas Hoffmann2017-06-21
* Add test for db.utils.encode_headerLucas Hoffmann2017-06-21
* Add test for db.utils.extract_headersLucas Hoffmann2017-06-21
* Add test for db.utils.is_subdir_ofLucas Hoffmann2017-06-21
* Add test for db.utils.get_paramsLucas Hoffmann2017-06-21