supportsStartTls property

bool get supportsStartTls

Does the server support STARTTLS?

Implementation

bool get supportsStartTls => supports(capabilityStartTls);