summaryrefslogtreecommitdiff
path: root/alot/db/utils.py
Commit message (Expand)AuthorAge
* 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
* Handle missing parameters gracefullyJustus Winter2013-06-16
* Parse and decrypt OpenPGP encrypted dataJustus Winter2013-06-16
* Verify OpenPGP signatures and display the resultJustus Winter2013-06-16
* respect mailcap commands that expect stdinPatrick Totzke2013-03-20
* rename config option body_mimetype to prefer_plaintextPatrick Totzke2012-10-28
* Add body_mimetype to tweak extract_body's defaultsAntoine Amarilli2012-10-23
* remove annoying debug statementPatrick Totzke2012-08-10
* add copyright statements to all source filesPatrick Totzke2012-06-14
* Merge branch '0.3.1-feature-boolean-arguments'Patrick Totzke2012-06-13
|\
| * add helper split_commandstringPatrick Totzke2012-06-03
* | fix: be more relaxed wrt non-rfc-compliant headersPatrick Totzke2012-05-31
|/
* fix: msg.accumulate_body doesn't return unicodePatrick Totzke2012-05-25
* use parse_mailcap_nametemplate in extract_bodyPatrick Totzke2012-03-28
* docs: fix build warningsPatrick Totzke2012-03-17
* backport mailcap handling to extract_bodyPatrick Totzke2012-03-17
* pep8 fixesPatrick Totzke2012-03-11
* docs: for db.utilsPatrick Totzke2012-03-11
* refactor: header utilities into db.utilsPatrick Totzke2012-03-11