Versions in this module Expand all Collapse all v1 v1.8.12 Nov 16, 2021 v1.8.11 Nov 15, 2021 Changes in this version + const Capability + func AppendResponse(uidValidity uint32, targetSeq *OrderedSeq) error + func CopyResponse(uidValidity uint32, sourceSeq, targetSeq *OrderedSeq) error + func NewExtension() server.Extension + type OrderedSeq []uint32 + func (os *OrderedSeq) Add(num uint32) + func (os *OrderedSeq) String() string + func (os OrderedSeq) Len() int + type UIDExpunge struct + SeqSet *imap.SeqSet + func (e *UIDExpunge) Handle(conn server.Conn) error + func (e *UIDExpunge) Parse(fields []interface{}) error + func (e *UIDExpunge) UidHandle(conn server.Conn) error + type UIDExpungeMailbox interface + Expunge func() error + UIDExpunge func(*imap.SeqSet) error