summaryrefslogtreecommitdiff
path: root/alot/db
Commit message (Expand)AuthorAge
* db/message: Use self._id instead of self.get_message_id()Dylan Baker2017-08-30
* 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
* Replace map() and filter() with comprehensionsDylan Baker2016-12-21
* Use raw strings with backslashesDylan Baker2016-12-21
* tests: Add tests for alot.db.thread.Thread.get_authorDylan Baker2016-12-21
* db/thread: define Thread._authors in constructorDylan Baker2016-12-21
* Drop little used helperDylan Baker2016-12-19
* Use with blocks to write to temp filesLucas Hoffmann2016-12-18
* use open() as context managerDylan Baker2016-12-14
* Don't pass None as second argument of dict.get()Dylan Baker2016-12-13
* Replace list comprehension with set comprehensionDylan Baker2016-12-13
* Replace mutable keyword argumentsDylan Baker2016-12-13
* Further minor style fixesLucas Hoffmann2016-12-09
* Clean up importsLucas Hoffmann2016-12-09