annotate ChangeLog @ 129:fc11b1d1ad34

fix initial from header in mbox format. start moving to PST_LE_GET* rather than LE*_CPU macros so we can eventually remove the pragma packing.
author Carl Byington <carl@five-ten-sg.com>
date Thu, 05 Feb 2009 12:09:04 -0800
parents 23a36ac0514d
children 2d6bb72ad041
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
129
fc11b1d1ad34 fix initial from header in mbox format.
Carl Byington <carl@five-ten-sg.com>
parents: 125
diff changeset
1 LibPST 0.6.26 (2009-02-05)
118
0f1492b7fe8b patch from Fridrich Strba for building on mingw and general cleanup of autoconf files
Carl Byington <carl@five-ten-sg.com>
parents: 116
diff changeset
2 ===============================
120
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
3 * patch from Fridrich Strba for building on mingw and
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
4 general cleanup of autoconf files
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
5 * add processing for pst files of type 0x0f
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
6 * start adding support for properly building and installing
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
7 libpst.so and the header files required to use it.
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
8 * remove version.h since the version number is now in config.h
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
9 * more const correctness issues regarding getopt()
121
8399ef94c11b strip and regenerate all MIME headers to avoid duplicates.
Carl Byington <carl@five-ten-sg.com>
parents: 120
diff changeset
10 * consistent ordering of our include files. all system includes
120
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
11 protected by ifdef HAVE_ from autoconf.
121
8399ef94c11b strip and regenerate all MIME headers to avoid duplicates.
Carl Byington <carl@five-ten-sg.com>
parents: 120
diff changeset
12 * strip and regenerate all MIME headers to avoid duplicates.
123
ab2a11e72250 more cleanup of #include files.
Carl Byington <carl@five-ten-sg.com>
parents: 122
diff changeset
13 problem found by Michael Watson on Mac OSX.
121
8399ef94c11b strip and regenerate all MIME headers to avoid duplicates.
Carl Byington <carl@five-ten-sg.com>
parents: 120
diff changeset
14 * do a better job of making unique MIME boundaries.
8399ef94c11b strip and regenerate all MIME headers to avoid duplicates.
Carl Byington <carl@five-ten-sg.com>
parents: 120
diff changeset
15 * only use base64 coding when strictly necessary.
123
ab2a11e72250 more cleanup of #include files.
Carl Byington <carl@five-ten-sg.com>
parents: 122
diff changeset
16 * more cleanup of #include files. common.h is the only file
ab2a11e72250 more cleanup of #include files.
Carl Byington <carl@five-ten-sg.com>
parents: 122
diff changeset
17 allowed to include system .h files unprotected by autoconf
ab2a11e72250 more cleanup of #include files.
Carl Byington <carl@five-ten-sg.com>
parents: 122
diff changeset
18 HAVE_ symbols. define.h is the only other file allowed to
ab2a11e72250 more cleanup of #include files.
Carl Byington <carl@five-ten-sg.com>
parents: 122
diff changeset
19 include system .h files. define.h is never installed; common.h
ab2a11e72250 more cleanup of #include files.
Carl Byington <carl@five-ten-sg.com>
parents: 122
diff changeset
20 is installed if we are building the shared library.
125
23a36ac0514d recover dropped pragma pack line, use int64_t rather than off_t to avoid forcing users of the shared library to enable large file support.
Carl Byington <carl@five-ten-sg.com>
parents: 123
diff changeset
21 * recover dropped pragma pack line, use int64_t rather than off_t
23a36ac0514d recover dropped pragma pack line, use int64_t rather than off_t to avoid forcing users of the shared library to enable large file support.
Carl Byington <carl@five-ten-sg.com>
parents: 123
diff changeset
22 to avoid forcing users of the shared library to enable large
23a36ac0514d recover dropped pragma pack line, use int64_t rather than off_t to avoid forcing users of the shared library to enable large file support.
Carl Byington <carl@five-ten-sg.com>
parents: 123
diff changeset
23 file support.
129
fc11b1d1ad34 fix initial from header in mbox format.
Carl Byington <carl@five-ten-sg.com>
parents: 125
diff changeset
24 * add pragma packing support for sun compilers.
fc11b1d1ad34 fix initial from header in mbox format.
Carl Byington <carl@five-ten-sg.com>
parents: 125
diff changeset
25 * fix initial from header in mbox format.
fc11b1d1ad34 fix initial from header in mbox format.
Carl Byington <carl@five-ten-sg.com>
parents: 125
diff changeset
26 * start moving to PST_LE_GET* rather than LE*_CPU macros so we
fc11b1d1ad34 fix initial from header in mbox format.
Carl Byington <carl@five-ten-sg.com>
parents: 125
diff changeset
27 can eventually remove the pragma packing.
118
0f1492b7fe8b patch from Fridrich Strba for building on mingw and general cleanup of autoconf files
Carl Byington <carl@five-ten-sg.com>
parents: 116
diff changeset
28
116
ed2a260bbb98 improve handling of content-type charset values in mime parts
Carl Byington <carl@five-ten-sg.com>
parents: 114
diff changeset
29 LibPST 0.6.25 (2009-01-16)
ed2a260bbb98 improve handling of content-type charset values in mime parts
Carl Byington <carl@five-ten-sg.com>
parents: 114
diff changeset
30 ===============================
120
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
31 * improve handling of content-type charset values in mime parts
116
ed2a260bbb98 improve handling of content-type charset values in mime parts
Carl Byington <carl@five-ten-sg.com>
parents: 114
diff changeset
32
114
e213bfcf9aa7 patch from Chris Eagle to build on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 112
diff changeset
33 LibPST 0.6.24 (2008-12-11)
e213bfcf9aa7 patch from Chris Eagle to build on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 112
diff changeset
34 ===============================
120
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
35 * patch from Chris Eagle to build on cygwin
114
e213bfcf9aa7 patch from Chris Eagle to build on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 112
diff changeset
36
112
554e9a422778 bump version to avoid cvs tagging mistake in fedora
Carl Byington <carl@five-ten-sg.com>
parents: 110
diff changeset
37 LibPST 0.6.23 (2008-12-04)
554e9a422778 bump version to avoid cvs tagging mistake in fedora
Carl Byington <carl@five-ten-sg.com>
parents: 110
diff changeset
38 ===============================
120
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
39 * bump version to avoid cvs tagging mistake in fedora
112
554e9a422778 bump version to avoid cvs tagging mistake in fedora
Carl Byington <carl@five-ten-sg.com>
parents: 110
diff changeset
40
110
7133b39975f7 patch from David Cuadrado to process emails with type PST_TYPE_OTHER
Carl Byington <carl@five-ten-sg.com>
parents: 108
diff changeset
41 LibPST 0.6.22 (2008-11-28)
7133b39975f7 patch from David Cuadrado to process emails with type PST_TYPE_OTHER
Carl Byington <carl@five-ten-sg.com>
parents: 108
diff changeset
42 ===============================
120
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
43 * patch from David Cuadrado to process emails with type PST_TYPE_OTHER
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
44 * base64_encode_multiple() may insert newline, needs larger malloc
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
45 * subject lines shorter than 2 bytes could segfault
110
7133b39975f7 patch from David Cuadrado to process emails with type PST_TYPE_OTHER
Carl Byington <carl@five-ten-sg.com>
parents: 108
diff changeset
46
108
1b2a4fac1303 fix title bug with old schema in pst2ldif, also escape commas in distinguished names per rfc4514.
Carl Byington <carl@five-ten-sg.com>
parents: 104
diff changeset
47 LibPST 0.6.21 (2008-10-21)
1b2a4fac1303 fix title bug with old schema in pst2ldif, also escape commas in distinguished names per rfc4514.
Carl Byington <carl@five-ten-sg.com>
parents: 104
diff changeset
48 ===============================
120
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
49 * fix title bug with old schema in pst2ldif.
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
50 * also escape commas in distinguished names per rfc4514.
108
1b2a4fac1303 fix title bug with old schema in pst2ldif, also escape commas in distinguished names per rfc4514.
Carl Byington <carl@five-ten-sg.com>
parents: 104
diff changeset
51
104
39ba19372732 many fixes in pst2ldif by Robert Harris
Carl Byington <carl@five-ten-sg.com>
parents: 103
diff changeset
52 LibPST 0.6.20 (2008-10-09)
99
b7f456946c5b add configure option --enable-dii=no to remove dependency on libgd.
Carl Byington <carl@five-ten-sg.com>
parents: 96
diff changeset
53 ===============================
120
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
54 * add configure option --enable-dii=no to remove dependency on libgd.
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
55 * many fixes in pst2ldif by Robert Harris.
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
56 * add -D option to include deleted items, from Justin Greer
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
57 * fix from Justin Greer to add missing email headers
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
58 * fix from Justin Greer for my_stristr()
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
59 * fix for orphan children when building descriptor tree
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
60 * avoid writing uninitialized data to debug log file
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
61 * remove unreachable code
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
62 * create dummy top-of-folder descriptor if needed for corrupt pst files
99
b7f456946c5b add configure option --enable-dii=no to remove dependency on libgd.
Carl Byington <carl@five-ten-sg.com>
parents: 96
diff changeset
63
96
2e3ec9511166 update the release notes
Carl Byington <carl@five-ten-sg.com>
parents: 93
diff changeset
64 LibPST 0.6.19 (2008-09-14)
2e3ec9511166 update the release notes
Carl Byington <carl@five-ten-sg.com>
parents: 93
diff changeset
65 ===============================
120
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
66 * Fix base64 encoding that could create long lines
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
67 * Initial work on a .so shared library from Bharath Acharya.
96
2e3ec9511166 update the release notes
Carl Byington <carl@five-ten-sg.com>
parents: 93
diff changeset
68
93
cb14583c119a iconv changes for Mac
Carl Byington <carl@five-ten-sg.com>
parents: 90
diff changeset
69 LibPST 0.6.18 (2008-08-28)
cb14583c119a iconv changes for Mac
Carl Byington <carl@five-ten-sg.com>
parents: 90
diff changeset
70 ===============================
120
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
71 * Fixes for iconv on Mac from Justin Greer.
93
cb14583c119a iconv changes for Mac
Carl Byington <carl@five-ten-sg.com>
parents: 90
diff changeset
72
90
631d02d30a1c More fixes for 32/64 bit portability on big endian ppc.
Carl Byington <carl@five-ten-sg.com>
parents: 88
diff changeset
73 LibPST 0.6.17 (2008-08-05)
631d02d30a1c More fixes for 32/64 bit portability on big endian ppc.
Carl Byington <carl@five-ten-sg.com>
parents: 88
diff changeset
74 ===============================
120
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
75 * More fixes for 32/64 bit portability on big endian ppc.
90
631d02d30a1c More fixes for 32/64 bit portability on big endian ppc.
Carl Byington <carl@five-ten-sg.com>
parents: 88
diff changeset
76
88
c664302d1606 release 0.6.16
Carl Byington <carl@five-ten-sg.com>
parents: 87
diff changeset
77 LibPST 0.6.16 (2008-08-05)
87
3ec5ad97e926 Use inttypes.h for portable printing of 64 bit items.
Carl Byington <carl@five-ten-sg.com>
parents: 85
diff changeset
78 ===============================
120
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
79 * Use inttypes.h for portable printing of 64 bit items.
87
3ec5ad97e926 Use inttypes.h for portable printing of 64 bit items.
Carl Byington <carl@five-ten-sg.com>
parents: 85
diff changeset
80
85
582e927756d3 Patch from Robert Simpson for file handle leak in error case.
Carl Byington <carl@five-ten-sg.com>
parents: 82
diff changeset
81 LibPST 0.6.15 (2008-07-30)
87
3ec5ad97e926 Use inttypes.h for portable printing of 64 bit items.
Carl Byington <carl@five-ten-sg.com>
parents: 85
diff changeset
82 ===============================
120
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
83 * Patch from Robert Simpson for file handle leak in error case.
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
84 * Fix for missing length on lz decompression, bug found by Chris White.
85
582e927756d3 Patch from Robert Simpson for file handle leak in error case.
Carl Byington <carl@five-ten-sg.com>
parents: 82
diff changeset
85
82
b370d9e8aa10 Fix my mistake in debian packaging.
Carl Byington <carl@five-ten-sg.com>
parents: 79
diff changeset
86 LibPST 0.6.14 (2008-06-15)
b370d9e8aa10 Fix my mistake in debian packaging.
Carl Byington <carl@five-ten-sg.com>
parents: 79
diff changeset
87 ===============================
120
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
88 * Fix my mistake in debian packaging.
82
b370d9e8aa10 Fix my mistake in debian packaging.
Carl Byington <carl@five-ten-sg.com>
parents: 79
diff changeset
89
79
56fa05fd5271 Patch from Robert Simpson for encryption type 2.
Carl Byington <carl@five-ten-sg.com>
parents: 78
diff changeset
90 LibPST 0.6.13 (2008-06-13)
56fa05fd5271 Patch from Robert Simpson for encryption type 2.
Carl Byington <carl@five-ten-sg.com>
parents: 78
diff changeset
91 ===============================
120
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
92 * Patch from Robert Simpson for encryption type 2.
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
93 * Fix the order of testing item types to avoid claiming
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
94 there are multiple message stores.
79
56fa05fd5271 Patch from Robert Simpson for encryption type 2.
Carl Byington <carl@five-ten-sg.com>
parents: 78
diff changeset
95
78
535075b4d261 Patch from Joachim Metz for debian packaging, and fix for incorrect length on lz decompression.
Carl Byington <carl@five-ten-sg.com>
parents: 75
diff changeset
96 LibPST 0.6.12 (2008-06-10)
535075b4d261 Patch from Joachim Metz for debian packaging, and fix for incorrect length on lz decompression.
Carl Byington <carl@five-ten-sg.com>
parents: 75
diff changeset
97 ===============================
120
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
98 * Patch from Joachim Metz for debian packaging, and fix
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
99 for incorrect length on lz decompression.
78
535075b4d261 Patch from Joachim Metz for debian packaging, and fix for incorrect length on lz decompression.
Carl Byington <carl@five-ten-sg.com>
parents: 75
diff changeset
100
75
987aa872294e Use ftello/fseeko to properly handle large files.
Carl Byington <carl@five-ten-sg.com>
parents: 73
diff changeset
101 LibPST 0.6.11 (2008-06-03)
987aa872294e Use ftello/fseeko to properly handle large files.
Carl Byington <carl@five-ten-sg.com>
parents: 73
diff changeset
102 ===============================
120
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
103 * Use ftello/fseeko to properly handle large files.
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
104 * Document and properly use datasize field in b5 blocks.
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
105 * Fix some MSVC compile issues and collect MSVC dependencies into one place.
75
987aa872294e Use ftello/fseeko to properly handle large files.
Carl Byington <carl@five-ten-sg.com>
parents: 73
diff changeset
106
73
3cb02cb1e6cd Patch from Robert Simpson to fix doubly-linked list in the cache_ptr code, and allow arrays of unicode strings (without converting them).
Carl Byington <carl@five-ten-sg.com>
parents: 71
diff changeset
107 LibPST 0.6.10 (2008-05-29)
3cb02cb1e6cd Patch from Robert Simpson to fix doubly-linked list in the cache_ptr code, and allow arrays of unicode strings (without converting them).
Carl Byington <carl@five-ten-sg.com>
parents: 71
diff changeset
108 ===============================
120
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
109 * Patch from Robert Simpson <rsimpson@idiscoverglobal.com>
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
110 fix doubly-linked list in the cache_ptr code, and allow
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
111 arrays of unicode strings (without converting them).
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
112 * More changes for Fedora packaging (#434727)
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
113 * Fixes for const correctness.
73
3cb02cb1e6cd Patch from Robert Simpson to fix doubly-linked list in the cache_ptr code, and allow arrays of unicode strings (without converting them).
Carl Byington <carl@five-ten-sg.com>
parents: 71
diff changeset
114
3cb02cb1e6cd Patch from Robert Simpson to fix doubly-linked list in the cache_ptr code, and allow arrays of unicode strings (without converting them).
Carl Byington <carl@five-ten-sg.com>
parents: 71
diff changeset
115 LibPST 0.6.9 (2008-05-16)
70
b12f4e50e2e8 Patch from Joachim Metz <joachim.metz@gmail.com> for 64 bit compile.
Carl Byington <carl@five-ten-sg.com>
parents: 67
diff changeset
116 ===============================
120
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
117 * Patch from Joachim Metz <joachim.metz@gmail.com> for 64 bit
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
118 compile.
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
119 * Signed/unsigned cleanup from 'CFLAGS=-Wextra ./configure'.
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
120 * Reindent vbuf.c to make it readable.
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
121 * Fix pst format documentation for 8 byte backpointers.
70
b12f4e50e2e8 Patch from Joachim Metz <joachim.metz@gmail.com> for 64 bit compile.
Carl Byington <carl@five-ten-sg.com>
parents: 67
diff changeset
122
67
90aa7814ad1f Initial version of pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 64
diff changeset
123 LibPST 0.6.8 (2008-03-05)
63
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 61
diff changeset
124 ===============================
120
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
125 * Initial version of pst2dii to convert to Summation dii load file format.
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
126 * Changes for Fedora packaging (#434727)
63
cfd6175f9334 Start work on pst2dii to convert to Summation dii load file format.
Carl Byington <carl@five-ten-sg.com>
parents: 61
diff changeset
127
60
97b7706bdda2 Work around bogus 7c.b5 blocks in some messages that have been read.
Carl Byington <carl@five-ten-sg.com>
parents: 59
diff changeset
128 LibPST 0.6.7 (2008-02-16)
59
7d5c637aaafb General cleanup and code fixes.
Carl Byington <carl@five-ten-sg.com>
parents: 54
diff changeset
129 ===============================
120
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
130 * Work around bogus 7c.b5 blocks in some messages that have been
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
131 read. They appear to have attachments, but of some unknown format.
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
132 Before the message was read, it did not have any attachments.
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
133 * Use autoscan to cleanup our autoconf system.
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
134 * Use autoconf to detect when we need to use our XGetopt files
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
135 and other header files.
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
136 * More fields, including BCC.
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
137 * Fix missing LE32_CPU byte swapping for FILETIME types.
59
7d5c637aaafb General cleanup and code fixes.
Carl Byington <carl@five-ten-sg.com>
parents: 54
diff changeset
138
54
e109391424b5 some misc. cleanup and convert to mercurial source control
carl@ns.five-ten-sg.com
parents: 52
diff changeset
139 LibPST 0.6.6 (2008-01-31)
52
034641c26ab9 code cleanup
carl
parents: 51
diff changeset
140 ===============================
120
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
141 * More code cleanup, removing unnecessary null terminations on
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
142 binary buffers. All pst file reads now go thru one function.
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
143 Logging all pst reads to detect cases where we read the same data
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
144 multiple times - discovers node sizes are actually 512 bytes.
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
145 * Switch from cvs to mercurial source control.
52
034641c26ab9 code cleanup
carl
parents: 51
diff changeset
146
51
06c0262ad689 code cleanup
carl
parents: 50
diff changeset
147 LibPST 0.6.5 (2008-01-22)
06c0262ad689 code cleanup
carl
parents: 50
diff changeset
148 ===============================
120
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
149 * More code cleanup, removing obsolete code. All the boolean flags
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
150 of type 0xb have length 4, so these are all 32 bits in the file.
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
151 Libpst treats them all as 16 bits, but at least we are consistent.
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
152 * More fields decoded - for example, see
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
153 <http://msdn2.microsoft.com/en-us/library/aa454925.aspx>
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
154 We should be able to use that data for much more complete decoding.
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
155 * Move the rpm group to Applications/Productivity consistent with
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
156 Evolution.
51
06c0262ad689 code cleanup
carl
parents: 50
diff changeset
157
49
17654fbdf76b more fixes for 64 bit format
carl
parents: 48
diff changeset
158 LibPST 0.6.4 (2008-01-19)
48
f66078abed38 more fixes for 64 bit format
carl
parents: 47
diff changeset
159 ===============================
120
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
160 * More fixes for Outlook 2003 64 bit parsing. We observed cases of
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
161 compressed RTF bodies (type 0x1009) with zero length.
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
162 * Document type 0x0101 descriptor blocks and process them.
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
163 * Fix large file support - we need to include config.h before any
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
164 standard headers.
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
165 * Merge following changes from svn snapshot from Alioth:
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
166 * Add new fields to appointment for recurring events
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
167 (SourceForge #304198)
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
168 * Map IPM.Task items to PST_TYPE_TASK.
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
169 * Applied patch to remove compiler warnings, thanks!
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
170 (SourceForge #304314)
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
171 * Fix crash with unknown reference type
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
172 * Fix more memory issues detected by valgrind
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
173 * lspst - add usage mesage and option parsing using getopt
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
174 (SourceForge #304199)
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
175 * Fix crash caused by invalid free calls
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
176 * Fix crash when email subject is empty
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
177 * Fix memory and information leak in hex debug dump
48
f66078abed38 more fixes for 64 bit format
carl
parents: 47
diff changeset
178
47
5fb8d997feed more fixes for 64 bit format
carl
parents: 46
diff changeset
179 LibPST 0.6.3 (2008-01-13)
5fb8d997feed more fixes for 64 bit format
carl
parents: 46
diff changeset
180 ===============================
120
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
181 * More type consistency issues found by splint.
47
5fb8d997feed more fixes for 64 bit format
carl
parents: 46
diff changeset
182
46
b2a7f2e0926a more fixes for 64 bit format
carl
parents: 43
diff changeset
183 LibPST 0.6.2 (2008-01-12)
b2a7f2e0926a more fixes for 64 bit format
carl
parents: 43
diff changeset
184 ===============================
120
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
185 * More fixes for Outlook 2003 64 bit parsing.
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
186 * All buffer sizes changed to size_t, all file offsets changed to off_t,
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
187 all function names start with pst_, many other type consistency issues
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
188 found by splint. Many changes to #llx in debug printing for 64 bit items.
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
189 All id values are now uint64_t.
46
b2a7f2e0926a more fixes for 64 bit format
carl
parents: 43
diff changeset
190
43
f6db1f060a95 start on outlook 2003 64 bit format
carl
parents: 41
diff changeset
191 LibPST 0.6.1 (2008-01-06)
f6db1f060a95 start on outlook 2003 64 bit format
carl
parents: 41
diff changeset
192 ===============================
120
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
193 * Outlook 2003 64 bit parsing. Some documentation from Alexander Grau
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
194 <alexandergrau@gmx.de> and patches from Sean Loaring <sloaring@tec-man.com>.
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
195 * fix from Antonio Palama <palama@inwind.it> for email items
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
196 that happen to have item->contact non null, and were being processed
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
197 as contacts.
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
198 * Add large file support so we can read .pst files larger than 2gb.
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
199 * Change lspst to be similar to readpst, properly using recursion to walk
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
200 the tree, and testing item types. Add a man page for lspst.
43
f6db1f060a95 start on outlook 2003 64 bit format
carl
parents: 41
diff changeset
201
41
183ae993b9ad security fix for potential buffer overrun in lz decompress
carl
parents: 40
diff changeset
202 LibPST 0.5.12 (2007-10-02)
183ae993b9ad security fix for potential buffer overrun in lz decompress
carl
parents: 40
diff changeset
203 ===============================
120
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
204 * security fix from Brad Hards <bradh@frogmouth.net> for buffer
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
205 overruns in liv-zemple decoding for corrupted or malicious pst files.
41
183ae993b9ad security fix for potential buffer overrun in lz decompress
carl
parents: 40
diff changeset
206
40
be6d5329cc01 fix unitialized variable
carl
parents: 39
diff changeset
207 LibPST 0.5.11 (2007-08-24)
be6d5329cc01 fix unitialized variable
carl
parents: 39
diff changeset
208 ===============================
120
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
209 * fix from Stevens Miller <smiller@novadatalabs.com>
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
210 for unitialized variable.
40
be6d5329cc01 fix unitialized variable
carl
parents: 39
diff changeset
211
39
2ad7ef0a3c4f more valgrind fixes
carl
parents: 38
diff changeset
212 LibPST 0.5.10 (2007-08-20)
2ad7ef0a3c4f more valgrind fixes
carl
parents: 38
diff changeset
213 ===============================
120
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
214 * fix yet more valgrind errors - finally have a clean memory check.
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
215 * restructure readpst.c for proper recursive tree walk.
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
216 * buffer overrun test was backwards, introduced at 0.5.6
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
217 * fix broken email attachments, introduced at 0.5.6
39
2ad7ef0a3c4f more valgrind fixes
carl
parents: 38
diff changeset
218
38
f5c024aa1dc5 more valgrind fixes
carl
parents: 37
diff changeset
219 LibPST 0.5.9 (2007-08-12)
f5c024aa1dc5 more valgrind fixes
carl
parents: 37
diff changeset
220 ===============================
120
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
221 * fix more valgrind errors.
38
f5c024aa1dc5 more valgrind fixes
carl
parents: 37
diff changeset
222
37
ddfb25318812 more valgrind fixes
carl
parents: 36
diff changeset
223 LibPST 0.5.8 (2007-08-10)
ddfb25318812 more valgrind fixes
carl
parents: 36
diff changeset
224 ===============================
120
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
225 * fix more valgrind errors. lzfu_decompress needs to return the
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
226 actual buffer size, since the lz header overestimates the size.
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
227 This caused base64_encode to encode undefined bytes into the
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
228 email attachment.
37
ddfb25318812 more valgrind fixes
carl
parents: 36
diff changeset
229
36
6fe121a971c9 valgrind fixes
carl
parents: 35
diff changeset
230 LibPST 0.5.7 (2007-08-09)
6fe121a971c9 valgrind fixes
carl
parents: 35
diff changeset
231 ===============================
120
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
232 * fix valgrind errors, using uninitialized data.
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
233 * improve debug logging and readpstlog for indented listings.
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
234 * cleanup documentation.
36
6fe121a971c9 valgrind fixes
carl
parents: 35
diff changeset
235
35
b2f247463b83 better decoding of 7c blocks
carl
parents: 34
diff changeset
236 LibPST 0.5.6 (2007-07-15)
b2f247463b83 better decoding of 7c blocks
carl
parents: 34
diff changeset
237 ===============================
120
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
238 * Fix to allow very small pst files with only one node in the
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
239 tree. We were mixing signed/unsigned types in comparisons.
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
240 * More progress decoding the basic structure 7c blocks. Many
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
241 four byte values may be ID2 indices with data outside the buffer.
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
242 * Start using doxygen to generate internal documentation.
34
07177825c91b fix signed/unsigned to allow very small pst files with only leaf nodes
carl
parents: 31
diff changeset
243
31
b88ceb81dba2 mege changes from Joe Nahmias
carl
parents: 30
diff changeset
244 LibPST 0.5.5 (2007-07-10)
b88ceb81dba2 mege changes from Joe Nahmias
carl
parents: 30
diff changeset
245 ===============================
120
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
246 * merge the following changes from Joe Nahmias version:
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
247 * Lots of memory fixes. Thanks to Nigel Horne for his assistance
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
248 tracking these down!
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
249 * Fixed creation of vCards from contacts, thanks to Nigel Horne for
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
250 his help with this!
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
251 * fix for MIME multipart/alternative attachments.
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
252 * added -c options to readpst manpage.
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
253 * use 8.3 attachment filename if long filename isn't available.
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
254 * new -b option to skip rtf-body.rtf attachments.
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
255 * fix format of From header lines in mbox files.
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
256 * Add more appointment fields, thanks to Chris Halls for tracking
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
257 them down!
31
b88ceb81dba2 mege changes from Joe Nahmias
carl
parents: 30
diff changeset
258
30
45eccad4b606 more cleanup from Arne, document 7c block format
carl
parents: 24
diff changeset
259 LibPST 0.5.4 (2006-02-25)
45eccad4b606 more cleanup from Arne, document 7c block format
carl
parents: 24
diff changeset
260 ===============================
120
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
261 * patches from Arne, adding MH mode, remove leading zeros
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
262 from the generated numbered filenames starting with one
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
263 rather than zero. Miscellaneous code cleanup.
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
264 * document the "7c" descriptor block format.
30
45eccad4b606 more cleanup from Arne, document 7c block format
carl
parents: 24
diff changeset
265
24
f4643b609bdf switch to automake/autoconf
carl
parents: 16
diff changeset
266 LibPST 0.5.3 (2006-02-20)
16
c508ee15dfca switch to automake/autoconf
carl
parents: 12
diff changeset
267 ===============================
120
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
268 * switch to gnu autoconf/automake. This breaks the MS VC++ projects
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
269 since the source code is now in the src subdirectory.
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
270 * documentation switched to xml, building man pages and html
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
271 from the master xml copy.
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
272 * include rpm .spec file for building src and binary rpms.
16
c508ee15dfca switch to automake/autoconf
carl
parents: 12
diff changeset
273
12
3f627519a92d properly ignore (second block zero) errors. that will just drop some unknown attachments, but the rest of the data is still found
carl
parents: 11
diff changeset
274 LibPST 0.5.2 (2006-02-18)
11
bf12a9d4524c more code cleanup
carl
parents: 3
diff changeset
275 ===============================
120
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
276 * Added pst2ldif to convert the contacts to ldif format for import
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
277 into ldap databases.
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
278 * Major changes to libpst.c to properly use the node depth values
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
279 from the b-tree nodes. We also use the item count values in the nodes
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
280 rather than trying to guess how many items are active.
6395ced2b8b2 disable building pst2dii on cygwin
Carl Byington <carl@five-ten-sg.com>
parents: 118
diff changeset
281 * Cleanup whitespace - using tabs for every four columns.
11
bf12a9d4524c more code cleanup
carl
parents: 3
diff changeset
282
3
fac01758bd41 Initial revision
carl
parents:
diff changeset
283 LibPST 0.5.1 (17 November 2004)
fac01758bd41 Initial revision
carl
parents:
diff changeset
284 ===============================
fac01758bd41 Initial revision
carl
parents:
diff changeset
285
fac01758bd41 Initial revision
carl
parents:
diff changeset
286 Well, alot has happened since the last release of libpst.
fac01758bd41 Initial revision
carl
parents:
diff changeset
287
fac01758bd41 Initial revision
carl
parents:
diff changeset
288 Release / Management:
fac01758bd41 Initial revision
carl
parents:
diff changeset
289
11
bf12a9d4524c more code cleanup
carl
parents: 3
diff changeset
290 * The project has forked! The new maintainer is Joseph Nahmias.
bf12a9d4524c more code cleanup
carl
parents: 3
diff changeset
291 * We have changed hosting sites, thanks to sourceforge for hosting
bf12a9d4524c more code cleanup
carl
parents: 3
diff changeset
292 to this point. From this point forward we will be using
bf12a9d4524c more code cleanup
carl
parents: 3
diff changeset
293 alioth.debian.org.
bf12a9d4524c more code cleanup
carl
parents: 3
diff changeset
294 * The project is now using SubVersioN for source control. You can
bf12a9d4524c more code cleanup
carl
parents: 3
diff changeset
295 get the latest code by running:
bf12a9d4524c more code cleanup
carl
parents: 3
diff changeset
296 svn co svn://svn.debian.org/svn/libpst/trunk .
bf12a9d4524c more code cleanup
carl
parents: 3
diff changeset
297 * See
bf12a9d4524c more code cleanup
carl
parents: 3
diff changeset
298 <http://lists.alioth.debian.org/pipermail/libpst-devel/2004-November/000000.html>
bf12a9d4524c more code cleanup
carl
parents: 3
diff changeset
299 for more information.
3
fac01758bd41 Initial revision
carl
parents:
diff changeset
300
fac01758bd41 Initial revision
carl
parents:
diff changeset
301 Code Changes:
fac01758bd41 Initial revision
carl
parents:
diff changeset
302
11
bf12a9d4524c more code cleanup
carl
parents: 3
diff changeset
303 * Added lspst program to list items in a PST. Still incomplete.
bf12a9d4524c more code cleanup
carl
parents: 3
diff changeset
304 * Added vim folding markers to readpst.c
bf12a9d4524c more code cleanup
carl
parents: 3
diff changeset
305 * avoid the pseudo-prologue that MS prepends to the email headers
bf12a9d4524c more code cleanup
carl
parents: 3
diff changeset
306 * fix build on msvc, since it doesn't have sys/param.h
bf12a9d4524c more code cleanup
carl
parents: 3
diff changeset
307 * Re-vamped Makefile:
bf12a9d4524c more code cleanup
carl
parents: 3
diff changeset
308 * Only define CFLAGS in Makefileif missing
bf12a9d4524c more code cleanup
carl
parents: 3
diff changeset
309 * fixed {un,}install targets in Makefile
bf12a9d4524c more code cleanup
carl
parents: 3
diff changeset
310 * Fixed up build process in Makefile
bf12a9d4524c more code cleanup
carl
parents: 3
diff changeset
311 * Added mozilla conversion script from David Binard
bf12a9d4524c more code cleanup
carl
parents: 3
diff changeset
312 * Fixed bogus creation of readpst.log on every invocation
bf12a9d4524c more code cleanup
carl
parents: 3
diff changeset
313 * escaped dashes and apostrophe in manpages
bf12a9d4524c more code cleanup
carl
parents: 3
diff changeset
314 * Updated TODO
bf12a9d4524c more code cleanup
carl
parents: 3
diff changeset
315 * added manpages from debian pkg
bf12a9d4524c more code cleanup
carl
parents: 3
diff changeset
316 * fix escaped-string length count to consider '\n',
bf12a9d4524c more code cleanup
carl
parents: 3
diff changeset
317 thanks to Paul Bakker <bakker@fox-it.com>.
bf12a9d4524c more code cleanup
carl
parents: 3
diff changeset
318 * ensure there's a blank line between header and body
bf12a9d4524c more code cleanup
carl
parents: 3
diff changeset
319 patch from <johnh@aproposretail.com> (SourceForge #890745).
bf12a9d4524c more code cleanup
carl
parents: 3
diff changeset
320 * Apply accumulated endian-related patches
bf12a9d4524c more code cleanup
carl
parents: 3
diff changeset
321 * Removed unused files, upstream's debian/ dir
3
fac01758bd41 Initial revision
carl
parents:
diff changeset
322
fac01758bd41 Initial revision
carl
parents:
diff changeset
323 -- Joe Nahmias <joe@nahmias.net>
fac01758bd41 Initial revision
carl
parents:
diff changeset
324
fac01758bd41 Initial revision
carl
parents:
diff changeset
325 LibPST v0.5
fac01758bd41 Initial revision
carl
parents:
diff changeset
326 ===========
fac01758bd41 Initial revision
carl
parents:
diff changeset
327
fac01758bd41 Initial revision
carl
parents:
diff changeset
328 It is with GREAT relief that I bring you version 0.5 of the LibPST tools!
fac01758bd41 Initial revision
carl
parents:
diff changeset
329
fac01758bd41 Initial revision
carl
parents:
diff changeset
330 Through great difficulties, this tool has survived and expanded to become even
fac01758bd41 Initial revision
carl
parents:
diff changeset
331 better.
fac01758bd41 Initial revision
carl
parents:
diff changeset
332
fac01758bd41 Initial revision
carl
parents:
diff changeset
333 The changes are as follows:
fac01758bd41 Initial revision
carl
parents:
diff changeset
334 * RTF support. We can now decompress RTF bodies in emails, and are saved as attachments
fac01758bd41 Initial revision
carl
parents:
diff changeset
335 * Better support in reading the indexes. Fixed many bugs with them
fac01758bd41 Initial revision
carl
parents:
diff changeset
336 * Improved reliability. "Now we are getting somewhere!"
fac01758bd41 Initial revision
carl
parents:
diff changeset
337 * Improved compiling. Hopefully we won't be hitting too many compile errors now.
fac01758bd41 Initial revision
carl
parents:
diff changeset
338 * vCard handling. Contacts are now exported as vCard entries.
fac01758bd41 Initial revision
carl
parents:
diff changeset
339 * vEvent handling. Support has begun on exporting Calendar entries as events
fac01758bd41 Initial revision
carl
parents:
diff changeset
340 * Support for Journal entries has also begun
fac01758bd41 Initial revision
carl
parents:
diff changeset
341
fac01758bd41 Initial revision
carl
parents:
diff changeset
342 If you have any problems with this release, don't hesitate to contact me.
fac01758bd41 Initial revision
carl
parents:
diff changeset
343
fac01758bd41 Initial revision
carl
parents:
diff changeset
344 These changes come to you, as always, free under the GPL license!! What a wonderful
fac01758bd41 Initial revision
carl
parents:
diff changeset
345 thing it is. It does mean that you can write your own program off of this library
fac01758bd41 Initial revision
carl
parents:
diff changeset
346 and distribute it also for free. However, anyone with commercial interests for
fac01758bd41 Initial revision
carl
parents:
diff changeset
347 developing applications they will be charging for are encouraged to get in touch
fac01758bd41 Initial revision
carl
parents:
diff changeset
348 with me, as I am sure we can come to some arrangement.
fac01758bd41 Initial revision
carl
parents:
diff changeset
349
fac01758bd41 Initial revision
carl
parents:
diff changeset
350 Dave Smith
fac01758bd41 Initial revision
carl
parents:
diff changeset
351 <dave.s@earthcorp.com>
fac01758bd41 Initial revision
carl
parents:
diff changeset
352
fac01758bd41 Initial revision
carl
parents:
diff changeset
353 LibPST v0.4.3
fac01758bd41 Initial revision
carl
parents:
diff changeset
354 =============
fac01758bd41 Initial revision
carl
parents:
diff changeset
355
fac01758bd41 Initial revision
carl
parents:
diff changeset
356 Bug fix release. No extra functionality
fac01758bd41 Initial revision
carl
parents:
diff changeset
357
fac01758bd41 Initial revision
carl
parents:
diff changeset
358 Dave Smith
fac01758bd41 Initial revision
carl
parents:
diff changeset
359 <dave.s@earthcorp.com>
fac01758bd41 Initial revision
carl
parents:
diff changeset
360
fac01758bd41 Initial revision
carl
parents:
diff changeset
361 LibPST v0.4.2
fac01758bd41 Initial revision
carl
parents:
diff changeset
362 =============
fac01758bd41 Initial revision
carl
parents:
diff changeset
363
fac01758bd41 Initial revision
carl
parents:
diff changeset
364 The debug system has had an overhaul. The debug messages are no longer
fac01758bd41 Initial revision
carl
parents:
diff changeset
365 printed to the screen when they are enabled. They are dumped to a
fac01758bd41 Initial revision
carl
parents:
diff changeset
366 binary file. There is another utility called "readlog" that I have
fac01758bd41 Initial revision
carl
parents:
diff changeset
367 written to handle these log files. It should make it easier to
fac01758bd41 Initial revision
carl
parents:
diff changeset
368 selectively view bits of a log file. It also shows the position that
fac01758bd41 Initial revision
carl
parents:
diff changeset
369 the log message was printed from.
fac01758bd41 Initial revision
carl
parents:
diff changeset
370
fac01758bd41 Initial revision
carl
parents:
diff changeset
371 There is a new switch in readpst. It is -d. It enables the user to
fac01758bd41 Initial revision
carl
parents:
diff changeset
372 specify the log file which the binary log is written to. If the switch
fac01758bd41 Initial revision
carl
parents:
diff changeset
373 isn't used, the default file of "readpst.log" is used.
fac01758bd41 Initial revision
carl
parents:
diff changeset
374
fac01758bd41 Initial revision
carl
parents:
diff changeset
375 The code is now Visual C++ compatible. It has compiled on Visual C++
fac01758bd41 Initial revision
carl
parents:
diff changeset
376 .net Standard edition, and produces the readpst.exe file. Use the project
fac01758bd41 Initial revision
carl
parents:
diff changeset
377 file included in this distribution.
fac01758bd41 Initial revision
carl
parents:
diff changeset
378
fac01758bd41 Initial revision
carl
parents:
diff changeset
379 There have been minor improvements elsewhere too.
fac01758bd41 Initial revision
carl
parents:
diff changeset
380
fac01758bd41 Initial revision
carl
parents:
diff changeset
381
fac01758bd41 Initial revision
carl
parents:
diff changeset
382 LibPST v0.4.1
fac01758bd41 Initial revision
carl
parents:
diff changeset
383 =============
fac01758bd41 Initial revision
carl
parents:
diff changeset
384
fac01758bd41 Initial revision
carl
parents:
diff changeset
385 Fixed a couple more bugs. Is it me or do bugs just insert themselves
fac01758bd41 Initial revision
carl
parents:
diff changeset
386 in random, hard to find places!
fac01758bd41 Initial revision
carl
parents:
diff changeset
387
fac01758bd41 Initial revision
carl
parents:
diff changeset
388 Cured a few problems with regard to emails with multiple embeded
fac01758bd41 Initial revision
carl
parents:
diff changeset
389 items. They are not fully re-created using Mime-types, but are
fac01758bd41 Initial revision
carl
parents:
diff changeset
390 accessible with the -S switch (which saves everything as seperate
fac01758bd41 Initial revision
carl
parents:
diff changeset
391 items)
fac01758bd41 Initial revision
carl
parents:
diff changeset
392
fac01758bd41 Initial revision
carl
parents:
diff changeset
393 Fixed a problem reading the first index. Back sliders are now
fac01758bd41 Initial revision
carl
parents:
diff changeset
394 detected. (ie when the value following the current one is smaller, not
fac01758bd41 Initial revision
carl
parents:
diff changeset
395 bigger!)
fac01758bd41 Initial revision
carl
parents:
diff changeset
396
fac01758bd41 Initial revision
carl
parents:
diff changeset
397 Added some error messages when we try and read outside of the PST
fac01758bd41 Initial revision
carl
parents:
diff changeset
398 file, this was causing a few problems before, cause the return value
fac01758bd41 Initial revision
carl
parents:
diff changeset
399 wasn't always checked, so it was possible to be reading random data,
fac01758bd41 Initial revision
carl
parents:
diff changeset
400 and trying to make sense of it!
fac01758bd41 Initial revision
carl
parents:
diff changeset
401
fac01758bd41 Initial revision
carl
parents:
diff changeset
402 Anyway, if you find any problems, don't hesitate to mail me
fac01758bd41 Initial revision
carl
parents:
diff changeset
403
fac01758bd41 Initial revision
carl
parents:
diff changeset
404 Dave Smith
fac01758bd41 Initial revision
carl
parents:
diff changeset
405 <dave.s@earthcorp.com>
fac01758bd41 Initial revision
carl
parents:
diff changeset
406
fac01758bd41 Initial revision
carl
parents:
diff changeset
407 LibPST v0.4
fac01758bd41 Initial revision
carl
parents:
diff changeset
408 ===========
fac01758bd41 Initial revision
carl
parents:
diff changeset
409
fac01758bd41 Initial revision
carl
parents:
diff changeset
410 Fixed a nasty bug that occasionally corrupted attachments. Another bug
fac01758bd41 Initial revision
carl
parents:
diff changeset
411 with regard to reading of indexes (also occasional).
fac01758bd41 Initial revision
carl
parents:
diff changeset
412
fac01758bd41 Initial revision
carl
parents:
diff changeset
413 Another output method has been added which is called "Seperate". It is
fac01758bd41 Initial revision
carl
parents:
diff changeset
414 activated with the -S switch. It operates in the following manor:
fac01758bd41 Initial revision
carl
parents:
diff changeset
415
fac01758bd41 Initial revision
carl
parents:
diff changeset
416 |--Inbox-->000000
11
bf12a9d4524c more code cleanup
carl
parents: 3
diff changeset
417 | 000001
bf12a9d4524c more code cleanup
carl
parents: 3
diff changeset
418 | 000002
3
fac01758bd41 Initial revision
carl
parents:
diff changeset
419 |--Sentmail-->0000000
11
bf12a9d4524c more code cleanup
carl
parents: 3
diff changeset
420 | 0000001
bf12a9d4524c more code cleanup
carl
parents: 3
diff changeset
421 | 0000002
3
fac01758bd41 Initial revision
carl
parents:
diff changeset
422
fac01758bd41 Initial revision
carl
parents:
diff changeset
423 All the emails are stored in seperate files counting from 0 upwards,
fac01758bd41 Initial revision
carl
parents:
diff changeset
424 in a folder named as the PST folder.
fac01758bd41 Initial revision
carl
parents:
diff changeset
425
fac01758bd41 Initial revision
carl
parents:
diff changeset
426 When an email has an attachment, it is saved as a seperate file. The
fac01758bd41 Initial revision
carl
parents:
diff changeset
427 filename for the attachment is made up of 2 parts, the first is the
fac01758bd41 Initial revision
carl
parents:
diff changeset
428 email number to which it belongs, the second is its filename.
fac01758bd41 Initial revision
carl
parents:
diff changeset
429
fac01758bd41 Initial revision
carl
parents:
diff changeset
430 The should now be runnable on big-endian machines, if the define.h
fac01758bd41 Initial revision
carl
parents:
diff changeset
431 file is first modified. The #define LITTLE_ENDIAN must be commented
fac01758bd41 Initial revision
carl
parents:
diff changeset
432 out, and the #define BIG_ENDIAN must be uncommented.
fac01758bd41 Initial revision
carl
parents:
diff changeset
433
fac01758bd41 Initial revision
carl
parents:
diff changeset
434 More verbose error messages have been added. Apparently people got
fac01758bd41 Initial revision
carl
parents:
diff changeset
435 confused when the program stopped for no visible reason. This has now
fac01758bd41 Initial revision
carl
parents:
diff changeset
436 been resolved.
fac01758bd41 Initial revision
carl
parents:
diff changeset
437
fac01758bd41 Initial revision
carl
parents:
diff changeset
438 Thanks for the continued support of all people involved.
fac01758bd41 Initial revision
carl
parents:
diff changeset
439
fac01758bd41 Initial revision
carl
parents:
diff changeset
440 Dave Smith
fac01758bd41 Initial revision
carl
parents:
diff changeset
441 <dave.s@earthcorp.com>
fac01758bd41 Initial revision
carl
parents:
diff changeset
442
fac01758bd41 Initial revision
carl
parents:
diff changeset
443 Libpst v0.3.4
fac01758bd41 Initial revision
carl
parents:
diff changeset
444 =============
fac01758bd41 Initial revision
carl
parents:
diff changeset
445
fac01758bd41 Initial revision
carl
parents:
diff changeset
446 Several more fixes. An Infinite loop and incorrect interpreting of
fac01758bd41 Initial revision
carl
parents:
diff changeset
447 item index attributes. Work has started on making the code executable
fac01758bd41 Initial revision
carl
parents:
diff changeset
448 on big endian CPUs. At present it should work with Linux on these
fac01758bd41 Initial revision
carl
parents:
diff changeset
449 CPUs, but I would appreciate it if you could provide feedback with
fac01758bd41 Initial revision
carl
parents:
diff changeset
450 regard to it's performance. I am also working with some other people
fac01758bd41 Initial revision
carl
parents:
diff changeset
451 at make it operate on Solaris.
fac01758bd41 Initial revision
carl
parents:
diff changeset
452
fac01758bd41 Initial revision
carl
parents:
diff changeset
453 A whole load more items are now recognized by the Item records. With
fac01758bd41 Initial revision
carl
parents:
diff changeset
454 more items in Emails and Folders. I haven't got to the Contacts yet.
fac01758bd41 Initial revision
carl
parents:
diff changeset
455
fac01758bd41 Initial revision
carl
parents:
diff changeset
456 Anyway, this is what I would call a minor feature enhancment and
fac01758bd41 Initial revision
carl
parents:
diff changeset
457 bugfix release.
fac01758bd41 Initial revision
carl
parents:
diff changeset
458
fac01758bd41 Initial revision
carl
parents:
diff changeset
459 Dave Smith
fac01758bd41 Initial revision
carl
parents:
diff changeset
460 <dave.s@earthcorp.com>
fac01758bd41 Initial revision
carl
parents:
diff changeset
461
fac01758bd41 Initial revision
carl
parents:
diff changeset
462 LibPST v0.3.3
fac01758bd41 Initial revision
carl
parents:
diff changeset
463 =============
fac01758bd41 Initial revision
carl
parents:
diff changeset
464
fac01758bd41 Initial revision
carl
parents:
diff changeset
465 Fixed several items. Mainly memory leaks. Loads of them! oops..
fac01758bd41 Initial revision
carl
parents:
diff changeset
466
fac01758bd41 Initial revision
carl
parents:
diff changeset
467 I have added a new program, mainly of debugging, which when passed
11
bf12a9d4524c more code cleanup
carl
parents: 3
diff changeset
468 an ID value and a pst file, will extract and decrypt that ID from
3
fac01758bd41 Initial revision
carl
parents:
diff changeset
469 the pst file. I don't see it being a huge attraction, or of much use
fac01758bd41 Initial revision
carl
parents:
diff changeset
470 to most people, but it is another example of writing an application
fac01758bd41 Initial revision
carl
parents:
diff changeset
471 to use the libpst interface.
fac01758bd41 Initial revision
carl
parents:
diff changeset
472
fac01758bd41 Initial revision
carl
parents:
diff changeset
473 Another fix was in the reading of the item index. This has hopefully
fac01758bd41 Initial revision
carl
parents:
diff changeset
474 now been corrected. The result of this bug was that not all the emails
fac01758bd41 Initial revision
carl
parents:
diff changeset
475 in a folder were converted. Hopefully you should have more luck now.
fac01758bd41 Initial revision
carl
parents:
diff changeset
476
fac01758bd41 Initial revision
carl
parents:
diff changeset
477 Dave Smith
fac01758bd41 Initial revision
carl
parents:
diff changeset
478 <dave.s@earthcorp.com>
fac01758bd41 Initial revision
carl
parents:
diff changeset
479
fac01758bd41 Initial revision
carl
parents:
diff changeset
480 LibPST v0.3.2
fac01758bd41 Initial revision
carl
parents:
diff changeset
481 =============
fac01758bd41 Initial revision
carl
parents:
diff changeset
482
fac01758bd41 Initial revision
carl
parents:
diff changeset
483 Quick bugfix release. There was a bug in the decryption of the basic
fac01758bd41 Initial revision
carl
parents:
diff changeset
484 encryption that outlook uses. One byte, 0x6c, was incorrectly decrypted
fac01758bd41 Initial revision
carl
parents:
diff changeset
485 to 0x6c instead of 0xcd. This release fixes this bug. Sorry...
fac01758bd41 Initial revision
carl
parents:
diff changeset
486
fac01758bd41 Initial revision
carl
parents:
diff changeset
487
fac01758bd41 Initial revision
carl
parents:
diff changeset
488 LibPST v0.3.1
fac01758bd41 Initial revision
carl
parents:
diff changeset
489 =============
fac01758bd41 Initial revision
carl
parents:
diff changeset
490
fac01758bd41 Initial revision
carl
parents:
diff changeset
491 Minor improvements. Fixed bug when linking multiple blocks together,
fac01758bd41 Initial revision
carl
parents:
diff changeset
492 so now the linking blocks are not "encrypted" when trying to read
fac01758bd41 Initial revision
carl
parents:
diff changeset
493 them.
fac01758bd41 Initial revision
carl
parents:
diff changeset
494
fac01758bd41 Initial revision
carl
parents:
diff changeset
495
fac01758bd41 Initial revision
carl
parents:
diff changeset
496 LibPST v0.3
fac01758bd41 Initial revision
carl
parents:
diff changeset
497 ===========
fac01758bd41 Initial revision
carl
parents:
diff changeset
498
fac01758bd41 Initial revision
carl
parents:
diff changeset
499 A lot of bug fixing has been done for this release. Testing has been
fac01758bd41 Initial revision
carl
parents:
diff changeset
500 done on the creation of the files by readpst. Better handling of
fac01758bd41 Initial revision
carl
parents:
diff changeset
501 large binaries being extracted from the PST file has been implemented.
fac01758bd41 Initial revision
carl
parents:
diff changeset
502
fac01758bd41 Initial revision
carl
parents:
diff changeset
503 Quite a few reports have come in about not being able to compile on
fac01758bd41 Initial revision
carl
parents:
diff changeset
504 Darwin. This could be down to using macros with variable parameter
fac01758bd41 Initial revision
carl
parents:
diff changeset
505 lists. This has now been changed to use C functions with variable
fac01758bd41 Initial revision
carl
parents:
diff changeset
506 parameters. I hope this fixes a lot of problems.
fac01758bd41 Initial revision
carl
parents:
diff changeset
507
fac01758bd41 Initial revision
carl
parents:
diff changeset
508 Added support for recreating the folder structure into normal
fac01758bd41 Initial revision
carl
parents:
diff changeset
509 directories. For Instance:
fac01758bd41 Initial revision
carl
parents:
diff changeset
510
fac01758bd41 Initial revision
carl
parents:
diff changeset
511 Personal Folders
fac01758bd41 Initial revision
carl
parents:
diff changeset
512 |-Inbox
fac01758bd41 Initial revision
carl
parents:
diff changeset
513 | |-Jokes
fac01758bd41 Initial revision
carl
parents:
diff changeset
514 | |-Meetings
fac01758bd41 Initial revision
carl
parents:
diff changeset
515 |-Send Items
fac01758bd41 Initial revision
carl
parents:
diff changeset
516
fac01758bd41 Initial revision
carl
parents:
diff changeset
517 each folder containing an mbox file with the correct emails for that
fac01758bd41 Initial revision
carl
parents:
diff changeset
518 folder.
fac01758bd41 Initial revision
carl
parents:
diff changeset
519
fac01758bd41 Initial revision
carl
parents:
diff changeset
520 Dave Smith
fac01758bd41 Initial revision
carl
parents:
diff changeset
521 <dave.s@earthcorp.com>
fac01758bd41 Initial revision
carl
parents:
diff changeset
522
fac01758bd41 Initial revision
carl
parents:
diff changeset
523
fac01758bd41 Initial revision
carl
parents:
diff changeset
524 LibPST v0.3 beta1
fac01758bd41 Initial revision
carl
parents:
diff changeset
525 =================
fac01758bd41 Initial revision
carl
parents:
diff changeset
526
fac01758bd41 Initial revision
carl
parents:
diff changeset
527 Again, a shed load of enhancements. More work has been done on the
fac01758bd41 Initial revision
carl
parents:
diff changeset
528 mime creation. A bug has been fixed that was letting part of the
11
bf12a9d4524c more code cleanup
carl
parents: 3
diff changeset
529 attachments that were created disappear.
3
fac01758bd41 Initial revision
carl
parents:
diff changeset
530
fac01758bd41 Initial revision
carl
parents:
diff changeset
531 A major enhancement is that "compressible encryption" support has been
fac01758bd41 Initial revision
carl
parents:
diff changeset
532 added. This was an incredibly simple method to use. It is basically a
fac01758bd41 Initial revision
carl
parents:
diff changeset
533 ceasar cipher. It has been noted by several users already that the PST
fac01758bd41 Initial revision
carl
parents:
diff changeset
534 password that Outlook uses, serves *no purpose*. It is not used to
fac01758bd41 Initial revision
carl
parents:
diff changeset
535 encrypt the PST, it is mearly stored there. This means that the
fac01758bd41 Initial revision
carl
parents:
diff changeset
536 readpst application is able to convert PST files without knowing the
fac01758bd41 Initial revision
carl
parents:
diff changeset
537 password. Microsoft have some explaning to do!
fac01758bd41 Initial revision
carl
parents:
diff changeset
538
fac01758bd41 Initial revision
carl
parents:
diff changeset
539 Output files are now not overwritten if they already exist. This means
fac01758bd41 Initial revision
carl
parents:
diff changeset
540 that if you have two folders in your PST file named "fred", the first
fac01758bd41 Initial revision
carl
parents:
diff changeset
541 one encountered will be named "fred" and the second one will be named
fac01758bd41 Initial revision
carl
parents:
diff changeset
542 "fred00000001". As you can see, there is enough room there for many
fac01758bd41 Initial revision
carl
parents:
diff changeset
543 duplicate names!
fac01758bd41 Initial revision
carl
parents:
diff changeset
544
fac01758bd41 Initial revision
carl
parents:
diff changeset
545 Output filenames are now restricted. Any "/" or "\" characters in the
fac01758bd41 Initial revision
carl
parents:
diff changeset
546 name are replaced with "_". If you find that there are any other
fac01758bd41 Initial revision
carl
parents:
diff changeset
547 characters that need to be changed, could you please make me aware!
fac01758bd41 Initial revision
carl
parents:
diff changeset
548
fac01758bd41 Initial revision
carl
parents:
diff changeset
549 Thanks to Berry Wizard for help with supporting the encryption.
fac01758bd41 Initial revision
carl
parents:
diff changeset
550
fac01758bd41 Initial revision
carl
parents:
diff changeset
551 Thanks to Auke Kok, Carolus Walraven and Yogesh Kumar Guatam for providing debugging
fac01758bd41 Initial revision
carl
parents:
diff changeset
552 information and testing.
fac01758bd41 Initial revision
carl
parents:
diff changeset
553
fac01758bd41 Initial revision
carl
parents:
diff changeset
554 Dave Smith
fac01758bd41 Initial revision
carl
parents:
diff changeset
555 <dave.s@earthcorp.com>
fac01758bd41 Initial revision
carl
parents:
diff changeset
556
fac01758bd41 Initial revision
carl
parents:
diff changeset
557
fac01758bd41 Initial revision
carl
parents:
diff changeset
558 LibPST v0.2 beta1
fac01758bd41 Initial revision
carl
parents:
diff changeset
559 =================
fac01758bd41 Initial revision
carl
parents:
diff changeset
560
fac01758bd41 Initial revision
carl
parents:
diff changeset
561 Hello once more...
fac01758bd41 Initial revision
carl
parents:
diff changeset
562
fac01758bd41 Initial revision
carl
parents:
diff changeset
563 Attachments are now re-created in mime format. The method is very
fac01758bd41 Initial revision
carl
parents:
diff changeset
564 crude and could be prone to over generalisation. Please test this
fac01758bd41 Initial revision
carl
parents:
diff changeset
565 version, and if attachments are not recreated correctly, please send
fac01758bd41 Initial revision
carl
parents:
diff changeset
566 me the email (complete message source) of the original and
fac01758bd41 Initial revision
carl
parents:
diff changeset
567 converted. Cheers.
fac01758bd41 Initial revision
carl
parents:
diff changeset
568
fac01758bd41 Initial revision
carl
parents:
diff changeset
569 I hope this will work for everyone who uses this program, but reality
fac01758bd41 Initial revision
carl
parents:
diff changeset
570 can be very different!
fac01758bd41 Initial revision
carl
parents:
diff changeset
571
fac01758bd41 Initial revision
carl
parents:
diff changeset
572 Let us see how it goes...
fac01758bd41 Initial revision
carl
parents:
diff changeset
573
fac01758bd41 Initial revision
carl
parents:
diff changeset
574 Dave Smith
fac01758bd41 Initial revision
carl
parents:
diff changeset
575 <dave.s@earthcorp.com>
fac01758bd41 Initial revision
carl
parents:
diff changeset
576
fac01758bd41 Initial revision
carl
parents:
diff changeset
577 LibPST v0.2 alpha1
fac01758bd41 Initial revision
carl
parents:
diff changeset
578 ===========
fac01758bd41 Initial revision
carl
parents:
diff changeset
579
fac01758bd41 Initial revision
carl
parents:
diff changeset
580 Hello!
fac01758bd41 Initial revision
carl
parents:
diff changeset
581
fac01758bd41 Initial revision
carl
parents:
diff changeset
582 Some improvements. The internal code has been changed so that
fac01758bd41 Initial revision
carl
parents:
diff changeset
583 attachments are now processed and loaded into the structures. The
fac01758bd41 Initial revision
carl
parents:
diff changeset
584 readpst program is not finished yet. It needs to convert these binary
fac01758bd41 Initial revision
carl
parents:
diff changeset
585 structs into mime data. At present it just saves them to the current
fac01758bd41 Initial revision
carl
parents:
diff changeset
586 directory, overwriting any previous files with the attachment name.
fac01758bd41 Initial revision
carl
parents:
diff changeset
587
11
bf12a9d4524c more code cleanup
carl
parents: 3
diff changeset
588 Improvements over previous version:
3
fac01758bd41 Initial revision
carl
parents:
diff changeset
589 * KMail output is supported - if the "-k" flag is specified, all the
fac01758bd41 Initial revision
carl
parents:
diff changeset
590 directory hierarchy is created using the KMail standard
fac01758bd41 Initial revision
carl
parents:
diff changeset
591 * Lots of bugs and memory leaks fixed
fac01758bd41 Initial revision
carl
parents:
diff changeset
592
fac01758bd41 Initial revision
carl
parents:
diff changeset
593
fac01758bd41 Initial revision
carl
parents:
diff changeset
594 Usage:
fac01758bd41 Initial revision
carl
parents:
diff changeset
595
fac01758bd41 Initial revision
carl
parents:
diff changeset
596 ReadPST v0.2alpha1 implementing LibPST v0.2alpha1
fac01758bd41 Initial revision
carl
parents:
diff changeset
597 Usage: ./readpst [OPTIONS] {PST FILENAME}
fac01758bd41 Initial revision
carl
parents:
diff changeset
598 OPTIONS:
fac01758bd41 Initial revision
carl
parents:
diff changeset
599 -h - Help. This screen
fac01758bd41 Initial revision
carl
parents:
diff changeset
600 -k - KMail. Output in kmail format
fac01758bd41 Initial revision
carl
parents:
diff changeset
601 -o - Output Dir. Directory to write files to. CWD is changed *after* opening pst file
fac01758bd41 Initial revision
carl
parents:
diff changeset
602 -V - Version. Display program version
fac01758bd41 Initial revision
carl
parents:
diff changeset
603
fac01758bd41 Initial revision
carl
parents:
diff changeset
604 If you want to view lots of debug output, modify a line in "define.h"
fac01758bd41 Initial revision
carl
parents:
diff changeset
605 from "//#define DEBUG_ALL" to "#define DEBUG_ALL". It would then be
fac01758bd41 Initial revision
carl
parents:
diff changeset
606 advisable to pipe all output to a log file:
fac01758bd41 Initial revision
carl
parents:
diff changeset
607
fac01758bd41 Initial revision
carl
parents:
diff changeset
608 ./readpst -o out pst_file &> logfile
fac01758bd41 Initial revision
carl
parents:
diff changeset
609
fac01758bd41 Initial revision
carl
parents:
diff changeset
610 Dave Smith
fac01758bd41 Initial revision
carl
parents:
diff changeset
611
fac01758bd41 Initial revision
carl
parents:
diff changeset
612 LibPST v0.1
fac01758bd41 Initial revision
carl
parents:
diff changeset
613 ===========
fac01758bd41 Initial revision
carl
parents:
diff changeset
614
fac01758bd41 Initial revision
carl
parents:
diff changeset
615 Hi Folks!
fac01758bd41 Initial revision
carl
parents:
diff changeset
616
fac01758bd41 Initial revision
carl
parents:
diff changeset
617 This has been a long, hard slog, but I now feel that I have got
fac01758bd41 Initial revision
carl
parents:
diff changeset
618 somewhere useful. The included program "main" is able to read an
fac01758bd41 Initial revision
carl
parents:
diff changeset
619 Outlook PST file and dump the emails into mbox files, separating each
fac01758bd41 Initial revision
carl
parents:
diff changeset
620 folder into a different mbox file. All the mbox files are stored in
fac01758bd41 Initial revision
carl
parents:
diff changeset
621 the current directory and no attempt is yet made to organise these
fac01758bd41 Initial revision
carl
parents:
diff changeset
622 files into a directory hierarchy. This would not be too difficult to
fac01758bd41 Initial revision
carl
parents:
diff changeset
623 achieve though.
fac01758bd41 Initial revision
carl
parents:
diff changeset
624
fac01758bd41 Initial revision
carl
parents:
diff changeset
625 Email attachments are not yet handled, neither are Contacts.
fac01758bd41 Initial revision
carl
parents:
diff changeset
626
fac01758bd41 Initial revision
carl
parents:
diff changeset
627 There is no pretty interface yet, but you can convert a PST file in
fac01758bd41 Initial revision
carl
parents:
diff changeset
628 the following manner
fac01758bd41 Initial revision
carl
parents:
diff changeset
629
fac01758bd41 Initial revision
carl
parents:
diff changeset
630 ./main {path to PST file}
fac01758bd41 Initial revision
carl
parents:
diff changeset
631
fac01758bd41 Initial revision
carl
parents:
diff changeset
632 This is very much a work in progress, but I thought I should release
fac01758bd41 Initial revision
carl
parents:
diff changeset
633 this code so that people can lose their conception that outlook files
fac01758bd41 Initial revision
carl
parents:
diff changeset
634 will never be converted to Linux.
fac01758bd41 Initial revision
carl
parents:
diff changeset
635
fac01758bd41 Initial revision
carl
parents:
diff changeset
636 I am intending that the code I am writing will be developed into
fac01758bd41 Initial revision
carl
parents:
diff changeset
637 greater applications to provide USEFUL tools for accessing and
fac01758bd41 Initial revision
carl
parents:
diff changeset
638 converting PST files into a variety of formats.
fac01758bd41 Initial revision
carl
parents:
diff changeset
639
fac01758bd41 Initial revision
carl
parents:
diff changeset
640 One point I feel I should make is that Outlook, by default, creates
fac01758bd41 Initial revision
carl
parents:
diff changeset
641 "Compressible Encryption" PST files. I have not, as yet, attempted to
fac01758bd41 Initial revision
carl
parents:
diff changeset
642 write any decryption routines, so you will not be able to convert
fac01758bd41 Initial revision
carl
parents:
diff changeset
643 these files. However, if you create a new PST file and choose not to
fac01758bd41 Initial revision
carl
parents:
diff changeset
644 make an encrypted one, you can copy all your emails into this new one
fac01758bd41 Initial revision
carl
parents:
diff changeset
645 and then convert the unencrypted one.
fac01758bd41 Initial revision
carl
parents:
diff changeset
646
fac01758bd41 Initial revision
carl
parents:
diff changeset
647 I hope you enjoy,
fac01758bd41 Initial revision
carl
parents:
diff changeset
648
fac01758bd41 Initial revision
carl
parents:
diff changeset
649 Dave Smith
fac01758bd41 Initial revision
carl
parents:
diff changeset
650