#ifndef DBOX_RFC1522_H #define DBOX_RFC1522_H #include <string> std::string decode_rfc1522(const std::string &text); #endif