summaryrefslogtreecommitdiff
path: root/alot/db
Commit message (Expand)AuthorAge
* db/attachment: move to mail/Anton Khirnov2021-01-30
* db/attachment: simplify the Attachment classAnton Khirnov2021-01-30
* db/envelope: move to a new module "mail"Anton Khirnov2021-01-30
* db/envelope: switch to the "new" (EmailMessage) python APIAnton Khirnov2021-01-30
* helper: move mimewrap() to the only place where it is calledAnton Khirnov2021-01-26
* db/message: use DEVNULL stdin when there is no inputAnton Khirnov2021-01-26
* Rewrite mailcap handling.Anton Khirnov2021-01-26
* db/manager: fix signature of Database.add()Anton Khirnov2021-01-24
* db/message: make sure not to leave temporary files aroundAnton Khirnov2021-01-21
* db/message: split _render_part()Anton Khirnov2021-01-21
* db/message: pass content-type to _render_part()Anton Khirnov2021-01-21
* db/message: implement __str__Anton Khirnov2021-01-21
* db/message: guess a better content type for octet-stream partsAnton Khirnov2021-01-21
* widgets/thread: generic pygments highlightingAnton Khirnov2021-01-21
* db/message: fix email-missing warningAnton Khirnov2021-01-21
* buffers: make get_info() asynchronousAnton Khirnov2021-01-20
* db/thread: add parentheses for chaining queriesAnton Khirnov2021-01-20
* db: make sure to close the read-only database instancesAnton Khirnov2021-01-20
* db: make write operations asyncAnton Khirnov2021-01-20
* db/manager: drop unused variableAnton Khirnov2021-01-19
* helper: move humanize_size to the only place where it is usedAnton Khirnov2021-01-16
* helper: rewrite mailto_to_envelope/parse_mailto to Envelope.from_mailtoAnton Khirnov2021-01-16
* db/message: export headers per-MIME partAnton Khirnov2021-01-15
* db/message: passthrough text parts if there is no handlerAnton Khirnov2021-01-13
* db/manager: Drop async methodDylan Baker2021-01-10
* Allow designating certain tags as "property" tags.Anton Khirnov2020-05-24
* Consistently use set/frozenset for tags.Anton Khirnov2020-05-24
* Switch to the notmuch2 bindings.Anton Khirnov2020-05-09
* db/manager: change add_message signatureAnton Khirnov2020-05-08
* db/manager: drop support for adding/removing queriesAnton Khirnov2020-05-08
* db/manager: get rid of an unnecessary indentation levelAnton Khirnov2020-05-07
* db/message: drop unused importsAnton Khirnov2020-05-05
* db/thread: fix documentationAnton Khirnov2020-05-05
* db/attachment: remove pointless call to string_decode()Anton Khirnov2020-04-23
* db/message: fix handling undecryptable mailAnton Khirnov2020-04-19
* db/message: restructure message body handlingAnton Khirnov2020-04-18
* db/message: stop calling get_email() unnecesarilyAnton Khirnov2020-03-06
* commands/thread: avoid accessing the email directly in pipetoAnton Khirnov2020-03-06
* widgets/thread: improve rendering message sourceAnton Khirnov2020-03-06
* widgets/thread: use the headers object to access message headersAnton Khirnov2020-03-06
* Update tests.Anton Khirnov2020-03-05
* db/message: reduce unnecessary calls to get_payload()Anton Khirnov2020-03-05
* db/message: remove unnecessary get_params()Anton Khirnov2020-03-05
* db/utils: move formataddr to helperAnton Khirnov2020-03-05
* db/utils: move is_subdir_of() to the single place it is used inAnton Khirnov2020-03-05
* db/utils: move clear_my_address/ensure_unique_address to their usage placeAnton Khirnov2020-03-05
* db/utils: move message body extraction code into db/messageAnton Khirnov2020-03-05
* db/utils: move message decryption code into db/messageAnton Khirnov2020-03-05
* db/utils: drop extract_headers()Anton Khirnov2020-03-04
* db/utils: drop decode_header()Anton Khirnov2020-03-04