VMime
|
This is the complete list of members for message, including all inherited members.
bodyPart() | bodyPart | |
clone() const | bodyPart | virtual |
component() | component | |
copyFrom(const component &other) | bodyPart | virtual |
createChildPart() | bodyPart | protected |
generate(const size_t maxLineLength=generationContext::getDefaultContext().getMaxLineLength(), const size_t curLinePos=0) const | message | virtual |
vmime::bodyPart::generate(utility::outputStream &outputStream, const size_t curLinePos=0, size_t *newLinePos=NULL) const | component | virtual |
vmime::bodyPart::generate(const generationContext &ctx, utility::outputStream &outputStream, const size_t curLinePos=0, size_t *newLinePos=NULL) const | component | virtual |
generateImpl(const generationContext &ctx, utility::outputStream &os, const size_t curLinePos=0, size_t *newLinePos=NULL) const | bodyPart | protectedvirtual |
getBody() const | bodyPart | |
getBody() | bodyPart | |
getChildComponents() | bodyPart | virtual |
getGeneratedSize(const generationContext &ctx) | bodyPart | virtual |
getHeader() const | bodyPart | |
getHeader() | bodyPart | |
getParentPart() | bodyPart | |
getParentPart() const | bodyPart | |
getParsedLength() const | component | |
getParsedOffset() const | component | |
importChildPart(shared_ptr< bodyPart > part) | bodyPart | protected |
message() | message | |
object() | object | protected |
object(const object &) | object | protected |
operator=(const bodyPart &other) | bodyPart | |
vmime::component::operator=(const object &) | object | protected |
parse(const string &buffer) | component | |
parse(const parsingContext &ctx, const string &buffer) | component | |
parse(shared_ptr< utility::inputStream > inputStream, const size_t length) | component | |
parse(const string &buffer, const size_t position, const size_t end, size_t *newPosition=NULL) | component | |
parse(const parsingContext &ctx, const string &buffer, const size_t position, const size_t end, size_t *newPosition=NULL) | component | |
parse(shared_ptr< utility::inputStream > inputStream, const size_t position, const size_t end, size_t *newPosition=NULL) | component | |
parse(const parsingContext &ctx, shared_ptr< utility::inputStream > inputStream, const size_t position, const size_t end, size_t *newPosition=NULL) | component | |
parseImpl(const parsingContext &ctx, shared_ptr< utility::parserInputStreamAdapter > parser, const size_t position, const size_t end, size_t *newPosition=NULL) | bodyPart | protectedvirtual |
vmime::component::parseImpl(const parsingContext &ctx, const string &buffer, const size_t position, const size_t end, size_t *newPosition=NULL) | component | protectedvirtual |
setBody(shared_ptr< body > body) | bodyPart | |
setHeader(shared_ptr< header > header) | bodyPart | |
setParsedBounds(const size_t start, const size_t end) | component | protected |
~component() | component | virtual |
~object() | object | protectedvirtual |