diff options
author | Tomás Touceda <chiiph@leap.se> | 2013-12-17 14:49:50 -0300 |
---|---|---|
committer | Tomás Touceda <chiiph@leap.se> | 2013-12-17 14:49:50 -0300 |
commit | 59c65be76e4ba69c53787250dc964aea1d394514 (patch) | |
tree | 65ec09cf495284eb831bdb749dae446dee9de5c4 /changes | |
parent | 6cde754952d6c2abf877c6216c9b4b6675209d3c (diff) |
Ignore encoding, use message.as_string directly.
The message is already in str type, so we don't care about
encoding. json.dumps will ignore convertion.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug_multiple_encodings | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changes/bug_multiple_encodings b/changes/bug_multiple_encodings new file mode 100644 index 0000000..3113328 --- /dev/null +++ b/changes/bug_multiple_encodings @@ -0,0 +1 @@ + o Some emails are multipart and each part has its own encoding.
\ No newline at end of file |