7 #ifndef _MIMETIC_RFC822_GROUP_H_
8 #define _MIMETIC_RFC822_GROUP_H_
11 #include <mimetic/rfc822/mailbox.h>
45 Group(
const std::string&);
46 void name(
const std::string&);
47 std::string name(
int bCanonical = 0)
const;
48 void set(
const std::string&);
49 std::string str()
const;
53 std::string m_text, m_name;
Represent the group type in the RFC822.
Definition: group.h:41
Value of an header field (base class)
Definition: fieldvalue.h:17