update to non-draft msgid spec

This commit is contained in:
Liam Stanley 2019-07-04 14:43:53 -04:00
parent 0c617b31b8
commit e71da9d979

5
cap.go
View File

@ -22,9 +22,8 @@ var possibleCap = map[string][]string{
"multi-prefix": nil,
"server-time": nil,
"userhost-in-names": nil,
"message-tags": nil,
"draft/msgid": nil,
"message-tags": nil,
"msgid": nil,
// "echo-message" is supported, but it's not enabled by default. This is
// to prevent unwanted confusion and utilize less traffic if it's not needed.