summaryrefslogtreecommitdiff
path: root/tests/db
Commit message (Expand)AuthorAge
* 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
* 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
* Remove unicode literals syntax from python2Lucas Hoffmann2019-11-06
* fix display of HTML-only mailsMichael J Gruber2019-09-06
* tests: test prefer_text with HTML-only mailsMichael J Gruber2019-09-06
* db/manager: Drop async methodDylan Baker2019-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
* 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
* restore lenient libmagic decodingMichael J Gruber2019-02-07
* Rename test filesLucas Hoffmann2019-01-29
* Add test case for new encoding problemsLucas Hoffmann2018-12-24
* 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
* crypto: Use session-key to decrypt messages if present in the indexRuben Pollan2018-10-08
* db/utils: Replace encode_header with Message.add_headerDylan Baker2018-08-04
* db: encode Header objects to strDylan Baker2018-08-04
* tests/db/envelope: Add tests for construct_mailDylan Baker2018-08-04
* helper: replace email_as_* with email builtinsDylan Baker2018-08-02
* tests for alot.db.managerPatrick Totzke2018-07-24
* 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