| Main Page Class Hierarchy Alphabetical List Compound List Examples |
Address class as defined by RFC822. More...
#include <address.h>
Public Member Functions | |
| Address (const char *) | |
| Address (const std::string &) | |
| bool | isGroup () const |
| Mailbox & | mailbox () |
| const Mailbox & | mailbox () const |
| Group & | group () |
| const Group & | group () const |
| void | set (const std::string &) |
| std::string | str () const |
| bool | operator== (const Address &) const |
| bool | operator!= (const Address &) const |
Additional Inherited Members | |
| Protected Member Functions inherited from FieldValue | |
| bool | typeChecked () const |
| void | typeChecked (bool) |
Address class as defined by RFC822.
Address class is a C++ representation of RFC822 address structure. Use this class to parse fields that contains email addresses or email group.
|
virtual |
Implements FieldValue.
|
virtual |
Implements FieldValue.