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

Method IsTLS

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

Source from the content-addressed store, hash-verified

87}
88
89func (e *EmailConfig) IsTLS() bool {
90 return e.Encryption == "TLS"
91}
92
93// SaveCode save code
94func (es *EmailService) SaveCode(ctx context.Context, userID, code, codeContent string) {

Callers 1

SendMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected