Mercurial > libpst
comparison 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 |
comparison
equal
deleted
inserted
replaced
197:07ceebd115ce | 198:7c60d6d1c681 |
---|---|
2 Need testing on big-endian machines. We may be missing some LEnn_CPU() | 2 Need testing on big-endian machines. We may be missing some LEnn_CPU() |
3 calls. | 3 calls. |
4 | 4 |
5 pst2diii needs header and mime type updates from readpst. | 5 pst2diii needs header and mime type updates from readpst. |
6 | 6 |
7 At the next soname bump (to libpst.so.3) we should | 7 At the next soname bump (to libpst.so.5) we should |
8 remove contact->access_method (or find the proper mapi element id for it) | 8 remove readpstlog, and produce ascii debug log files |
9 remove pst_x_attrib_ll->type (unused) | 9 try fork() with child limit to get parallel readpst |
10 reorder appointment fields to collect related fields | 10 move some of readpst into the shared library, in particular write_normal_email() |
11 remove readpstlog, and produce directly ascii debug log files | 11 add helper function item_actual_type (mail, contact, etc) |
12 change pst_attach_to_mem to return pst_binary | 12 change gmtime() and ctime() to _r versions for thread safe operation |
13 <http://www.geocities.com/cainrandom/dev/MAPIRecurrence.html> |