Secure

public enum Secure

Secrity layer used when connencting an SMTP server.

  • No encryped. If the server supports STARTTLS, the layer will be upgraded automatically.

    Declaration

    Swift

    case plain
  • tls

    Transport Layer Security. If the server supports STARTTLS, the layer will be upgraded automatically.

    Declaration

    Swift

    case tls