aboutsummaryrefslogtreecommitdiffstats
path: root/src/utility (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merged source and header files in directory structure. Got rid of SConstruct ↵Vincent Richard2013-12-2935-5039/+0
| | | | build.
* Simplified types for better readability. Use appropriate types (size_t, ↵Vincent Richard2013-12-1025-293/+307
| | | | byte_t...). Minor warning fixes.
* Boost/C++11 shared pointers.Vincent Richard2013-11-215-348/+12
|
* Use "std::map" instead of "propertySet" in url class.Vincent Richard2013-11-151-13/+10
|
* Made template argument explicit to workaround compiler error on MSVC.Vincent Richard2013-09-091-1/+1
|
* Renamed default encoder.Vincent Richard2013-06-241-6/+6
|
* Added support for SIZE SMTP extension (RFC-1870).Vincent Richard2013-06-244-0/+70
|
* Homogeneous use of vmime::string.Vincent Richard2013-06-122-2/+2
|
* Better random seed.Vincent Richard2013-05-121-3/+13
|
* Added filtered output stream to transform LFs to CRLFs.Vincent Richard2013-04-161-0/+71
|
* Remove +x bit from source filesJan Engelhardt2013-03-271-0/+0
|
* Fixed warnings and 64-bit issues.Vincent Richard2013-03-241-1/+1
|
* Fixed maximum block size for read().Vincent Richard2013-03-061-1/+1
|
* Message generation/parsing context. Charset conversion options. Preliminary ↵Vincent Richard2013-02-241-0/+33
| | | | implementation of RFC-6532.
* Fixed SMTP dot stuffing at the beginning of content.Vincent Richard2013-02-201-1/+24
|
* The seekableInputStreamRegionAdapter now stores its own current position, to ↵Vincent Richard2013-02-151-13/+24
| | | | avoid issues when multiple adapters share the same underlying stream.
* Moved includes to fix compilation issue.Vincent Richard2013-01-151-6/+0
|
* Updated copyright year and maintainer email address.Vincent Richard2013-01-1037-37/+37
|
* Fixed type for maximum line length.Vincent Richard2012-12-221-5/+6
|
* More robust check for EOF in input stream.Vincent Richard2012-12-131-4/+14
|
* Fixed seeking after EOF in input stream.Vincent Richard2012-12-131-0/+1
|
* Trivial 64-bit warning fixes.Vincent Richard2012-12-123-10/+10
|
* Trivial 64-bit warning fixes.Vincent Richard2012-11-294-14/+14
|
* OpenSSL support (thanks to Mehmet Bozkurt).Vincent Richard2012-11-031-0/+44
|
* Migrated build system to CMake. Conditional file compilation. Automatic ↵Vincent Richard2012-11-011-6/+6
| | | | selection of platform handler.
* Support for bogus encoding name 'bmoted-printable' (Zarafa).Vincent Richard2012-10-151-0/+3
|
* Added ability to parse directly from an input stream (eg. file). This allows ↵Vincent Richard2012-04-168-0/+341
| | | | very big messages to be parsed without loading the whole message data into memory.
* Split stream.hpp/.cpp into multiple source files.Vincent Richard2012-04-1416-485/+857
|
* Fixed wrong encoding of line breaks in QP-encoded text (issue #7).Vincent Richard2012-04-051-4/+5
|
* Better RFC-2047 encoding.Vincent Richard2010-10-121-104/+167
|
* Encode quotation marks in QP/RFC-2047.Vincent Richard2010-10-121-0/+1
|
* Always encode special charsets.Vincent Richard2010-05-211-0/+18
|
* Register non-standard encoding names.Vincent Richard2010-04-131-0/+4
|
* Fixed bug #2933667: CRLF filter broken.Vincent Richard2010-01-201-2/+2
|
* Added option to return ISO week-numbering instead of default calendar-numbering.Vincent Richard2009-12-011-2/+2
|
* Added block size on sockets to allow different buffer size for SSL.Vincent Richard2009-11-301-2/+2
|
* Fixed possible segfault (thanks to László Vadócz).Vincent Richard2009-11-031-1/+1
|
* Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.Vincent Richard2009-09-0621-42/+42
|
* Fixed block size through filtered streams.Vincent Richard2009-04-092-3/+19
|
* Fixed week of year for 53th week (non ISO-compliant).Vincent Richard2008-12-291-0/+3
|
* New namespace for encoders.Vincent Richard2008-10-129-0/+1490
|
* Fixed compilation warnings.Vincent Richard2008-10-1211-66/+66
|
* Fixed bad buffer length causing duplicate data (Zarafa).Vincent Richard2008-07-111-1/+1
|
* Changed copyright year to 2008.Vincent Richard2008-01-0412-12/+12
|
* Added function to unquote strings.Vincent Richard2007-08-301-0/+36
|
* Throw exception when badbit is set.Vincent Richard2007-07-091-0/+8
|
* New GCC definition.Vincent Richard2007-07-091-1/+1
|
* Fixed wrong block size (thanks to Emmanuel Cabestan).Vincent Richard2007-06-071-1/+1
|
* Fixed bug #1721186: thread-safe reference counting.Vincent Richard2007-05-222-128/+304
|
* Fixed bug #1656547: segfault in urlUtils::decode() if the string ends with '%'.Vincent Richard2007-05-211-18/+18
|