Documentation
¶
Overview ¶
Package pop3 provides shared POP3 protocol utilities.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExtractApopTimestamp ¶
ExtractApopTimestamp looks for an APOP timestamp token (<...@...>) in the greeting.
func ParseCapabilities ¶
func ParseCapabilities(lines []string) (caps []string, authMechanisms []string, implementation string, loginDelay int, expireDays string)
ParseCapabilities parses the multi-line response from a CAPA command. Input is the full response body (lines after +OK, before the terminating ".").
func ParseGreeting ¶
ParseGreeting extracts the greeting message text from a "+OK ..." line.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.