Versions in this module Expand all Collapse all v1 v1.118.0 Aug 1, 2026 Changes in this version + func UnsubToken(key []byte, email string) string + func VerifyUnsubToken(key []byte, tok string) (email string, ok bool) + type UnsubscribeHandler struct + BrandName string + Key []byte + Prefs notification.PrefsStore + func (h *UnsubscribeHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)