MCPcopy Index your code
hub / github.com/foxcpp/maddy / EmailLocalpart

Struct EmailLocalpart

internal/table/email_localpart.go:31–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29)
30
31type EmailLocalpart struct {
32 modName string
33 instName string
34 allowNonEmail bool
35}
36
37func NewEmailLocalpart(_ *container.C, modName, instName string) (module.Module, error) {
38 return &EmailLocalpart{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected