aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed typo in inline template specialization code.Vincent Richard2005-06-281-2/+2
|
* Fixed missing includes.Vincent Richard2005-06-251-0/+3
|
* Fixed missing doc for param.Vincent Richard2005-06-211-0/+1
|
* Started version 0.7.2.Vincent Richard2005-06-212-1/+9
|
* Version 0.7.1.Vincent Richard2005-06-211-2/+2
|
* Fixed a bug in RFC-2231 implementation.Vincent Richard2005-06-213-2/+5
|
* Fixed compilation errors with g++ 4.0.Vincent Richard2005-06-218-1/+17
|
* Added unit tests.Vincent Richard2005-06-171-0/+15
|
* Fixed multi-line terminator spanning on multiple incoming packets.Vincent Richard2005-06-161-38/+20
|
* Fixed uninitialized variable.Vincent Richard2005-06-161-3/+3
|
* Added 'inputStreamSocketAdapter' and 'stopSequenceFilteredInputStream'.Vincent Richard2005-06-165-2/+407
|
* Added dotFilteredInputStream + fixed CRLFToLFFilteredOutputStream + added ↵Vincent Richard2005-06-154-3/+320
| | | | unit tests.
* Fixed a bug in word parsing.Vincent Richard2005-06-131-0/+6
|
* Fixed a bug in word parsing.Vincent Richard2005-06-132-2/+23
|
* Fixed memory leak.Vincent Richard2005-06-033-0/+13
|
* Don't ask for authentication credentials when specified in the URL.Vincent Richard2005-05-301-1/+3
|
* Added 'peek' parameter to extract() and extractPart().Vincent Richard2005-05-278-24/+45
|
* Free memory for args.Vincent Richard2005-05-252-3/+11
|
* Removed redundant field name.Vincent Richard2005-05-201-6/+6
|
* 'example6' enhancement.Vincent Richard2005-05-193-151/+446
|
* Fixed bug in subfolders enumeration.Vincent Richard2005-05-192-2/+17
|
* Fixed missing 'const'.Vincent Richard2005-05-191-2/+2
|
* Removed useless blank line.Vincent Richard2005-05-191-1/+0
|
* Service properties enhancement.Vincent Richard2005-05-1520-175/+851
|
* Oops... missing ')'.Vincent Richard2005-05-141-1/+1
|
* Replaced getpid() with GetCurrentProcessId() on Windows.Vincent Richard2005-05-141-2/+2
|
* Fixed missing space in STATUS command + parse error in 'status_info'.Vincent Richard2005-05-033-1/+9
|
* Added 'childProcess'.Vincent Richard2005-04-301-0/+103
|
* Added 'childProcess'.Vincent Richard2005-04-3010-196/+515
|
* Added guide describing how to compile VMime using VS .NET 2003.Stefan Uhrig2005-04-282-1/+95
|
* Added #include <algorithm>Stefan Uhrig2005-04-281-0/+1
|
* Added parameter support to 'utility::url'.Vincent Richard2005-04-284-2/+150
|
* Sendmail implementation + filtered streams.Vincent Richard2005-04-2837-151/+1025
|
* Fixed send example.Vincent Richard2005-04-271-2/+4
|
* Ignore filenames starting with '.' for message files.Vincent Richard2005-04-273-2/+28
|
* Added missing case when replacing '.' in send().Vincent Richard2005-04-261-1/+13
|
* Moved generic implementation of send() to 'transport'.Vincent Richard2005-04-261-1/+0
|
* Moved generic implementation of send() to 'transport'.Vincent Richard2005-04-264-77/+120
|
* Added unit tests for date comparison + fixed date comparison (again...).Vincent Richard2005-04-232-24/+61
|
* Fixed date/time comparisons.Vincent Richard2005-04-221-38/+42
|
* Fixed bug in RFC-2231 implementation.Vincent Richard2005-04-192-3/+11
|
* Fixed getLocaleCharset() in Windows platform handler, when MLang is not present.Vincent Richard2005-04-185-18/+344
|
* Fixed bugs in URLs + added unit tests.Vincent Richard2005-04-152-1/+7
|
* Fixed compiler error with VC++6.Vincent Richard2005-04-141-0/+16
|
* Moved 'url' and 'urlUtils' classes to 'utility' namespace.Vincent Richard2005-04-1410-30/+37
|
* Implemented comparison operators.Vincent Richard2005-04-132-29/+166
|
* Fixed missing doc for param.Vincent Richard2005-04-131-0/+1
|
* Added unit tests for 'datetime'.Vincent Richard2005-04-133-0/+116
|
* Started version 0.7.1.Vincent Richard2005-04-122-1/+9
|
* Version 0.7.0.Vincent Richard2005-04-122-4/+4
|