type added
This commit is contained in:
@@ -17,6 +17,10 @@ func (m *IMAPMatcher) Key() string {
|
||||
return "IMAP"
|
||||
}
|
||||
|
||||
func (m *IMAPMatcher) Type() string {
|
||||
return "MAIL"
|
||||
}
|
||||
|
||||
func (m *IMAPMatcher) Name(matchCtx *osm.MatchCtx) string {
|
||||
return "IMAP"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user