summaryrefslogtreecommitdiff
path: root/alot/db/utils.py
Commit message (Expand)AuthorAge
* 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
* Don't pass None as second argument of dict.get()Dylan Baker2016-12-13
* Replace mutable keyword argumentsDylan Baker2016-12-13
* Clean up importsLucas Hoffmann2016-12-09
* Use logging's native string interpolationLucas Hoffmann2016-12-09
* Merge pull request #752 from jkoelker/pipeto_field_keyPatrick Totzke2016-12-06
|\
| * Allow specifing the mailcap field key for `pipeto`Jason Kölker2015-02-11
* | Merge branch '0.3.8-feature-untrusted-signatures-858'Patrick Totzke2016-12-06
|\ \
| * | Define local var in all code paths.Lucas Hoffmann2016-03-30
| * | Indicate untrusted PGP signatures in thread view.Lucas Hoffmann2016-03-24
* | | fix #891Patrick Totzke2016-10-19
|/ /
* / pep8 fixesPatrick Totzke2015-12-16
|/
* fix regex for unquoting in decode_headerTomas Tomecek2015-01-08
* just formating (pep8 etc.)Patrick Totzke2014-08-02
* add mailto-helperPatrick Totzke2013-12-01
* db.utils: Use unicode for GPG error messagesSimon Chopin2013-08-13
* Use Unicode strings when dealing with GPGSimon Chopin2013-07-24
* pep8&pyflakes fixesPatrick Totzke2013-07-07
* add helper to check if path is below anotherPatrick Totzke2013-07-07
* Fix the default failobj of get_paramsJustus Winter2013-06-20
* Tune the parsing of RFC 3156 style mailsJustus Winter2013-06-16
* Fix detection of OpenPGP encrypted dataJustus Winter2013-06-16
* Move the parameter extraction to its own functionJustus Winter2013-06-16
* Normalize Content-Type parametersJustus Winter2013-06-16