MIME message body.
More...
#include <body.h>
|
| 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 () |
| MimeEntityList & | parts () |
|
const MimeEntityList & | parts () const |
| MimeEntity * | owner () |
|
const MimeEntity * | owner () const |
|
|
void | owner (MimeEntity *) |
|
|
MimeEntity * | m_owner |
|
MimeEntityList | m_parts |
|
std::string | m_preamble |
|
std::string | m_epilogue |
◆ code()
template<typename Codec>
| bool code |
( |
const Codec & | cc | ) |
|
◆ epilogue() [1/2]
| const std::string & epilogue |
( |
| ) |
const |
get body epilogue
- See also
- RFC822
References epilogue().
◆ epilogue() [2/2]
| void epilogue |
( |
const std::string & | | ) |
|
set body epilogue
- See also
- RFC822
Referenced by epilogue().
◆ load() [1/2]
| bool load |
( |
const std::string & | | ) |
|
load file as is, no encoding is performed
References code(), and load().
Referenced by load().
◆ load() [2/2]
template<typename Codec>
| bool load |
( |
const std::string & | fqn, |
|
|
const Codec & | cc ) |
◆ owner()
◆ parts()
◆ preamble() [1/2]
| const std::string & preamble |
( |
| ) |
const |
get body preamble
- See also
- RFC822
References preamble().
◆ preamble() [2/2]
| void preamble |
( |
const std::string & | | ) |
|
set body preamble
- See also
- RFC822
Referenced by preamble().
◆ set()
| void set |
( |
const std::string & | | ) |
|
The documentation for this class was generated from the following file: