Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
135
func
(s *session) Logout() error {
136
s.backend.ActiveSessionsCounter.Add(-1)
137
return
nil
138
}
139
140
func
(s *session) Mail(from string, opts *smtp.MailOptions) error {
141
s.backend.MailFromCounter++
Callers
1
Lookup
Method · 0.45
Calls
1
Add
Method · 0.80
Tested by
no test coverage detected