Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
85
func
(e *EmailConfig) IsSSL() bool {
86
return
e.Encryption ==
"SSL"
87
}
88
89
func
(e *EmailConfig) IsTLS() bool {
90
return
e.Encryption ==
"TLS"
Callers
1
Send
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected