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