| Main Page Class Hierarchy Alphabetical List Compound List Examples |
Field class as defined by RFC822. More...
#include <field.h>
Public Types | |
| typedef mimetic::istring | istring |
Static Public Attributes | |
| static const Field | null |
Friends | |
| class | Rfc822Header |
| std::ostream & | operator<< (std::ostream &, const Field &) |
Field class as defined by RFC822.
Field class is a C++ representation of RFC822 header field. Use this class when you need to create or parse messages' header fields. Note that field name is case insensitive.
Parsing:
Building: