aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Basic support for 'Disposition' header field.Vincent Richard2005-03-233-0/+361
|
* Fixed multiple bugs in POP3 protocol.Vincent Richard2005-03-232-45/+129
|
* Updated VMime website URL.Vincent Richard2005-03-1892-92/+92
|
* Renamed MIME_VERSION to SUPPORTED_MIME_VERSION.Vincent Richard2005-03-172-2/+2
|
* Fixed compilation problems on Solaris 9.Vincent Richard2005-03-1616-82/+82
|
* 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-151-0/+1
|
* Fixed parsing bounds for header fields and values.Vincent Richard2005-03-153-15/+12
|
* Moved word parsing from 'text' class to 'word' class.Vincent Richard2005-03-152-504/+598
|
* Fixed bug with CRLF between two encoded words.Vincent Richard2005-03-141-1/+1
|
* Removed 'singleton' and 'singletonManager' classes.Vincent Richard2005-03-147-53/+42
|
* Fixed parameters not showing as child components + fixed parsing bounds in ↵Vincent Richard2005-03-122-2/+23
| | | | typeAdapter.
* Moved header field parsing to 'headerField::parseNext()'.Vincent Richard2005-03-122-147/+163
|
* Changed protected inheritance to simple composition.Vincent Richard2005-02-062-16/+61
|
* Moved 'static' functions into 'parserHelpers' class.Vincent Richard2005-02-0514-81/+83
|
* Removed extra '::' before numeric constants.Vincent Richard2005-02-051-3/+3
|
* Fixed forward use of swapUint32Array().Vincent Richard2005-02-051-21/+21
|
* Fixed possible segfault when encoding is Base64.Vincent Richard2005-02-011-1/+1
|
* Splitted 'contentHandler' into three classes: 'emptyContentHandler', ↵Vincent Richard2005-01-289-373/+570
| | | | 'stringContentHandler' and 'streamContentHandler'.
* Prefixed function names with 'get' + written some doc for functions.Vincent Richard2005-01-131-12/+12
|
* Removed useless 'const' on some declarations.Vincent Richard2005-01-071-1/+1
|
* Removed useless 'const' in return value of some functions.Vincent Richard2005-01-067-7/+7
|
* Fixed compilation errors with 'isascii' on some systems.Vincent Richard2005-01-052-0/+2
|
* Added diagnostic error string for 'exceptions::connection_error' + fixed a ↵Vincent Richard2005-01-043-11/+8
| | | | bug in 'posixSocket::connect()' when specifying an IP address.
* Fixed a linking error with g++ <= 3.2.Vincent Richard2005-01-031-0/+4
|
* outputStreamStringAdapter::write() improvement.Vincent Richard2005-01-031-2/+1
|
* Changed year to 2005 in copyright header.Vincent Richard2005-01-0390-90/+90
|
* Moved 'datetime::getDayOfWeek()' to 'datetimeUtils'.Vincent Richard2005-01-022-25/+28
|
* Added 'utility::datetimeUtils' + fixed 'stringUtils' not in namespace 'utility'.Vincent Richard2005-01-0218-48/+275
|
* Added setValue(string).Vincent Richard2005-01-021-0/+6
|
* Added unit tests for 'utility::path'.Vincent Richard2005-01-024-6/+9
|
* Converted all C-style casts to C++-style casts + added unit test for ↵Vincent Richard2005-01-0111-64/+92
| | | | utility::md5.
* Autotools and libtool support.Vincent Richard2004-12-302-1/+7
|
* Renamed files in POSIX platform handler.Vincent Richard2004-12-263-3/+3
|
* Moved all header files to 'vmime/' directory.Vincent Richard2004-12-26195-18554/+256
|
* Allow creating a service from an URL.Vincent Richard2004-12-265-9/+61
|
* Fixed bug in URL parsing.Vincent Richard2004-12-261-15/+23
|
* Removed relative paths from #include's.Vincent Richard2004-12-2675-223/+247
|
* Renamed class 'disposition' to 'contentDisposition'.Vincent Richard2004-12-2410-45/+45
|
* When connecting, create root directory if it does not exists.Vincent Richard2004-12-231-2/+20
|
* 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
|
* Some more class documentation.Vincent Richard2004-12-2226-20/+183
|
* Added getCapabilities() on messaging::store.Vincent Richard2004-12-228-9/+67
|
* Done rename() operation on 'maildir' + fixed some bugs/limitations in ↵Vincent Richard2004-12-223-23/+116
| | | | maildir/IMAP.
* Notify direct and indirect sub-folders when renaming an IMAP folder.Vincent Richard2004-12-221-1/+10
|
* Explain renameParent() in function doc.Vincent Richard2004-12-221-0/+2
|
* Added renameParent() function.Vincent Richard2004-12-222-0/+34
|
* Added isParentOf() function.Vincent Richard2004-12-222-1/+23
|