pop3

package
v0.0.0-...-1fee6d4 Latest Latest
Warning

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

Go to latest
Published: Apr 18, 2014 License: MIT Imports: 5 Imported by: 0

Documentation

Overview

Package pop3 implements the POP3 protocol.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type POP3

type POP3 struct {
	Port int  //Port to listen at
	Keep bool //Whether to keep accepting clients (doesn't prevent active clients from continuing their current sessions)
}

func (*POP3) Listen

func (p *POP3) Listen()

Directories

Path Synopsis
Package client defines a set of structs and methods to handle a POP3 client.
Package client defines a set of structs and methods to handle a POP3 client.
Package cmdprocessor provides a set of structs, variables and methods to process POP3 clients' commands.
Package cmdprocessor provides a set of structs, variables and methods to process POP3 clients' commands.
apop
Package apop implements the APOP command.
Package apop implements the APOP command.
auth
Package auth implements POP3 authentication, such as PLAIN, LOGIN, and CRAM-MD5 SASL methods.
Package auth implements POP3 authentication, such as PLAIN, LOGIN, and CRAM-MD5 SASL methods.
capa
Implements the CAPA command.
Implements the CAPA command.
dele
Implements the DELE command.
Implements the DELE command.
list
Implements the LIST command.
Implements the LIST command.
noop
Implements the NOOP command.
Implements the NOOP command.
pass
Implements the PASS command.
Implements the PASS command.
quit
Implements the QUIT command.
Implements the QUIT command.
retr
Implements the RETR command.
Implements the RETR command.
rset
Implements the RSET command.
Implements the RSET command.
stat
Implements the STAT command.
Implements the STAT command.
stls
Implements the STLS command.
Implements the STLS command.
top
Implements the TOP command.
Implements the TOP command.
uidl
Implements the UIDL command.
Implements the UIDL command.
user
Implements the USER command.
Implements the USER command.
Package message provides POP3 utility functions for MIME messages.
Package message provides POP3 utility functions for MIME messages.
Package session provides structs to store session data.
Package session provides structs to store session data.

Jump to

Keyboard shortcuts

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