summaryrefslogtreecommitdiff
path: root/alot/helper.py
Commit message (Expand)AuthorAge
* helper: move guess_mimetype into its own fileAnton Khirnov2021-11-24
* helper/split_commandline: drop unused function parametersAnton Khirnov2021-11-22
* mail/envelope: add missing importAnton Khirnov2021-05-15
* helper: move mimewrap() to the only place where it is calledAnton Khirnov2021-01-26
* ComposeCommand: read template/signature as textAnton Khirnov2021-01-26
* addressbook/external: stop using call_cmd()Anton Khirnov2021-01-26
* account: stop using call_cmd_async() to run sendmailAnton Khirnov2021-01-26
* Rewrite mailcap handling.Anton Khirnov2021-01-26
* helper: get rid of decode_string()Anton Khirnov2021-01-16
* helper: move humanize_size to the only place where it is usedAnton Khirnov2021-01-16
* helper: rewrite mailto_to_envelope/parse_mailto to Envelope.from_mailtoAnton Khirnov2021-01-16
* helper: drop unused RFC3156_canonicalize()Anton Khirnov2021-01-16
* helper: move pretty_datetime to the only place where it is usedAnton Khirnov2021-01-16
* helper: move string_sanitize() to the only place where it is usedAnton Khirnov2020-05-05
* db/utils: move formataddr to helperAnton Khirnov2020-03-05
* Remove unicode escape codesLucas Hoffmann2019-11-06
* Remove unicode literals syntax from python2Lucas Hoffmann2019-11-06
* Fix UnboundLocalErrorLucas Hoffmann2019-08-16
* remove unused importsPatrick Totzke2019-08-11
* adjust to variable python-magic APIMichael J Gruber2019-06-02
* addressbook: add logging statementsMatthieu Coudron2019-02-06
* 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