Documentation ¶
Overview ¶
Package pop3 is a simple POP3 server for Mailpit. By default it is disabled unless password credentials have been loaded.
References: https://github.com/r0stig/golang-pop3 | https://github.com/inbucket/inbucket See RFC: https://datatracker.ietf.org/doc/html/rfc1939
Index ¶
Constants ¶
View Source
const ( // UNAUTHORIZED state UNAUTHORIZED = 1 // TRANSACTION state TRANSACTION = 2 // UPDATE state UPDATE = 3 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.