summaryrefslogtreecommitdiff
path: root/alot/db/utils.py
Commit message (Expand)AuthorAge
* alot/db/utils: improve unknown CTE messageDylan Baker2018-05-15
* Add support for binary Content-Transfer-EncodingDylan Baker2018-05-07
* This merges Pazz split of the extract_body functionDylan Baker2018-04-24
|\
| * refactor db/utils.extract_bodyPatrick Totzke2018-04-24
* | db/utils: fix bad merge conflict resolutionDylan Baker2018-04-24
* | Merge remote-tracking branch 'bignose/wip/issue/python3-codeclimate' into py3kDylan Baker2018-04-24
|\ \
| * | Wrap long statements on open-bracket syntax.Ben Finney2018-04-23
* | | db/utils: handle mail with bogus encodingsDylan Baker2018-04-24
* | | db/utils: correctly handle 8bit encoded mailDylan Baker2018-04-24
|/ /
* | Fix 8bit some moreDylan Baker2018-04-10
* | db/utils: correctly handle 8bit encodings.Dylan Baker2018-04-10
* | db/utils: attempt to unwrap Content-Transfer-Encodings manuallyDylan Baker2018-04-10
* | db/utils: decoded_headers will be passed str not bytesDylan Baker2018-03-12
* | db/utils: Update docstring for message_from_bytesDylan Baker2018-03-06
* | USe get_payload.decode instead of decoding ourselves.Dylan Baker2018-03-06
* | utils: Fix types for add_signature_headerDylan Baker2018-03-06
* | When writing a file for mailcap write it in as bytesDylan Baker2018-03-02
* | 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
* | 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 a bunch of utils tests for py3kDylan Baker2018-03-01
* | hack alot.db.utils.decode_header until it works.Dylan Baker2018-03-01
* | py3k: remove basestring and unicode.Dylan Baker2018-03-01
* | py3k: use StringIO from io module instead of cStringIODylan Baker2018-03-01
|/
* ignore multipart subparts when extracting contentPatrick Totzke2018-01-02
* mark inline part as attachment if no mailcap entry is foundPatrick Totzke2018-01-02
* Merge branch 'master' into fix/spellingPatrick Totzke2017-09-02
|\
| * 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
|/
* 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
* convert from pygpgme to the python "gpg" moduleDaniel Kahn Gillmor2017-08-14
* 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
* alot/db/utils: Revert use of iterkeys on MessageDylan Baker2017-02-02
* Use absolute_imports from __future__Lucas Hoffmann2017-01-18
* db/utils: fix bad hanging indentDylan Baker2016-12-27
* Replace unused arguments with _Dylan Baker2016-12-21
* Use dict's iter methodsDylan Baker2016-12-21
* Replace map() and filter() with comprehensionsDylan Baker2016-12-21
* Use raw strings with backslashesDylan Baker2016-12-21
* Use with blocks to write to temp filesLucas Hoffmann2016-12-18