summaryrefslogtreecommitdiff
path: root/changes/bug_7244_fix_nested_multipart
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2015-07-08 12:47:04 -0400
committerKali Kaneko <kali@leap.se>2015-07-08 14:18:08 -0400
commit3d4681d9c4eb273191c0736236068c9ff03cf226 (patch)
treecd2de202b4c8229a1a9a09449f41bf7066db0ec7 /changes/bug_7244_fix_nested_multipart
parent853f4de55705ecba39c552e851057c2b0c66e810 (diff)
[bug] fix the rendering of nested multipartrelease/bitmask-0.9.x-alpha
This commit fix a very simplistic and until now broken handling of nested multipart that went undetected due to the structure of the mails used in tests until now. Incidentally, the way that Mail.app structures attachments made this bug noticeable. There was also an off-by-one indexing error when retrieving the subpart message for a given subpart. Be aware that the current implementation will only handle correctly 2 levels of multipart nesting. Extending beyond in a more generic way will need further work. Closes: #7244
Diffstat (limited to 'changes/bug_7244_fix_nested_multipart')
-rw-r--r--changes/bug_7244_fix_nested_multipart1
1 files changed, 1 insertions, 0 deletions
diff --git a/changes/bug_7244_fix_nested_multipart b/changes/bug_7244_fix_nested_multipart
new file mode 100644
index 0000000..2d9cd8d
--- /dev/null
+++ b/changes/bug_7244_fix_nested_multipart
@@ -0,0 +1 @@
+- Fix nested multipart rendering. Closes: #7244