Documentation ¶
Index ¶
- Constants
- 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)
Constants ¶
View Source
const ( DateTimeLayout = "_2-Jan-2006 15:04:05 -0700" DateLayout = "2-Jan-2006" )
View Source
const FlagRecent imap.Flag = "\\Recent" // removed in IMAP4rev2
Variables ¶
This section is empty.
Functions ¶
func DecodeSASL ¶
func EncodeSASL ¶
func ExpectFlag ¶
func ExpectFlagList ¶
func ExpectMailboxAttr ¶
func ExpectMailboxAttrList ¶
Types ¶
This section is empty.
Directories ¶
Path | Synopsis |
---|---|
Package imapwire implements the IMAP wire protocol.
|
Package imapwire implements the IMAP wire protocol. |
Package utf7 implements modified UTF-7 encoding defined in RFC 3501 section 5.1.3
|
Package utf7 implements modified UTF-7 encoding defined in RFC 3501 section 5.1.3 |
Click to show internal directories.
Click to hide internal directories.