summaryrefslogtreecommitdiff
path: root/alot/db
Commit message (Expand)AuthorAge
* thread: implement tree decorationsAnton Khirnov2020-02-19
* thread: drop the use of urwidtreesAnton Khirnov2020-02-19
* db: rewrite the API for representing message treesAnton Khirnov2020-02-06
* db: drop useless gettersAnton Khirnov2020-02-06
* db/message: drop a useless getterAnton Khirnov2020-02-06
* db/message: forbid instantiating Message with thread = NoneAnton Khirnov2020-02-06
* db/manager: drop unused functionsAnton Khirnov2020-02-06
* db/message: drop unused functionsAnton Khirnov2020-02-06
* db/thread: drop useless getter functionsAnton Khirnov2020-02-06
* Drop support for removing messages.Anton Khirnov2020-02-05
* db/message: drop total orderingAnton 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: add setting for custom Message-ID domainpacien2019-11-24
* envelope: do not add another Date header if one is already presentpacien2019-11-23
* 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
* unused importPatrick Totzke2019-08-16
* db/manager: Drop async methodDylan Baker2019-08-15
* unused imports and variablesPatrick Totzke2019-08-15
* retire Message.accumulate_bodyPatrick Totzke2019-08-15
* rename Message.get_text_content() to get_body_text()Patrick Totzke2019-08-15
* update docstringsPatrick Totzke2019-08-15
* Update to new (3.6) email message APIPatrick Totzke2019-08-15
* remove unused importsPatrick Totzke2019-08-11
* refactor ReplyCommandPatrick Totzke2019-06-02
* fix formataddrPatrick Totzke2019-06-02
* remove old new-style classes syntaxPatrick Totzke2019-05-27
* do not remove quotes around realname partsPatrick Totzke2019-05-27
* restore lenient libmagic decodingMichael J Gruber2019-02-07
* db/message: accept attachments of type pgp-encryptedRuben Pollan2019-01-21
* match addresses against accounts, not address listsvrs2018-12-10
* attach accounts to envelopesvrs2018-12-10
* refactor alot.db.utils.remove_ctePatrick Totzke2018-12-07
* Add test for #1301Lucas Hoffmann2018-12-03
* db/utils: strip cte before comparingDylan Baker2018-10-19
* crypto: Use session-key to decrypt messages if present in the indexRuben Pollan2018-10-08
* Don't try to add Content-Disposition header to email that already has oneDylan Baker2018-08-13
* Set the policy for email.message_from_*Dylan Baker2018-08-06
* db/utils: remove unused Header importDylan Baker2018-08-06
* db/attachment: use set_param() instead of recreating a headerDylan Baker2018-08-04
* db/utils: Replace encode_header with Message.add_headerDylan Baker2018-08-04
* db: encode Header objects to strDylan Baker2018-08-04
* helper: replace email_as_* with email builtinsDylan Baker2018-08-02
* db/manager: Append underscore to method named asyncJohannes Löthberg2018-08-01
* db/manager: use threads instead of reactor.callInThreadDylan Baker2018-07-26
* add setter for (notmuch) configs to database managerPatrick Totzke2018-07-24
* add getter for named queries to DB managerPatrick Totzke2018-07-24