aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Support for message importance.Vincent Richard2005-03-315-1/+233
|
* Modified isValidPathComponent() to accept drives as first component.Stefan Uhrig2005-03-282-10/+28
|
* Added toUpper() functionStefan Uhrig2005-03-282-0/+20
|
* Oops... Fixed missing 'x' when testing target OS.Vincent Richard2005-03-281-1/+1
|
* File 'config.hpp.msvc' is now automatically generated.Vincent Richard2005-03-283-65/+113
|
* Fixed isValidPathComponent() to detect invalid chars or reserved names.Vincent Richard2005-03-281-11/+54
|
* Fixed POP3Store::sendPacket() for some servers.Vincent Richard2005-03-282-2/+10
|
* Fixed SConstruct to include MSVC files in dist.Vincent Richard2005-03-281-0/+3
|
* Added 'msvc' target.Vincent Richard2005-03-272-2/+231
|
* Fixed integer assignment to boolean variable.Stefan Uhrig2005-03-271-1/+1
|
* Included <algorithm> header.Stefan Uhrig2005-03-271-0/+1
|
* Added windows platform handlers.Stefan Uhrig2005-03-278-0/+1265
|
* Added new basic type 'messageIdSequence'.Vincent Richard2005-03-2716-19/+694
|
* Some fixes for Visual C++/Windows.Vincent Richard2005-03-256-31/+78
|
* Basic support for MDN (RFC-3798).Vincent Richard2005-03-2520-4/+1245
|
* Added a section about warnings at compilation.Vincent Richard2005-03-251-0/+7
|
* Added a section about EOL character.Vincent Richard2005-03-251-0/+8
|
* Added 'HACKING' file.Vincent Richard2005-03-243-0/+303
|
* Support for content types and parameters defined in RFC-1892.Vincent Richard2005-03-235-0/+49
|
* Added POP3 notifications.Vincent Richard2005-03-234-2/+72
|
* Removed '-' from 'CPXXX' charset constants.Vincent Richard2005-03-231-27/+27
|
* Basic support for 'Disposition' header field.Vincent Richard2005-03-239-1/+728
|
* Fixed multiple bugs in POP3 protocol.Vincent Richard2005-03-235-45/+138
|
* Updated VMime website URL.Vincent Richard2005-03-18220-238/+260
|
* Renamed MIME_VERSION to SUPPORTED_MIME_VERSION.Vincent Richard2005-03-174-3/+5
|
* Added 'VMime Viewer' example.Vincent Richard2005-03-173-0/+313
|
* Fixed compilation problems on Solaris 9.Vincent Richard2005-03-1619-89/+94
|
* Support for In-Reply-To header field (type MessageId).Vincent Richard2005-03-151-0/+1
|
* Support for In-Reply-To header field (type MessageId).Vincent Richard2005-03-153-0/+3
|
* Fixed parsing bounds for header fields and values.Vincent Richard2005-03-153-15/+12
|
* More unit tests for 'text' class.Vincent Richard2005-03-152-3/+105
|
* Moved word parsing from 'text' class to 'word' class.Vincent Richard2005-03-155-508/+621
|
* Fixed bug with CRLF between two encoded words.Vincent Richard2005-03-141-1/+1
|
* Added test for linear-white-space between encoded words.Vincent Richard2005-03-141-0/+26
|
* Removed 'singleton' and 'singletonManager' classes.Vincent Richard2005-03-1416-170/+65
|
* Fixed parameters not showing as child components + fixed parsing bounds in ↵Vincent Richard2005-03-125-2/+28
| | | | typeAdapter.
* Moved header field parsing to 'headerField::parseNext()'.Vincent Richard2005-03-123-147/+165
|
* Changed first argument of copy_vector() to 'const', to avoid mistakes.Vincent Richard2005-03-121-1/+1
|
* Added '-Wconversion' for GCC.Vincent Richard2005-02-101-1/+2
|
* Changed protected inheritance to simple composition.Vincent Richard2005-02-064-26/+90
|
* Moved 'static' functions into 'parserHelpers' class.Vincent Richard2005-02-0516-111/+122
|
* Removed extra '::' before numeric constants.Vincent Richard2005-02-052-3/+8
|
* Fixed forward use of swapUint32Array().Vincent Richard2005-02-052-21/+26
|
* Fixed possible segfault when encoding is Base64.Vincent Richard2005-02-012-1/+5
|
* Started version 0.6.4.Vincent Richard2005-01-282-1/+9
|
* Version 0.6.3.Vincent Richard2005-01-281-2/+2
|
* Ensure debugging mode is enabled when building tests.Vincent Richard2005-01-281-13/+17
|
* Splitted 'contentHandler' into three classes: 'emptyContentHandler', ↵Vincent Richard2005-01-2824-467/+880
| | | | 'stringContentHandler' and 'streamContentHandler'.
* Fixed bug with signed/unsigned char.Vincent Richard2005-01-281-2/+4
|
* Added possibility to disable protected inheritance ↵Vincent Richard2005-01-281-1/+1
| | | | (VMIME_NO_PROTECTED_INHERITANCE).