summaryrefslogtreecommitdiff
path: root/alot/helper.py
Commit message (Expand)AuthorAge
* Replace unused arguments with _Dylan Baker2016-12-21
* Fix "superflous paren" warnings from pylintDylan Baker2016-12-21
* Use raw strings with backslashesDylan Baker2016-12-21
* Drop little used helperDylan Baker2016-12-19
* Simplify arithmetic comparisonLucas Hoffmann2016-12-17
* use open as a context manager instead of oneline open().read()Dylan Baker2016-12-14
* Clean up importsLucas Hoffmann2016-12-09
* Use logging's native string interpolationLucas Hoffmann2016-12-09
* Add and update several docstrings.Lucas Hoffmann2016-03-11
* fix #841Patrick Totzke2016-02-21
* Fix parsing of mailto addressesjosch2014-10-02
* fix small stuff in the docsPatrick Totzke2014-08-02
* Move email_as_string function from crypto to helper moduleYann Rouillard2014-08-02
* always return new Envelope in helper.mailto_to_envelopePatrick Totzke2014-03-21
* add mailto helpersPatrick Totzke2014-03-21
* add mailto-helperPatrick Totzke2013-12-01
* helper: do not strip in string_sanitizeSiim Põder2013-08-07
* add a generic function to test libmagic versionYann Rouillard2013-07-18
* add a rough check on the libmagic library version for the libmagic bug workar...Yann Rouillard2013-07-18
* workaround a libmagic mimetype detection bug for office documentsYann Rouillard2013-07-18
* pep8&pyflakes fixesPatrick Totzke2013-07-07
* fix: call_cmd properly read return value from...Patrick Totzke2013-07-07
* properly read stderr in call_command helperPatrick Totzke2013-07-07
* fix command line escaping for arguments containing spacesYann Rouillard2013-07-03
* fix typoPatrick Totzke2013-05-12
* Fix guess_encoding()Hamish Downer2013-04-24
* Add inline comments around magic API hackeryHamish Downer2013-04-04
* Support two different versions of magicHamish Downer2013-04-02
* Reuse magic mime codeHamish Downer2013-04-02
* escape double quotes as wellJohannes Kulick2013-02-19
* fix issue with empty authors stringsPatrick Totzke2012-12-02
* cleanup: pep8/pyflakes fixesPatrick Totzke2012-09-09
* doc: docstringsPatrick Totzke2012-09-05
* fix issue with shlex removing quotesPatrick Totzke2012-09-03
* add split_commandline helperPatrick Totzke2012-09-03
* Fix the sorting of tags with length == 1Kazuo Teramoto2012-07-25
* pep8 and pyflakes fixesPatrick Totzke2012-07-21
* doc: fix rtfd.org build: missing coding commentPatrick Totzke2012-06-16
* add copyright statements to all source filesPatrick Totzke2012-06-14
* add helper split_commandstringPatrick Totzke2012-06-03
* fix: sanity check libmagics return valuesPatrick Totzke2012-05-30
* Merge branch '0.3-fix-prettyprint' into stagingPatrick Totzke2012-04-08
|\
| * smarter pretty_datetime helperPatrick Totzke2012-03-31
| * decode strftime return values in pretty_datetimePatrick Totzke2012-03-31
* | add helper.parse_mailcap_nametemplatePatrick Totzke2012-03-28
|/
* cleanup: imports in helper.pyPatrick Totzke2012-03-11
* group settings into a submodulePatrick Totzke2012-03-11
* allow custom checks helper.read_configPatrick Totzke2012-03-11
* some cleanupsPatrick Totzke2012-03-02
* move read_config to helper; ConfigError to errorsPatrick Totzke2012-02-25