annotate TODO @ 198:7c60d6d1c681

decode more recurrence mapi elements
author Carl Byington <carl@five-ten-sg.com>
date Tue, 12 May 2009 19:34:49 -0700
parents 320cfcba8058
children d360f96f71f6
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
47
5fb8d997feed more fixes for 64 bit format
carl
parents: 0
diff changeset
1
51
06c0262ad689 code cleanup
carl
parents: 50
diff changeset
2 Need testing on big-endian machines. We may be missing some LEnn_CPU()
06c0262ad689 code cleanup
carl
parents: 50
diff changeset
3 calls.
47
5fb8d997feed more fixes for 64 bit format
carl
parents: 0
diff changeset
4
139
1b3922080ca8 add forensic headers to capture some other data of interest; switch back to quoted From separator line
Carl Byington <carl@five-ten-sg.com>
parents: 108
diff changeset
5 pst2diii needs header and mime type updates from readpst.
1b3922080ca8 add forensic headers to capture some other data of interest; switch back to quoted From separator line
Carl Byington <carl@five-ten-sg.com>
parents: 108
diff changeset
6
198
7c60d6d1c681 decode more recurrence mapi elements
Carl Byington <carl@five-ten-sg.com>
parents: 195
diff changeset
7 At the next soname bump (to libpst.so.5) we should
7c60d6d1c681 decode more recurrence mapi elements
Carl Byington <carl@five-ten-sg.com>
parents: 195
diff changeset
8 remove readpstlog, and produce ascii debug log files
7c60d6d1c681 decode more recurrence mapi elements
Carl Byington <carl@five-ten-sg.com>
parents: 195
diff changeset
9 try fork() with child limit to get parallel readpst
7c60d6d1c681 decode more recurrence mapi elements
Carl Byington <carl@five-ten-sg.com>
parents: 195
diff changeset
10 move some of readpst into the shared library, in particular write_normal_email()
7c60d6d1c681 decode more recurrence mapi elements
Carl Byington <carl@five-ten-sg.com>
parents: 195
diff changeset
11 add helper function item_actual_type (mail, contact, etc)
7c60d6d1c681 decode more recurrence mapi elements
Carl Byington <carl@five-ten-sg.com>
parents: 195
diff changeset
12 change gmtime() and ctime() to _r versions for thread safe operation
7c60d6d1c681 decode more recurrence mapi elements
Carl Byington <carl@five-ten-sg.com>
parents: 195
diff changeset
13 <http://www.geocities.com/cainrandom/dev/MAPIRecurrence.html>