summaryrefslogtreecommitdiff
path: root/alot/db/message.py
Commit message (Expand)AuthorAge
...
* 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
* Merge pull request #984 from lucc/future/absolute-importsLucas Hoffmann2017-01-21
|\
| * Use absolute_imports from __future__Lucas Hoffmann2017-01-18
* | Turn method into a generatorLucas Hoffmann2017-01-19
|/
* db/message: fix whitespaceDylan Baker2016-12-27
* db/message: replace __cmp__ with rich comparisonsDylan Baker2016-12-27
* Dirty fix for case-(in)sensitive MIME matching.Pol Van Aubel2016-12-26
* Drop little used helperDylan Baker2016-12-19
* use open() as context managerDylan Baker2016-12-14
* Clean up importsLucas Hoffmann2016-12-09
* Remove braces after `del` and `return`Lucas Hoffmann2016-12-09
* pep8 fixesPatrick Totzke2015-12-16
* pep8&pyflakes fixesPatrick Totzke2013-07-07
* Verify OpenPGP signatures and display the resultJustus Winter2013-06-16
* Add body_mimetype to tweak extract_body's defaultsAntoine Amarilli2012-10-23
* add copyright statements to all source filesPatrick Totzke2012-06-14
* doc: minor docstring corrections for dbPatrick Totzke2012-06-05
* decode From-header read from the indexPatrick Totzke2012-05-31
* Merge branch '0.3-fix-messages-typo-447' into stagingPatrick Totzke2012-05-16
|\
| * Fix typo in db/message.py: get_email() (instead of get_mail())Michael Stapelberg2012-05-16
* | use represent_datetime in Message.get_datestringPatrick Totzke2012-03-31
|/
* pep8 fixesPatrick Totzke2012-03-11
* refactor: header utilities into db.utilsPatrick Totzke2012-03-11
* remove unnecessary importsPatrick Totzke2012-03-11