From 2f8026dc5bb17e7fecf126070481e34a20485b67 Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Sun, 23 May 2010 16:18:00 +0000 Subject: Improved automatic encoding selection. Added helper functions on body for setting contents, type, charset and encoding. --- src/streamContentHandler.cpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/streamContentHandler.cpp') diff --git a/src/streamContentHandler.cpp b/src/streamContentHandler.cpp index 9edf4aa6..2ebd073a 100644 --- a/src/streamContentHandler.cpp +++ b/src/streamContentHandler.cpp @@ -201,4 +201,11 @@ const vmime::encoding& streamContentHandler::getEncoding() const } +bool streamContentHandler::isBuffered() const +{ + // FIXME: some streams can be resetted + return false; +} + + } // vmime -- cgit v1.2.3