aboutsummaryrefslogtreecommitdiffstats
path: root/src/emptyContentHandler.cpp
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2010-05-23 16:18:00 +0000
committerVincent Richard <[email protected]>2010-05-23 16:18:00 +0000
commit2f8026dc5bb17e7fecf126070481e34a20485b67 (patch)
tree74625e9c08910c4db6ed19c341246aa1a922a494 /src/emptyContentHandler.cpp
parentFileSystemFactory is now a ref. (diff)
downloadvmime-2f8026dc5bb17e7fecf126070481e34a20485b67.tar.gz
vmime-2f8026dc5bb17e7fecf126070481e34a20485b67.zip
Improved automatic encoding selection. Added helper functions on body for setting contents, type, charset and encoding.
Diffstat (limited to 'src/emptyContentHandler.cpp')
-rw-r--r--src/emptyContentHandler.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/emptyContentHandler.cpp b/src/emptyContentHandler.cpp
index 5245341a..48dc3511 100644
--- a/src/emptyContentHandler.cpp
+++ b/src/emptyContentHandler.cpp
@@ -96,4 +96,10 @@ const vmime::encoding& emptyContentHandler::getEncoding() const
}
+bool emptyContentHandler::isBuffered() const
+{
+ return true;
+}
+
+
} // vmime