1 * Find out why sometimes the new body cannot set to a MAPI object. In
2 this case the body is empty but the W32 API said it was correctly set.
3 This might be due to the length of the object. HrGetOneProp has
4 such limitations and thus it would be reasonable to assume that the
5 same holds true for HrSetOneProp. We might want to use OpenProperty
8 * Allow for symmetric encryption.
10 * Please consider adding a few more options like key signing rules
13 * We should not write a decrypted file without user consent. A
14 possible solution in attach-file-events.c is to keep track of
15 presented file names and decrypt them only on OpenSzFile. Need to
16 find some documentation first.