E-MailRelay
|
Extra information from the SMTP MAIL-FROM command passed to GSmtp::ProtocolMessage::setFrom(). More...
#include <gprotocolmessage.h>
Public Attributes | |
std::string | auth |
std::string | body |
bool | smtputf8 {true} |
AddressStyle | address_style {AddressStyle::Ascii} |
Extra information from the SMTP MAIL-FROM command passed to GSmtp::ProtocolMessage::setFrom().
Definition at line 77 of file gprotocolmessage.h.
AddressStyle GSmtp::ProtocolMessage::FromInfo::address_style {AddressStyle::Ascii} |
Definition at line 82 of file gprotocolmessage.h.
std::string GSmtp::ProtocolMessage::FromInfo::auth |
Definition at line 79 of file gprotocolmessage.h.
std::string GSmtp::ProtocolMessage::FromInfo::body |
Definition at line 80 of file gprotocolmessage.h.
bool GSmtp::ProtocolMessage::FromInfo::smtputf8 {true} |
Definition at line 81 of file gprotocolmessage.h.