Max Terentiev wrote:
> Hi,
> 
> 
> 
> My app uses TSmtpCli for sending messages.
> 
> 
> 
> Does ICS contain any function or components for adding DomainKeys or
> DKIM 
> 
> signature in to headers of my messages ?


How to add custom header lines is demonstrated in the OverbyteIcsMailSnd demo,
but you are probably looking for an implementation of rfc4871. I'm not aware
of such an implementation. RSA and Sha265 is possible with OpenSSL, for
RSA encryption take a look at the OverbyteIcsPemTool demo. In order to be able
to hash the mail content you'll have to send the mail to a file or stream 
first.  

-- 
Arno
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to