comparison ChangeLog @ 143:fdc58ad2c758 stable-0-6-28

fix embedded rfc822 messages with attachments
author Carl Byington <carl@five-ten-sg.com>
date Tue, 24 Feb 2009 12:33:49 -0800
parents 2189a6b8134e
children 0695de3b5a98
comparison
equal deleted inserted replaced
142:2189a6b8134e 143:fdc58ad2c758
1 LibPST 0.6.28 (2009-xx-xx) 1 LibPST 0.6.28 (2009-02-24)
2 =============================== 2 ===============================
3 * add X-libpst-forensic-* headers to capture items of interest 3 * add X-libpst-forensic-* headers to capture items of interest
4 that are not used by normal mail clients. 4 that are not used by normal mail clients.
5 * improve decoding of multipart/report and message/rfc822 mime 5 * improve decoding of multipart/report and message/rfc822 mime
6 types. 6 types.
7 * improve character set handling - don't try to convert utf-8 7 * improve character set handling - don't try to convert utf-8
8 to single byte for fields that were not originally unicode. 8 to single byte for fields that were not originally unicode.
9 if the conversion fails, leave the data in utf-8. 9 if the conversion fails, leave the data in utf-8.
10 * fix embedded rfc822 messages with attachments.
10 11
11 LibPST 0.6.27 (2009-02-07) 12 LibPST 0.6.27 (2009-02-07)
12 =============================== 13 ===============================
13 * fix for const correctness on Fedora 11 14 * fix for const correctness on Fedora 11
14 15