summaryrefslogtreecommitdiff
path: root/alot/db
Commit message (Expand)AuthorAge
* fix base64, 8bit, and quoted-printable properly.Dylan Baker2018-03-01
* Revert "If there are errors in the decoding the content replace"Dylan Baker2018-03-01
* possibly fix opening emails encoded as non-ascii/non-unicodeDylan Baker2018-03-01
* If there are errors in the decoding the content replaceDylan Baker2018-03-01
* fix messages with content transfer encoding in py3kDylan Baker2018-03-01
* fix sending encrypted messages in py3kDylan Baker2018-03-01
* fix sending signed messages with py3kDylan Baker2018-03-01
* fix tagging and untagging.Dylan Baker2018-03-01
* fix a bunch of utils tests for py3kDylan Baker2018-03-01
* alot/db/message: fix for py3kDylan Baker2018-03-01
* hack alot.db.utils.decode_header until it works.Dylan Baker2018-03-01
* repalces uses of dict.iter* with non-iter versionsDylan Baker2018-03-01
* py3k: remove basestring and unicode.Dylan Baker2018-03-01
* py3k: use StringIO from io module instead of cStringIODylan Baker2018-03-01
* 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