|
void | parseOnlyHeader (int fd) const |
|
void | parseFull (int fd) const |
|
void | clear (void) const |
|
bool | isHeaderParsed (void) |
|
bool | isAllParsed (void) |
|
| MimeDocument (void) |
|
| ~MimeDocument (void) |
|
const std::string & | getSubType (void) const |
|
bool | isMultipart (void) const |
|
bool | isMessageRFC822 (void) const |
|
unsigned int | getSize (void) const |
|
unsigned int | getNofLines (void) const |
|
unsigned int | getNofBodyLines (void) const |
|
unsigned int | getBodyLength (void) const |
|
unsigned int | getBodyStartOffset (void) const |
|
void | printBody (int fd, Binc::IODevice &output, unsigned int startoffset, unsigned int length) const |
|
void | printHeader (int fd, Binc::IODevice &output, std::vector< std::string > headers, bool includeheaders, unsigned int startoffset, unsigned int length, std::string &storage) const |
|
void | printDoc (int fd, Binc::IODevice &output, unsigned int startoffset, unsigned int length) const |
|
virtual void | clear (void) const |
|
const MimePart * | getPart (const std::string &findpart, std::string genpart, FetchType fetchType=FetchBody) const |
|
virtual int | parseOnlyHeader (const std::string &toboundary) const |
|
virtual int | parseFull (const std::string &toboundary, int &boundarysize) const |
|
| MimePart (void) |
|
virtual | ~MimePart (void) |
|
Definition at line 101 of file mime.h.