supportsStartTls property

bool supportsStartTls

Checks if the server supports (and usually expects) switching to SSL connection before authentication.

Implementation

bool get supportsStartTls => capabilities.contains('STARTTLS');