aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Moved 'url' and 'urlUtils' classes to 'utility' namespace.Vincent Richard2005-04-144-11/+11
* Implemented comparison operators.Vincent Richard2005-04-131-29/+158
* Added support for RFC-2231.Vincent Richard2005-04-126-15/+569
* Added attachMDNRequest().Vincent Richard2005-04-091-0/+17
* Fixed bug in Base64 decoding.Vincent Richard2005-04-091-0/+5
* Fixed warning.Vincent Richard2005-04-091-1/+1
* Moved IMAP, POP3, maildir and SMTP files to separate namespaces.Vincent Richard2005-04-0315-50/+78
* Added constant for 'text/directory' MIME type.Vincent Richard2005-04-011-0/+1
* Support for message importance.Vincent Richard2005-03-311-0/+143
* Modified isValidPathComponent() to accept drives as first component.Stefan Uhrig2005-03-281-10/+26
* Added toUpper() functionStefan Uhrig2005-03-281-0/+12
* Fixed isValidPathComponent() to detect invalid chars or reserved names.Vincent Richard2005-03-281-11/+54
* Fixed POP3Store::sendPacket() for some servers.Vincent Richard2005-03-281-2/+4
* 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-273-0/+854
* Added new basic type 'messageIdSequence'.Vincent Richard2005-03-276-18/+312
* Some fixes for Visual C++/Windows.Vincent Richard2005-03-252-2/+6
* Basic support for MDN (RFC-3798).Vincent Richard2005-03-257-1/+678
* Support for content types and parameters defined in RFC-1892.Vincent Richard2005-03-232-0/+14
* Added POP3 notifications.Vincent Richard2005-03-232-2/+68
* Removed '-' from 'CPXXX' charset constants.Vincent Richard2005-03-231-27/+27
* Basic support for 'Disposition' header field.Vincent Richard2005-03-233-0/+361
* Fixed multiple bugs in POP3 protocol.Vincent Richard2005-03-232-43/+127
* 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 ty...Vincent Richard2005-03-122-2/+23
* 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', 'stringC...Vincent Richard2005-01-289-373/+570
* 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 bu...Vincent Richard2005-01-043-11/+8
* 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