VMime
Deprecated List
Member charset::convert (const string &in, string &out, const charset &source, const charset &dest, const charsetConverterOptions &opts=charsetConverterOptions())
Use the new convert() method, which takes an outputStream parameter.
Member charsetConverter::convert (const string &in, string &out, status *st=NULL)=0
Use the new convert() method, which takes an outputStream parameter.
Member component::generate (const size_t maxLineLength=lineLengthLimits::infinite, const size_t curLinePos=0) const
Use the new generate() method, which takes an outputStream parameter.
Member fetchAttributes::operator& (const int attribs) const
Use the has() methods instead
Member folder::getFlags ()
Use the getAttributes().getFlags() method instead
Member folder::getType ()
Use the getAttributes().getType() method instead
Member folder::status (int &count, int &unseen)=0
Use the new getStatus() method
Member htmlTextPart::addObject (const string &data, const mediaType &type)
Use the addObject() methods which take a 'contentHandler' parameter type instead.
Member messageBuilder::attach (shared_ptr< attachment > attach)
Use messageBuilder::appendAttachment() instead.