E-MailRelay
Public Member Functions | Public Attributes | List of all members
GSmtp::ServerParser::AddressCommand Struct Reference

mail-from or rcpt-to More...

#include <gsmtpserverparser.h>

+ Collaboration diagram for GSmtp::ServerParser::AddressCommand:

Public Member Functions

 AddressCommand (const std::string &e)
 

Public Attributes

std::string error
 
std::string address
 
bool utf8address {false}
 
std::size_t tailpos {std::string::npos}
 
std::size_t size {0U}
 
std::string auth
 
std::string body
 
bool smtputf8 {false}
 

Detailed Description

mail-from or rcpt-to

Definition at line 49 of file gsmtpserverparser.h.

Constructor & Destructor Documentation

◆ AddressCommand()

GSmtp::ServerParser::AddressCommand::AddressCommand ( const std::string &  e)
inline

Definition at line 52 of file gsmtpserverparser.h.

Member Data Documentation

◆ address

std::string GSmtp::ServerParser::AddressCommand::address

Definition at line 54 of file gsmtpserverparser.h.

◆ auth

std::string GSmtp::ServerParser::AddressCommand::auth

Definition at line 58 of file gsmtpserverparser.h.

◆ body

std::string GSmtp::ServerParser::AddressCommand::body

Definition at line 59 of file gsmtpserverparser.h.

◆ error

std::string GSmtp::ServerParser::AddressCommand::error

Definition at line 53 of file gsmtpserverparser.h.

◆ size

std::size_t GSmtp::ServerParser::AddressCommand::size {0U}

Definition at line 57 of file gsmtpserverparser.h.

◆ smtputf8

bool GSmtp::ServerParser::AddressCommand::smtputf8 {false}

Definition at line 60 of file gsmtpserverparser.h.

◆ tailpos

std::size_t GSmtp::ServerParser::AddressCommand::tailpos {std::string::npos}

Definition at line 56 of file gsmtpserverparser.h.

◆ utf8address

bool GSmtp::ServerParser::AddressCommand::utf8address {false}

Definition at line 55 of file gsmtpserverparser.h.


The documentation for this struct was generated from the following file: