Wt
4.11.1
|
An SMTP message header. More...
#include <Message.h>
Public Member Functions | |
Header () | |
Default constructor. | |
Header (const std::string &name, const std::string &value) | |
Constructs a header with a given name and value. | |
Header (const Header &other) | |
Copy constructor. | |
void | setName (const std::string &name) |
Sets the header name. | |
const std::string & | name () const |
Returns the header name. More... | |
void | setValue (const std::string &value) |
Sets the header value. | |
const std::string & | value () const |
Returns the header value. More... | |
An SMTP message header.
An SMTP message header is a name/value pair, as defined by RFC 822.
const std::string& Wt::Mail::Message::Header::name | ( | ) | const |
Returns the header name.
const std::string& Wt::Mail::Message::Header::value | ( | ) | const |
Returns the header value.