summaryrefslogtreecommitdiff
path: root/alot/db/message.py
Commit message (Expand)AuthorAge
* 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
* 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/message: drop unused functionsAnton Khirnov2020-02-06
* db/message: drop total orderingAnton Khirnov2020-02-03
* 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 old new-style classes syntaxPatrick Totzke2019-05-27
* db/message: accept attachments of type pgp-encryptedRuben Pollan2019-01-21
* crypto: Use session-key to decrypt messages if present in the indexRuben Pollan2018-10-08
* Set the policy for email.message_from_*Dylan Baker2018-08-06
* rename message_from_ functionsMichael J Gruber2018-07-11
* Remove old __future__ importsLucas Hoffmann2018-06-19
* possibly fix opening emails encoded as non-ascii/non-unicodeDylan Baker2018-03-01
* alot/db/message: fix for py3kDylan Baker2018-03-01
* mention unredered HTML parts in message body textPatrick Totzke2018-01-16
* db/message: Try to use the 'Sender' header if the 'From' header is nullDylan Baker2017-09-06
* db/message: Don't set sender to ''Dylan Baker2017-09-06
* pep8 fixesPatrick Totzke2017-09-01
* db/message: Use self._id instead of self.get_message_id()Dylan Baker2017-08-30
* alot: replace email.Utils with email.utilsDylan Baker2017-08-16
* Fix operator precedence when matching messagesLucas Hoffmann2017-08-05
* settings: do not store SettingsManager instance in __init__.pyDylan Baker2017-08-03
* Remove unused methodLucas Hoffmann2017-02-02