forked from gpg/gpgol
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTODO
17 lines (13 loc) · 727 Bytes
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
* Find out why sometimes the new body cannot set to a MAPI object. In
this case the body is empty but the W32 API said it was correctly set.
This might be due to the length of the object. HrGetOneProp has
such limitations and thus it would be reasonable to assume that the
same holds true for HrSetOneProp. We might want to use OpenProperty
for longer texts.
* Allow for symmetric encryption.
* Please consider adding a few more options like key signing rules
like Enigmail has.
* We should not write a decrypted file without user consent. A
possible solution in attach-file-events.c is to keep track of
presented file names and decrypt them only on OpenSzFile. Need to
find some documentation first.