summaryrefslogtreecommitdiff
path: root/alot/db
Commit message (Expand)AuthorAge
* mention unredered HTML parts in message body textPatrick Totzke2018-01-16
* ignore multipart subparts when extracting contentPatrick Totzke2018-01-02
* mark inline part as attachment if no mailcap entry is foundPatrick Totzke2018-01-02
* interpret exclude_tagsPatrick Totzke2017-10-01
* 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
* Merge branch 'master' into fix/spellingPatrick Totzke2017-09-02
|\
| * pep8 fixesPatrick Totzke2017-09-01
| * Merge pull request #1147 from dcbaker/submit/faster-message-comparisonDylan Baker2017-08-30
| |\
| | * db/message: Use self._id instead of self.get_message_id()Dylan Baker2017-08-30
| * | db/utils: Update docstring for extract_bodyDylan Baker2017-08-28
| * | db/utils: Don't mark signature valid if there is no key to verifyDylan Baker2017-08-23
| |/
* / Fix some spelling mistakesLucas Hoffmann2017-09-02
|/
* Merge pull request #1126 from lucc/py3/py2-compatibleDylan Baker2017-08-22
|\
| * py3k: Use build in next functionLucas Hoffmann2017-08-20
* | Use io.BytesIO and io.StringIODylan Baker2017-08-19
|/
* db/utils: Allow encrypted messages to be put in mixed payloads as wellDylan Baker2017-08-17
* db/utils: Handle multipart/signed inside multipart/mixedDylan Baker2017-08-17
* db/utils: Don't attach invalid signature to unsigned but encrypted messagesDylan Baker2017-08-17
* alot/crypto: make keys required for detached_signature_forDylan Baker2017-08-17
* alot: replace email.Utils with email.utilsDylan Baker2017-08-16
* convert from pygpgme to the python "gpg" moduleDaniel Kahn Gillmor2017-08-14
* Fix operator precedence when matching messagesLucas Hoffmann2017-08-05
* settings: do not store SettingsManager instance in __init__.pyDylan Baker2017-08-03
* db/utils: Improve readabilityDylan Baker2017-07-24
* db/utils: optimize if statementsDylan Baker2017-07-24
* db/utils: Support unicode in signaturesDylan Baker2017-07-24
* utils: Fix verifying signaturesDylan Baker2017-07-11
* Use stdlib functions in db.utils.encode_headerLucas Hoffmann2017-06-30
* Exclude search.exclude_tags from searchesJohannes Löthberg2017-06-08
* Remove unused methodLucas Hoffmann2017-02-02
* alot/db/utils: Revert use of iterkeys on MessageDylan Baker2017-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
|/
* Port old doctests to unittest: alot.db.envelopeLucas Hoffmann2017-01-18
* db/message: fix whitespaceDylan Baker2016-12-27
* db/utils: fix bad hanging indentDylan Baker2016-12-27
* db/message: replace __cmp__ with rich comparisonsDylan Baker2016-12-27
* db/envelope: add todoDylan Baker2016-12-27
* db/envelope: Don't call dunder method when not necessaryDylan Baker2016-12-27
* db/attachment: remove useless deleteDylan Baker2016-12-27
* db/attachment: replace all caps name with PEP8 like nameDylan Baker2016-12-27
* Dirty fix for case-(in)sensitive MIME matching.Pol Van Aubel2016-12-26
* Replace unused arguments with _Dylan Baker2016-12-21
* Don't use dict.keys when not necessaryDylan Baker2016-12-21
* Use dict's iter methodsDylan Baker2016-12-21
* db/thread: Set some protected variables in the constructor.Dylan Baker2016-12-21
* db/thread: Avoid intermediate data structureDylan Baker2016-12-21
* db/thread: don't create multiple lists to sortDylan Baker2016-12-21