aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed missing 'vmime/config.hpp' include.Vincent Richard2005-01-152-0/+7
|
* Prefixed function names with 'get' + written some doc for functions.Vincent Richard2005-01-133-28/+82
|
* Made 'propertySet::property' public.Vincent Richard2005-01-071-1/+5
|
* Removed useless 'const' on some declarations.Vincent Richard2005-01-072-2/+2
|
* Removed useless 'const' in return value of some functions.Vincent Richard2005-01-0615-20/+16
|
* Fixed compilation errors with 'isascii' on some systems.Vincent Richard2005-01-052-0/+2
|
* Started version 0.6.3.Vincent Richard2005-01-052-1/+9
|
* Version 0.6.2.Vincent Richard2005-01-051-2/+2
|
* Added diagnostic error string for 'exceptions::connection_error' + fixed a ↵Vincent Richard2005-01-045-12/+16
| | | | bug in 'posixSocket::connect()' when specifying an IP address.
* Fixed a linking error with g++ <= 3.2.Vincent Richard2005-01-031-0/+5
|
* Fixed a linking error with g++ <= 3.2.Vincent Richard2005-01-032-3/+28
|
* outputStreamStringAdapter::write() improvement.Vincent Richard2005-01-031-2/+1
|
* Changed year to 2005 in copyright header.Vincent Richard2005-01-03215-215/+215
|
* Moved 'datetime::getDayOfWeek()' to 'datetimeUtils'.Vincent Richard2005-01-025-29/+40
|
* Fixed compilation warnings in 'headerTest'.Vincent Richard2005-01-021-17/+17
|
* Added 'utility::datetimeUtils' + fixed 'stringUtils' not in namespace 'utility'.Vincent Richard2005-01-0230-96/+412
|
* Added unit tests for 'bodyPart'.Vincent Richard2005-01-023-1/+95
|
* Fixed compilation warnings.Vincent Richard2005-01-021-16/+16
|
* Added setValue(string).Vincent Richard2005-01-022-0/+12
|
* Added unit tests for 'utility::path'.Vincent Richard2005-01-027-7/+332
|
* Added unit tests for 'utility::stringProxy' and 'utility::stringUtils'.Vincent Richard2005-01-014-2/+340
|
* Converted all C-style casts to C++-style casts + added unit test for ↵Vincent Richard2005-01-0115-66/+214
| | | | utility::md5.
* Fixed config file for Doxygen.Vincent Richard2004-12-311-2/+2
|
* Started version 0.6.2.Vincent Richard2004-12-312-1/+9
|
* Version 0.6.1.Vincent Richard2004-12-311-2/+2
|
* Modification in library versioning.Vincent Richard2004-12-302-32/+28
|
* Added more checks in 'configure.in'.Vincent Richard2004-12-301-0/+136
|
* Autotools and libtool support.Vincent Richard2004-12-3020-165/+909
|
* Renamed files in POSIX platform handler.Vincent Richard2004-12-267-8/+8
|
* Moved all header files to 'vmime/' directory.Vincent Richard2004-12-26209-685/+699
|
* Allow creating a service from an URL.Vincent Richard2004-12-266-9/+64
|
* Fixed bug in URL parsing.Vincent Richard2004-12-261-15/+23
|
* Oops, forgot a close() when writing to .pc file.Vincent Richard2004-12-261-0/+2
|
* Added versioning + removed shared library build (does not work because of ↵Vincent Richard2004-12-262-52/+33
| | | | C++ templates).
* Added support for 'pkg-config'.Vincent Richard2004-12-262-0/+21
|
* Import default environment.Vincent Richard2004-12-261-0/+1
|
* Removed relative paths from #include's.Vincent Richard2004-12-2676-223/+251
|
* Renamed class 'disposition' to 'contentDisposition'.Vincent Richard2004-12-2412-46/+51
|
* When connecting, create root directory if it does not exists.Vincent Richard2004-12-232-2/+25
|
* Hide private class 'IMAPauthenticator' from class documentation.Vincent Richard2004-12-231-0/+4
|
* Removed unused 'POP3header' class.Vincent Richard2004-12-231-15/+9
|
* Missing #include for close() function.Vincent Richard2004-12-231-0/+1
|
* Fixed missing 'unit++' in tests/lib.Vincent Richard2004-12-221-8/+6
|
* Fixed missing files in dist + empty 'COPYING' file.Vincent Richard2004-12-223-0/+349
|
* Started version 0.6.1.Vincent Richard2004-12-222-1/+9
|
* Version 0.6.0 (Christmas present).Vincent Richard2004-12-221-2/+2
|
* Fixed SConstruct for files that have been removed.Vincent Richard2004-12-221-5/+0
|
* Some more class documentation.Vincent Richard2004-12-2227-229/+392
|
* Updated ChangeLog for new functions in 'component'.Vincent Richard2004-12-221-0/+3
|
* Added getCapabilities() on messaging::store.Vincent Richard2004-12-2210-10/+71
|