Protocol Specifications for EMWAC Internet Mail Services
This page describes some of the technical specifications of the SMTP and POP3
implementations.
SMTP Receiver
The SMTP Receiver is a server implementation of the SMTP protocol
defined in RFC 821 and RFC 1123.
The following SMTP commands are supported by this version:
- HELO
- QUIT
- MAIL
- RCPT
- DATA
- RSET
- NOOP
- VRFY
POP3 Server
The POP3 Server implements the POP3 protocol defined in RFC 1725.
The following POP3 commands are supported by this version:
- USER name
- PASS string
- STAT
- LIST [msg]
- RETR msg
- DELE msg
- NOOP
- RSET
- TOP msg n
- QUIT
- UIDL [msg]
The following optional POP3 commands are not supported in this version: