I am using the C API to fetch the email document property. Currently, I am facing some issues while retrieving the encrypted emails from Lotus Notes. On analyzing the properties of the encrypted email document, I found that the encrypted email data is stored in the $SealData
property. I did googling in order to decrypt those emails and found some links which describes only the overview of the process. But, I need some documents/ideas, which will describe the clear process to decrypt the email.
These documenta are explaining only the overview of encryption and decryption process.
- http://second-ext.inttrust.ru/Lotus/NotesWeb/Today.nsf/9148b29c86ffdcd385256658007aaa0f/443c6ed28496c1e7852566090060ca17?OpenDocument
- https://www.exportnotes.com/articles/encryption-in-lotus-notes.html
- http://second-ext.inttrust.ru/Lotus/NotesWeb/Today.nsf/DisplayForm/24D3F7B03BCAF0C388256ABB00730519?OpenDocument
Another one document having some programmatic example, but, I'm not sure whether it will work or not. Also, I don't want to remove those $SealData
property form the existing item:
https://searchdomino.techtarget.com/tip/Remove-Encryption-from-Mail
At this moment, I am just stuck in how to achieve this goal (i.e. decrypting encrypted email). I am quite happy to hear some updates regarding my query.