Hi Eric, Thank you for your reply. My james is running on ssl ports. I want to check whether my clients are sending mails from my web client or using another client like outlook or thunderbird. I do have access to private key. It seems like SMIMEDecrypt is only in 2.3 version?
Appreciate your help. Thank you, Regards, Rajender On Mar 24, 2013 4:34 PM, "Eric Charles" <[email protected]> wrote: > On 24/03/2013 10:06, Eric Charles wrote: > >> there is no way for the mailet to read it (unless the mailet has acess >> to the recipient certificate, but you don't want this I guess). >> >> > I meant the recipient private key in order to decrypt it. > I assume that the s/mime is encrypted... > > If it is not encrypted, you should have access to the header and body. > Maybe some clever part decoding is needed (not sure)... > > Thx, Eric > > Thx, Eric >> >> On 21/03/2013 15:51, Rajender Vallapureddy wrote: >> >>> Hi Eric, >>> >>> I have enabled ssl for my james server. >>> >>> I am sending a customer header called as Client-Type from my webmail >>> client to distinguish whether the user is using the webmail client or >>> something like microsoft outlook. >>> >>> I have written my custom mailet which is working fine and can get >>> value for Client-Type header for normal message(IMF). This is failing >>> when the message comes in as SMIME. How can I read this customer >>> header from the SMIME message? >>> >>> Appreciate your help. >>> >>> Thank you, >>> Regards, >>> Rajender >>> >>> ------------------------------**------------------------------** >>> --------- >>> To unsubscribe, e-mail: >>> server-dev-unsubscribe@james.**apache.org<[email protected]> >>> For additional commands, e-mail: >>> [email protected].**org<[email protected]> >>> >>> >> ------------------------------**------------------------------**--------- >> To unsubscribe, e-mail: >> server-dev-unsubscribe@james.**apache.org<[email protected]> >> For additional commands, e-mail: >> [email protected].**org<[email protected]> >> >> > ------------------------------**------------------------------**--------- > To unsubscribe, e-mail: > server-dev-unsubscribe@james.**apache.org<[email protected]> > For additional commands, e-mail: > [email protected].**org<[email protected]> > >
