diff options
Diffstat (limited to '')
-rw-r--r-- | vmime/contentHandler.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vmime/contentHandler.hpp b/vmime/contentHandler.hpp index aa485f5c..38e4e245 100644 --- a/vmime/contentHandler.hpp +++ b/vmime/contentHandler.hpp @@ -87,7 +87,8 @@ public: virtual void extractRaw(utility::outputStream& os, utility::progressListener* progress = NULL) const = 0; /** Returns the actual length of data. WARNING: this can return 0 if no - * length was specified when setting data of this object. + * length was specified when setting data of this object, or if the + * length is not known). * * @return length of data */ |