summaryrefslogtreecommitdiff
path: root/alot/db/message.py
Commit message (Expand)AuthorAge
* helper: move guess_mimetype into its own fileAnton Khirnov2021-11-24
* mail/reply: rewrite recipient selectionAnton Khirnov2021-11-24
* mail: add a custom email policyAnton Khirnov2021-11-24
* utils/mailcap: fix filename handlingAnton Khirnov2021-11-20
* db/message: work around python bug 39100Anton Khirnov2021-11-20
* db/message: do not assume all messages have a 'from' headerAnton Khirnov2021-06-07
* db/message: make sure attachment data is always a byte sequenceAnton Khirnov2021-05-15
* db/message: apply _fixup_charset() to attachments as wellAnton Khirnov2021-05-15
* db/message: override missing content-type charset to utf-8Anton Khirnov2021-05-15
* db/message: stop loading the email in the constructorAnton Khirnov2021-05-13
* db/message: turn _email and body into cached propertiesAnton Khirnov2021-05-13
* db/message: remove get_email()Anton Khirnov2021-05-13
* commands/thread:ReplyCommand: use the message headers object for building replyAnton Khirnov2021-05-13
* commands/thread: use the headers object for building reply subjectAnton Khirnov2021-05-13
* db/message: handle text MIME with invalid charsetsAnton Khirnov2021-02-08
* db/attachment: move to mail/Anton Khirnov2021-01-30
* db/attachment: simplify the Attachment classAnton Khirnov2021-01-30
* db/message: use DEVNULL stdin when there is no inputAnton Khirnov2021-01-26
* Rewrite mailcap handling.Anton Khirnov2021-01-26
* 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
* db: make write operations asyncAnton Khirnov2021-01-20
* db/message: export headers per-MIME partAnton Khirnov2021-01-15
* db/message: passthrough text parts if there is no handlerAnton Khirnov2021-01-13
* Consistently use set/frozenset for tags.Anton Khirnov2020-05-24
* Switch to the notmuch2 bindings.Anton Khirnov2020-05-09
* db/message: drop unused importsAnton Khirnov2020-05-05
* 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 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/message: get the sender from the message file, not from notmuchAnton Khirnov2020-03-02
* db/message: do not delay loading the email fileAnton Khirnov2020-03-02
* db/message: drop a useless getter.Anton Khirnov2020-02-27
* thread: implement tree decorationsAnton Khirnov2020-02-19
* thread: drop the use of urwidtreesAnton Khirnov2020-02-19