21 #ifndef G_SMTP_VERIFIER_STATUS_H
22 #define G_SMTP_VERIFIER_STATUS_H
31 class VerifierStatus ;
73 std::string
str(
const std::string & to )
const ;
SMTP and message-store classes.
static VerifierStatus parse(const std::string &str, std::string &to_ref)
Parses a str() string into a structure and a recipient 'to' address (by reference).
VerifierStatus()
Default constructor for an invalid remote mailbox.
A structure returned by GSmtp::Verifier to describe the status of a rcpt-to recipient.
std::string str(const std::string &to) const
Returns a string representation of the structure plus the original recipient 'to' address...