summaryrefslogtreecommitdiff
path: root/alot/helper.py
Commit message (Expand)AuthorAge
* fix sending encrypted messages in py3kDylan Baker2018-03-01
* fix a bunch of utils tests for py3kDylan Baker2018-03-01
* helper: py3k fixesDylan Baker2018-03-01
* helper: add a helper to guess the encoding a of a blob and decode itDylan Baker2018-03-01
* py3k: only pass str instances to shlexDylan Baker2018-03-01
* py3k: don't covert to bytes for shlexDylan Baker2018-03-01
* py3k: remove basestring and unicode.Dylan Baker2018-03-01
* py3k: use StringIO from io module instead of cStringIODylan Baker2018-03-01
* Rename get_env to get_xdg_env and clarify docstring.Julian Mehne2018-01-23
* Fix empty XDG_* environment variables.Julian Mehne2018-01-21
* Fix some spelling mistakesLucas Hoffmann2017-09-02
* alot/helper: Fix call_cmd_async polluting global environmentDylan Baker2017-08-22
* alot/helper: print ellipsis in codeDylan Baker2017-08-22
* Use cStringIO.StringIO to fix #1132Lucas Hoffmann2017-08-21
* Use io.BytesIO and io.StringIODylan Baker2017-08-19
* helper: Do not add a newline to the end of a signed sectionDylan Baker2017-07-17
* Extend docstringLucas Hoffmann2017-06-21
* Move Popen.communicate call out of try-except blockLucas Hoffmann2017-02-19
* alot/helper: simplify call_cmd and fix testDylan Baker2017-02-07
* Merge pull request #1009 from dcbaker/pr/remove_cmpPatrick Totzke2017-01-30
|\
| * Replace cmp with rich comparisonsDylan Baker2017-01-27
* | Merge pull request #1012 from dcbaker/pr/future_divisionPatrick Totzke2017-01-28
|\ \
| * | helper: Use __future__ divisionDylan Baker2017-01-27
| |/
* / helper: Use kibi and mibibytes instead of kilo and megabytesDylan Baker2017-01-27
|/
* Merge pull request #984 from lucc/future/absolute-importsLucas Hoffmann2017-01-21
|\
| * Use absolute_imports from __future__Lucas Hoffmann2017-01-18
* | Add docstrings to some methods and functions.Lucas Hoffmann2017-01-20
|/
* Merge pull request #975 from lucc/tests/doctestsPatrick Totzke2017-01-18
|\
| * Port old doctests to unittest: alot.helper.shorten_author_string()Lucas Hoffmann2017-01-18
* | helper: Don't rely on GNU extensions for strftimeDylan Baker2017-01-17
|/
* 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