Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » U++ MT-multithreading and servers » How to use TLS over SMTP
Re: How to use TLS over SMTP [message #48101 is a reply to message #48098] Wed, 17 May 2017 10:05 Go to previous messageGo to previous message
Tom1
Messages: 1212
Registered: March 2007
Senior Contributor
Hi Oblivion,

The following line compiles with "warning C4804: '<': unsafe use of type 'bool' in operation":

	if(!ext.Find("starttls") < 0)


I guess it should be (?):

	if(ext.Find("starttls") < 0)


Other than that, it works just beautifully. I tested against two servers. One supported unauthenticated access on plain, SSL/TLS and STARTTLS. The other supported authenticated STARTTLS only. All OK! Smile

Guess it's time to get this in Core/SMTP now.

Thank you very much!

Best regards,

Tom

[Updated on: Wed, 17 May 2017 10:07]

Report message to a moderator

 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Send/receive files with SCP and launch commands with SSH
Next Topic: Code before Thread.Run() nor executed
Goto Forum:
  


Current Time: Sat Apr 20 07:31:45 CEST 2024

Total time taken to generate the page: 0.04989 seconds