summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAge
* Add forgotten __init__.py filesAnton Khirnov2021-01-31
* db/envelope: move to a new module "mail"Anton Khirnov2021-01-30
* db/envelope: switch to the "new" (EmailMessage) python APIAnton Khirnov2021-01-30
* db/manager: Drop async methodDylan Baker2021-01-10
* db/manager: drop support for adding/removing queriesAnton Khirnov2020-05-08
* Update tests.Anton Khirnov2020-03-05
* db/message: remove unnecessary get_params()Anton Khirnov2020-03-05
* db/message: drop a useless getter.Anton Khirnov2020-02-27
* Update tests.Anton Khirnov2020-02-27
* db: rewrite the API for representing message treesAnton Khirnov2020-02-06
* db/message: forbid instantiating Message with thread = NoneAnton Khirnov2020-02-06
* tests: run 'gpg' instead of obsolete 'gpg2'Anton Khirnov2020-02-03
* Let python decode the message transfer encoding.Anton Khirnov2020-02-03
* Revert "db/manager: Drop async method"Anton Khirnov2020-01-02
* envelope: fix header key:value parsing regressionpacien2019-11-23
* envelope: correctly handle folded headerspacien2019-11-23
* Fix compatibility with Python 3.8Felix Yan2019-11-10
* Remove unicode literals syntax from python2Lucas Hoffmann2019-11-06
* Fix tests to reflect new messages.Pol Van Aubel2019-11-02
* fix display of HTML-only mailsMichael J Gruber2019-09-06
* tests: test prefer_text with HTML-only mailsMichael J Gruber2019-09-06
* tests: use new Completer locationsPatrick Totzke2019-08-17
* db/manager: Drop async methodDylan Baker2019-08-15
* unused imports and variablesPatrick Totzke2019-08-15
* Use unittest.mock from the stdlibLucas Hoffmann2019-08-15
* adjust tests to use the new EmailMessage APIPatrick Totzke2019-08-15
* remove duplicate and pointless testsPatrick Totzke2019-08-15
* remove unused importsPatrick Totzke2019-08-11
* ContactsCompletion: use db.utils.formataddrMichael J Gruber2019-08-10
* Remove expiration time from gpg keys in the test suiteLucas Hoffmann2019-07-21
* tests: db.utils.formataddrPatrick Totzke2019-06-02
* tests: move tests for db.utils.clear_my_addressPatrick Totzke2019-06-02
* tests: move test for utils.ensure_unique_addressPatrick Totzke2019-06-02
* tests: add case for exchange formatted realnamesPatrick Totzke2019-05-27
* fix testsPatrick Totzke2019-05-11
* remove test for ComposeCommand._set_from..Patrick Totzke2019-05-11
* fix pyflakes issuesPatrick Totzke2019-05-11
* tests/commands/globals: Rename tests to better fit the methods they testDylan Baker2019-05-11
* commands/globals simplify test for issue #1277Patrick Totzke2019-05-11
* tests/commands/globals: Simplify signing testsPatrick Totzke2019-05-11
* tests/commands/globals: Simplify template_decode testPatrick Totzke2019-05-11
* restore lenient libmagic decodingMichael J Gruber2019-02-07
* Rename test filesLucas Hoffmann2019-01-29
* Add test case for new encoding problemsLucas Hoffmann2018-12-24
* update tagstring tests for regex behaviorWill Dietz2018-12-22
* tests: Require python3 in test_env_setJordan Justen2018-12-19
* rename get_account_by_address to account_matching_addressvrs2018-12-10
* match addresses against accounts, not address listsvrs2018-12-10
* attach accounts to envelopesvrs2018-12-10
* refactor test_issue_1291Patrick Totzke2018-12-07