From 45f957d559940be343820c1b72674e0bfc2dbd62 Mon Sep 17 00:00:00 2001 From: drebs Date: Mon, 16 Dec 2013 11:20:14 -0200 Subject: Use CouchDocument from new backend (#4475). --- changes/VERSION_COMPAT | 1 + changes/bug_4475_use-couch-document | 1 + 2 files changed, 2 insertions(+) create mode 100644 changes/bug_4475_use-couch-document (limited to 'changes') diff --git a/changes/VERSION_COMPAT b/changes/VERSION_COMPAT index cc00ecf..615578e 100644 --- a/changes/VERSION_COMPAT +++ b/changes/VERSION_COMPAT @@ -8,3 +8,4 @@ # # BEGIN DEPENDENCY LIST ------------------------- # leap.foo.bar>=x.y.z +leap.soledad.common>=0.5 diff --git a/changes/bug_4475_use-couch-document b/changes/bug_4475_use-couch-document new file mode 100644 index 0000000..54c6897 --- /dev/null +++ b/changes/bug_4475_use-couch-document @@ -0,0 +1 @@ + o Use CouchDocument to comply with new Soledad couch backend (#4475). -- cgit v1.2.3 From 59c65be76e4ba69c53787250dc964aea1d394514 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Touceda?= Date: Tue, 17 Dec 2013 14:49:50 -0300 Subject: 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. --- changes/bug_multiple_encodings | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/bug_multiple_encodings (limited to 'changes') 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 -- cgit v1.2.3