Mercurial > libpst
comparison TODO @ 195:320cfcba8058
add python module interface to the shared library for easy scripting.
the shared library must never write to stdout or stderr.
fix pst_attach_to_mem so the caller does not need to initialize the buffer pointer.
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Mon, 20 Apr 2009 19:39:26 -0700 |
parents | cf3df962f1e5 |
children | 7c60d6d1c681 |
comparison
equal
deleted
inserted
replaced
194:885b47107036 | 195:320cfcba8058 |
---|---|
7 At the next soname bump (to libpst.so.3) we should | 7 At the next soname bump (to libpst.so.3) we should |
8 remove contact->access_method (or find the proper mapi element id for it) | 8 remove contact->access_method (or find the proper mapi element id for it) |
9 remove pst_x_attrib_ll->type (unused) | 9 remove pst_x_attrib_ll->type (unused) |
10 reorder appointment fields to collect related fields | 10 reorder appointment fields to collect related fields |
11 remove readpstlog, and produce directly ascii debug log files | 11 remove readpstlog, and produce directly ascii debug log files |
12 | 12 change pst_attach_to_mem to return pst_binary |