32 #ifndef __KMAIL_FILEHTMLWRITER_H__
33 #define __KMAIL_FILEHTMLWRITER_H__
35 #include "interfaces/htmlwriter.h"
38 #include <tqtextstream.h>
46 FileHtmlWriter(
const TQString & filename );
47 virtual ~FileHtmlWriter();
49 void begin(
const TQString & cssDefs );
52 void write(
const TQString & str );
53 void queue(
const TQString & str );
55 void embedPart(
const TQCString & contentId,
const TQString & url );
67 #endif // __KMAIL_FILEHTMLWRITER_H__
An interface to HTML sinks.