summaryrefslogtreecommitdiff
path: root/alot/db/message.py
Commit message (Expand)AuthorAge
* 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
* refactor: Attachment in its own filePatrick Totzke2012-03-11
* refactor: Envelope in its own filePatrick Totzke2012-03-11
* refactor db: move into submodulePatrick Totzke2012-03-11