summaryrefslogtreecommitdiff
path: root/alot
Commit message (Expand)AuthorAge
* add missing importPatrick Totzke2018-06-22
* lazy reading of config files in SettingsManagerPatrick Totzke2018-06-21
* Merge pull request #1228 from dcbaker/auto-encrypt-newPatrick Totzke2018-06-19
|\
| * envelope: Update encryption keys when CC, To, or From is changedDylan Baker2018-03-12
* | remove deprecated future importsPatrick Totzke2018-06-19
* | refactor buffersPatrick Totzke2018-06-19
* | Merge branch 'master' into futurePatrick Totzke2018-06-19
|\ \
| * | use importlib to load hooks code at startupPatrick Totzke2018-06-19
* | | Remove old __future__ importsLucas Hoffmann2018-06-19
|/ /
* | fix encoding issue in thread.PrintCommandPatrick Totzke2018-06-18
* | db/utils: remove unused importDylan Baker2018-05-15
* | alot/helper: allow call_cmd to take bytes or strings as stdinDylan Baker2018-05-15
* | commands/thread use a BytesIO instead of StringIO objectDylan Baker2018-05-15
* | alot/db/utils: improve unknown CTE messageDylan Baker2018-05-15
* | Merge branch 'master' into py3kDylan Baker2018-05-15
|\ \
| * | better message on hook loading failureMatthieu Coudron2018-05-14
* | | Add support for binary Content-Transfer-EncodingDylan Baker2018-05-07
* | | Fix some formatting requests for @luccDylan Baker2018-04-24
* | | This merges Pazz split of the extract_body functionDylan Baker2018-04-24
|\| |
| * | refactor db/utils.extract_bodyPatrick Totzke2018-04-24
| |/
* | db/utils: fix bad merge conflict resolutionDylan Baker2018-04-24
* | Merge remote-tracking branch 'bignose/wip/issue/python3-codeclimate' into py3kDylan Baker2018-04-24
|\ \
| * | Extract a level of nested control flow.Ben Finney2018-04-23
| * | Wrap long statements on open-bracket syntax.Ben Finney2018-04-23
| * | Raise an exception with a meaningful message.Ben Finney2018-04-23
| * | Extract a level of nested conditionals for tag command.Ben Finney2018-04-23
* | | db/utils: handle mail with bogus encodingsDylan Baker2018-04-24
* | | db/utils: correctly handle 8bit encoded mailDylan Baker2018-04-24
|/ /
* | Fix 8bit some moreDylan Baker2018-04-10
* | db/utils: correctly handle 8bit encodings.Dylan Baker2018-04-10
* | db/utils: attempt to unwrap Content-Transfer-Encodings manuallyDylan Baker2018-04-10
* | helper: add debug for what encoding was guessed.Dylan Baker2018-04-06
* | Merge branch 'py3k-chardet' into py3kDylan Baker2018-04-06
|\ \
| * | require chardetDylan Baker2018-03-06
| * | db/utils: Update docstring for message_from_bytesDylan Baker2018-03-06
| * | USe get_payload.decode instead of decoding ourselves.Dylan Baker2018-03-06
| * | drop bytes support from AddressDylan Baker2018-03-06
| * | utils: Fix types for add_signature_headerDylan Baker2018-03-06
* | | fix saving attachmentsDylan Baker2018-03-14
* | | Merge branch 'master' into py3kDylan Baker2018-03-12
|\ \ \ | | |/ | |/|
| * | rename parameter of Command.apply methodPatrick Totzke2018-03-11
| * | Merge pull request #1158 from dcbaker/wip/fix-bad-signature-encryptedDylan Baker2018-03-05
| |\ \
| | * | crypto: Handle message that is encrypted, but the signature is invalidDylan Baker2017-09-22
* | | | db/utils: decoded_headers will be passed str not bytesDylan Baker2018-03-12
* | | | db/utils: Update docstring for message_from_bytesDylan Baker2018-03-06
* | | | USe get_payload.decode instead of decoding ourselves.Dylan Baker2018-03-06
* | | | drop bytes support from AddressDylan Baker2018-03-06
* | | | utils: Fix types for add_signature_headerDylan Baker2018-03-06
| |_|/ |/| |
* | | Use urwid.util.detected_encoding instead of try_decodeDylan Baker2018-03-06
* | | use helper.try_decode instead of guess_encodingDylan Baker2018-03-06