Mercurial > libpst
comparison ChangeLog @ 205:5f3fa53cb0e1
make nested mime multipart/alternative to hold the text/html parts
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Sat, 06 Jun 2009 12:48:09 -0700 |
parents | 268458c79e9b |
children | 94bde95d7e18 |
comparison
equal
deleted
inserted
replaced
204:268458c79e9b | 205:5f3fa53cb0e1 |
---|---|
13 * readpst changes for parallel operation on multi processor machines. | 13 * readpst changes for parallel operation on multi processor machines. |
14 * remove readpstlog - the debug log files are now plain ascii. Add locking | 14 * remove readpstlog - the debug log files are now plain ascii. Add locking |
15 if needed so parallel jobs can produce debug logs. | 15 if needed so parallel jobs can produce debug logs. |
16 * more cleanup of the shared library interface, but still not fully | 16 * more cleanup of the shared library interface, but still not fully |
17 thread safe. | 17 thread safe. |
18 * make nested mime multipart/alternative to hold the text/html parts | |
19 so the topmost level is almost always multipart/mixed. | |
18 | 20 |
19 LibPST 0.6.37 (2009-04-17) | 21 LibPST 0.6.37 (2009-04-17) |
20 =============================== | 22 =============================== |
21 * add pst_attach_to_mem() back into the shared library interface. | 23 * add pst_attach_to_mem() back into the shared library interface. |
22 * improve developer documentation. | 24 * improve developer documentation. |