Extending ssl/tls-message to be re-entrant in a java program
问题 I'm extending the following question/solution to be re-entrant for connecting/submitting subsequent emails to an SMTP email server (e.g., Comcast), with TLS encryption. Unsupported or unrecognized ssl-message exception at startHandshake after issuing STARTTLS command in a java program I've been successful in studying and prototyping user9191556's algorithm and adapting it for subsequent emails. After much trial-n-error, I was successful in applying his/her TLS encryption capability to my