//retrieving an S/MIME-protected Email message clPop3.Retrieve(msgNo, clSMimeMessage); //extracting the cipher information clSMimeMessage.ExtractSecurityInfo(); clSMimeMessage.Certificates.Items.Count; //extracted certificates clSMimeMessage.EncryptionAlgorithm; //the enryption algorithm identifier, see the comments above clSMimeMessage.HashAlgorithm; //the hash algorithm identifier clSMimeMessage.EncryptionAlgorithmName; //the friendly cipher name clSMimeMessage.HashAlgorithmName; //the friendly hash algorithm name //searching certificates certificate := clSMimeMessage.Certificates.CertificateByEmail('user@domain.com'); //decrypting the message and verifying digital signatures clSMimeMessage.DecryptAndVerify();
Trouble logging in? Simply enter your email address OR username in order to reset your password.
For faster and more reliable delivery, add admin@clevercomponents.com to your trusted senders list in your email software.