MCPcopy Create free account
hub / github.com/apache/answer / IsSSL

Method IsSSL

internal/service/export/email_service.go:85–87  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

83}
84
85func (e *EmailConfig) IsSSL() bool {
86 return e.Encryption == "SSL"
87}
88
89func (e *EmailConfig) IsTLS() bool {
90 return e.Encryption == "TLS"

Callers 1

SendMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected