#ifndef DBOX_SFOLDERRFC_H
#define DBOX_SFOLDERRFC_H
#include <mtoolrfc.h>
#include <folder.h>
bool spool_in_folder(rfcmessaget &m, const std::string &folder,
bool forceextern, const std::string &envelope_to,
const std::string &envelope_from);
// fp must be locked
bool spool_in_folder(rfcmessaget &m, folderpt &fp,
bool forceextern, const std::string &envelope_to,
const std::string &envelope_from,
dword &nr);
#endif