aboutsummaryrefslogtreecommitdiffstats
path: root/src/stringContentHandler.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merged source and header files in directory structure. Got rid of SConstruct ↵Vincent Richard2013-12-291-236/+0
| | | | build.
* Simplified types for better readability. Use appropriate types (size_t, ↵Vincent Richard2013-12-101-6/+6
| | | | byte_t...). Minor warning fixes.
* Boost/C++11 shared pointers.Vincent Richard2013-11-211-6/+6
|
* Do not QP-encode CRLFs when content type is text.Vincent Richard2013-06-271-1/+17
|
* Added missing constructor.Vincent Richard2013-06-251-0/+5
|
* Updated copyright year and maintainer email address.Vincent Richard2013-01-101-1/+1
|
* Split stream.hpp/.cpp into multiple source files.Vincent Richard2012-04-141-0/+4
|
* Improved automatic encoding selection. Added helper functions on body for ↵Vincent Richard2010-05-231-0/+6
| | | | setting contents, type, charset and encoding.
* Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.Vincent Richard2009-09-061-2/+2
|
* New namespace for encoders.Vincent Richard2008-10-121-4/+4
|
* Fixed compilation warnings.Vincent Richard2008-10-121-3/+3
|
* Changed copyright year to 2008.Vincent Richard2008-01-041-1/+1
|
* Changed copyright year to 2007.Vincent Richard2007-01-011-1/+1
|
* Changed copyright year to 2006.Vincent Richard2006-02-051-1/+1
|
* Renamed 'progressionListener' to 'progressListener'.Vincent Richard2005-10-061-3/+3
|
* Updated FSF address.Vincent Richard2005-09-171-3/+7
|
* Added progression notifications.Vincent Richard2005-09-031-5/+8
|
* Reference counting and smart pointers.Vincent Richard2005-07-121-6/+6
|
* Added contentHandler::extractRaw().Vincent Richard2005-07-061-0/+6
|
* Updated VMime website URL.Vincent Richard2005-03-181-1/+1
|
* Splitted 'contentHandler' into three classes: 'emptyContentHandler', ↵Vincent Richard2005-01-281-0/+192
'stringContentHandler' and 'streamContentHandler'.