summaryrefslogtreecommitdiff
path: root/alot/helper.py
Commit message (Expand)AuthorAge
* helper: remove unused GeneratorDylan Baker2018-08-06
* helper: replace email_as_* with email builtinsDylan Baker2018-08-02
* remove workaround for python issuePatrick Totzke2018-08-02
* helper: use asyncio.subprocess instead of twistedDylan Baker2018-07-26
* Merge pull request #1266 from mjg/message-from-bytesDylan Baker2018-07-17
|\
| * Revert "require chardet"Michael J Gruber2018-07-11
* | alot/helper: parse_mailto: unquote is in urllib.parse in Python 3Johannes Löthberg2018-07-16
|/
* Remove old __future__ importsLucas Hoffmann2018-06-19
* alot/helper: allow call_cmd to take bytes or strings as stdinDylan Baker2018-05-15
* Raise an exception with a meaningful message.Ben Finney2018-04-23
* helper: add debug for what encoding was guessed.Dylan Baker2018-04-06
* require chardetDylan Baker2018-03-06
* 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