I'm attempting to create a Lotus Notes mail extractor, using the Java API, but I haven't found any way to decrypt mail files. I'm creating a session using a super-admin user's credentials, and retrieved (encrypted) files show encrypted even when the account used is that of the sender of the mail.
Now, I am told by a potential client which requires this feature that he can provide the private keys (not sure yet by which means, if a string or modifying the .ID files (?).
So my question is, what are my options for what I'm trying to accomplish? I would most strongly prefer to use the Java API, though I know there's an impersonation method in C, but which required the user's ID file or credentials.
And if it can't be automated, is there some sort of server certificate that would enable me to extract decrypted mail?
Thanks in advance!