#ifndef DBOX_MIMEDECODE_H
#define DBOX_MIMEDECODE_H
#include <mimeparse.h>
std::string mime_decode(const mimestructt &mimestruct, const rfcmessaget &rfcm);
std::string mime_qp_decode(const std::string &bufcoded,
bool convert_underscore);
std::string mime_base64_decode(const std::string &bufcoded);
#endif