Versions in this module Expand all Collapse all v4 v4.0.0 Mar 19, 2024 Changes in this version + const DateLayout + const DateTimeLayout + const FlagRecent + func DecodeDateTime(dec *imapwire.Decoder) (time.Time, error) + func DecodeSASL(s string) ([]byte, error) + func EncodeSASL(b []byte) string + func ExpectDate(dec *imapwire.Decoder) (time.Time, error) + func ExpectDateTime(dec *imapwire.Decoder) (time.Time, error) + func ExpectFlag(dec *imapwire.Decoder) (imap.Flag, error) + func ExpectFlagList(dec *imapwire.Decoder) ([]imap.Flag, error) + func ExpectMailboxAttr(dec *imapwire.Decoder) (imap.MailboxAttr, error) + func ExpectMailboxAttrList(dec *imapwire.Decoder) ([]imap.MailboxAttr, error) Other modules containing this package github.com/zwjzxh520/go-imap/v2 github.com/zwjzxh520/go-imap/v3