aboutsummaryrefslogtreecommitdiffstats
path: root/src/utility (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-11-21Boost/C++11 shared pointers.Vincent Richard5-348/+12
2013-11-15Use "std::map" instead of "propertySet" in url class.Vincent Richard1-13/+10
2013-09-09Made template argument explicit to workaround compiler error on MSVC.Vincent Richard1-1/+1
2013-06-24Renamed default encoder.Vincent Richard1-6/+6
2013-06-24Added support for SIZE SMTP extension (RFC-1870).Vincent Richard4-0/+70
2013-06-12Homogeneous use of vmime::string.Vincent Richard2-2/+2
2013-05-12Better random seed.Vincent Richard1-3/+13
2013-04-16Added filtered output stream to transform LFs to CRLFs.Vincent Richard1-0/+71
2013-03-27Remove +x bit from source filesJan Engelhardt1-0/+0
2013-03-24Fixed warnings and 64-bit issues.Vincent Richard1-1/+1
2013-03-06Fixed maximum block size for read().Vincent Richard1-1/+1
2013-02-24Message generation/parsing context. Charset conversion options. Preliminary ↵Vincent Richard1-0/+33
implementation of RFC-6532.
2013-02-20Fixed SMTP dot stuffing at the beginning of content.Vincent Richard1-1/+24
2013-02-15The seekableInputStreamRegionAdapter now stores its own current position, to ↵Vincent Richard1-13/+24
avoid issues when multiple adapters share the same underlying stream.
2013-01-15Moved includes to fix compilation issue.Vincent Richard1-6/+0
2013-01-10Updated copyright year and maintainer email address.Vincent Richard37-37/+37
2012-12-22Fixed type for maximum line length.Vincent Richard1-5/+6
2012-12-13More robust check for EOF in input stream.Vincent Richard1-4/+14
2012-12-13Fixed seeking after EOF in input stream.Vincent Richard1-0/+1
2012-12-12Trivial 64-bit warning fixes.Vincent Richard3-10/+10
2012-11-29Trivial 64-bit warning fixes.Vincent Richard4-14/+14
2012-11-03OpenSSL support (thanks to Mehmet Bozkurt).Vincent Richard1-0/+44
2012-11-01Migrated build system to CMake. Conditional file compilation. Automatic ↵Vincent Richard1-6/+6
selection of platform handler.
2012-10-15Support for bogus encoding name 'bmoted-printable' (Zarafa).Vincent Richard1-0/+3
2012-04-16Added ability to parse directly from an input stream (eg. file). This allows ↵Vincent Richard8-0/+341
very big messages to be parsed without loading the whole message data into memory.
2012-04-14Split stream.hpp/.cpp into multiple source files.Vincent Richard16-485/+857
2012-04-05Fixed wrong encoding of line breaks in QP-encoded text (issue #7).Vincent Richard1-4/+5
2010-10-12Better RFC-2047 encoding.Vincent Richard1-104/+167
2010-10-12Encode quotation marks in QP/RFC-2047.Vincent Richard1-0/+1
2010-05-21Always encode special charsets.Vincent Richard1-0/+18
2010-04-13Register non-standard encoding names.Vincent Richard1-0/+4
2010-01-20Fixed bug #2933667: CRLF filter broken.Vincent Richard1-2/+2
2009-12-01Added option to return ISO week-numbering instead of default calendar-numbering.Vincent Richard1-2/+2
2009-11-30Added block size on sockets to allow different buffer size for SSL.Vincent Richard1-2/+2
2009-11-03Fixed possible segfault (thanks to László Vadócz).Vincent Richard1-1/+1
2009-09-06Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.Vincent Richard21-42/+42
2009-04-09Fixed block size through filtered streams.Vincent Richard2-3/+19
2008-12-29Fixed week of year for 53th week (non ISO-compliant).Vincent Richard1-0/+3
2008-10-12New namespace for encoders.Vincent Richard9-0/+1490
2008-10-12Fixed compilation warnings.Vincent Richard11-66/+66
2008-07-11Fixed bad buffer length causing duplicate data (Zarafa).Vincent Richard1-1/+1
2008-01-04Changed copyright year to 2008.Vincent Richard12-12/+12
2007-08-30Added function to unquote strings.Vincent Richard1-0/+36
2007-07-09Throw exception when badbit is set.Vincent Richard1-0/+8
2007-07-09New GCC definition.Vincent Richard1-1/+1
2007-06-07Fixed wrong block size (thanks to Emmanuel Cabestan).Vincent Richard1-1/+1
2007-05-22Fixed bug #1721186: thread-safe reference counting.Vincent Richard2-128/+304
2007-05-21Fixed bug #1656547: segfault in urlUtils::decode() if the string ends with '%'.Vincent Richard1-18/+18
2007-03-27Fixed typo in the copyright header, and added missing paragraph about linking.Vincent Richard9-27/+63
2007-03-22Added support for Courier maildir format.Vincent Richard1-0/+6