Main Page   Class Hierarchy   Alphabetical List   Compound List   Examples  
Public Member Functions | Protected Member Functions | Protected Attributes | Friends | List of all members
Body Class Reference

MIME message body. More...

#include <body.h>

Inherits Rfc822Body.

Public Member Functions

void set (const std::string &)
 
bool load (const std::string &)
 
template<typename Codec >
bool load (const std::string &, const Codec &)
 
template<typename Codec >
bool code (const Codec &)
 
void preamble (const std::string &)
 
const std::string & preamble () const
 
std::string & preamble ()
 
void epilogue (const std::string &)
 
const std::string & epilogue () const
 
std::string & epilogue ()
 
MimeEntityListparts ()
 
const MimeEntityListparts () const
 
MimeEntityowner ()
 
const MimeEntityowner () const
 

Protected Member Functions

void owner (MimeEntity *)
 

Protected Attributes

MimeEntitym_owner
 
MimeEntityList m_parts
 
std::string m_preamble
 
std::string m_epilogue
 

Friends

class MimeEntity
 

Detailed Description

MIME message body.

Member Function Documentation

bool code ( const Codec &  cc)

en/decode body content

void epilogue ( const std::string &  )

set body epilogue

See also
RFC822
const std::string& epilogue ( ) const

get body epilogue

See also
RFC822
bool load ( const std::string &  )

load file as is, no encoding is performed

bool load ( const std::string &  fqn,
const Codec &  cc 
)

load file and code it using Codec

MimeEntity* owner ( )

get body's MimeEntity owner

MimeEntityList& parts ( )

get body's parts list

void preamble ( const std::string &  )

set body preamble

See also
RFC822
const std::string& preamble ( ) const

get body preamble

See also
RFC822
void set ( const std::string &  )

set body content


The documentation for this class was generated from the following file: