#ifndef DBOX_READWEBMAIL_H #include <stream.h> #include <libdbox.h> #include <getrfc.h> void readwebmail(ostream &out, getrfct &getrfc, dword msgnr, const string &msg_id, bool show_mimestruct); #endif