diff options
author | Vincent Richard <[email protected]> | 2010-05-23 16:18:00 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2010-05-23 16:18:00 +0000 |
commit | 2f8026dc5bb17e7fecf126070481e34a20485b67 (patch) | |
tree | 74625e9c08910c4db6ed19c341246aa1a922a494 /src/streamContentHandler.cpp | |
parent | FileSystemFactory is now a ref. (diff) | |
download | vmime-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/streamContentHandler.cpp')
-rw-r--r-- | src/streamContentHandler.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
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 |