MCPcopy Create free account
hub / github.com/foxcpp/maddy / Logout

Method Logout

internal/testutils/smtp_server.go:135–138  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

133}
134
135func (s *session) Logout() error {
136 s.backend.ActiveSessionsCounter.Add(-1)
137 return nil
138}
139
140func (s *session) Mail(from string, opts *smtp.MailOptions) error {
141 s.backend.MailFromCounter++

Callers 1

LookupMethod · 0.45

Calls 1

AddMethod · 0.80

Tested by

no test coverage detected