diff options
Diffstat (limited to 'src/stringContentHandler.cpp')
-rw-r--r-- | src/stringContentHandler.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/stringContentHandler.cpp b/src/stringContentHandler.cpp index 248fca47..4e85a6ce 100644 --- a/src/stringContentHandler.cpp +++ b/src/stringContentHandler.cpp @@ -202,4 +202,10 @@ const vmime::encoding& stringContentHandler::getEncoding() const } +bool stringContentHandler::isBuffered() const +{ + return true; +} + + } // vmime |