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

Function MsgModifier

framework/config/module/interfaces.go:57–63  ·  view source on GitHub ↗
(globals map[string]interface{}, args []string, block config.Node)

Source from the content-addressed store, hash-verified

55}
56
57func MsgModifier(globals map[string]interface{}, args []string, block config.Node) (module.Modifier, error) {
58 var check module.Modifier
59 if err := ModuleFromNode("modify", args, block, globals, &check); err != nil {
60 return nil, err
61 }
62 return check, nil
63}
64
65func IMAPFilter(globals map[string]interface{}, args []string, block config.Node) (module.IMAPFilter, error) {
66 var filter module.IMAPFilter

Callers

nothing calls this directly

Calls 1

ModuleFromNodeFunction · 0.85

Tested by

no test coverage detected