|
|
template<typename Codec> |
| | ApplicationOctStream (const std::string &, const Codec &c=Base64::Encoder()) |
| |
|
std::string | type () const |
| |
|
void | type (const std::string &) |
| |
|
uint | padding () const |
| |
|
void | padding (unsigned int) |
| |
|
bool | operator() () const |
| |
|
bool | isValid () const |
| |
| | MimeEntity () |
| |
| template<typename Iterator> |
| | MimeEntity (Iterator beg, Iterator end, int mask=imNone) |
| |
| | MimeEntity (std::istream &) |
| |
| template<typename OutputIt> |
| size_type | copy (OutputIt out) |
| |
|
Header & | header () |
| |
|
const Header & | header () const |
| |
|
Body & | body () |
| |
|
const Body & | body () const |
| |
| template<typename Iterator> |
| void | load (Iterator, Iterator, int mask=imNone) |
| |
|
void | load (std::istream &, int mask=imNone) |
| |
| bool | hasField (const std::string &) const |
| |
| size_type | size () const |
| |
application/octet-stream entity class