pop3

package
v1.16.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 12, 2024 License: MIT Imports: 13 Imported by: 0

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

func Run

func Run()

Run will start the pop3 server if enabled

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL