BMAMail
1.0.0
E-Mail System
|
#include "TCPSession.h"
#include "TCPServer.h"
Go to the source code of this file.
Classes | |
class | mail::SMTPSession |
Namespaces | |
Macros | |
#define | CRLF "\r\n" |
Enumerations | |
enum | mail::State { mail::CONNECT, mail::READY, mail::MAIL, mail::RCPT, mail::DATA } |
enum | mail::AuthState { mail::USER_UNKNOWN, mail::USER_QUERY, mail::USER_SECRET_QUERY, mail::USER_KNOWN } |
enum | mail::Mode { mail::WAIT_FOR_DATA, mail::RECEIVE_DATA } |
#define CRLF "\r\n" |