aboutsummaryrefslogtreecommitdiffstats
path: root/src/utility/filteredStream.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2013-12-29Merged source and header files in directory structure. Got rid of SConstruct ...Vincent Richard1-391/+0
2013-12-10Simplified types for better readability. Use appropriate types (size_t, byte_...Vincent Richard1-33/+33
2013-06-12Homogeneous use of vmime::string.Vincent Richard1-1/+1
2013-04-16Added filtered output stream to transform LFs to CRLFs.Vincent Richard1-0/+71
2013-02-20Fixed SMTP dot stuffing at the beginning of content.Vincent Richard1-1/+24
2013-01-10Updated copyright year and maintainer email address.Vincent Richard1-1/+1
2010-01-20Fixed bug #2933667: CRLF filter broken.Vincent Richard1-2/+2
2009-09-06Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.Vincent Richard1-2/+2
2009-04-09Fixed block size through filtered streams.Vincent Richard1-0/+16
2008-10-12Fixed compilation warnings.Vincent Richard1-4/+4
2008-07-11Fixed bad buffer length causing duplicate data (Zarafa).Vincent Richard1-1/+1
2008-01-04Changed copyright year to 2008.Vincent Richard1-1/+1
2007-03-27Fixed typo in the copyright header, and added missing paragraph about linking.Vincent Richard1-3/+7
2007-01-01Changed copyright year to 2007.Vincent Richard1-1/+1
2006-02-05Changed copyright year to 2006.Vincent Richard1-1/+1
2005-10-20Added flush() on 'outputStream' + added unit tests for 'charsetFilteredOutput...Vincent Richard1-2/+17
2005-09-17Updated FSF address.Vincent Richard1-3/+3
2005-06-16Fixed uninitialized variable.Vincent Richard1-3/+3
2005-06-16Added 'inputStreamSocketAdapter' and 'stopSequenceFilteredInputStream'.Vincent Richard1-0/+29
2005-06-15Added dotFilteredInputStream + fixed CRLFToLFFilteredOutputStream + added uni...Vincent Richard1-3/+120
2005-04-28Added #include <algorithm>Stefan Uhrig1-0/+1
2005-04-28Sendmail implementation + filtered streams.Vincent Richard1-0/+115