aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2005-04-26Added missing case when replacing '.' in send().Vincent Richard1-1/+13
2005-04-26Moved generic implementation of send() to 'transport'.Vincent Richard2-72/+116
2005-04-23Added unit tests for date comparison + fixed date comparison (again...).Vincent Richard1-24/+24
2005-04-22Fixed date/time comparisons.Vincent Richard1-38/+42
2005-04-19Fixed bug in RFC-2231 implementation.Vincent Richard1-3/+6
2005-04-18Fixed getLocaleCharset() in Windows platform handler, when MLang is not present.Vincent Richard3-16/+110
2005-04-14Moved 'url' and 'urlUtils' classes to 'utility' namespace.Vincent Richard4-11/+11
2005-04-13Implemented comparison operators.Vincent Richard1-29/+158
2005-04-12Added support for RFC-2231.Vincent Richard6-15/+569
2005-04-09Added attachMDNRequest().Vincent Richard1-0/+17
2005-04-09Fixed bug in Base64 decoding.Vincent Richard1-0/+5
2005-04-09Fixed warning.Vincent Richard1-1/+1
2005-04-03Moved IMAP, POP3, maildir and SMTP files to separate namespaces.Vincent Richard15-50/+78
2005-04-01Added constant for 'text/directory' MIME type.Vincent Richard1-0/+1
2005-03-31Support for message importance.Vincent Richard1-0/+143
2005-03-28Modified isValidPathComponent() to accept drives as first component.Stefan Uhrig1-10/+26
2005-03-28Added toUpper() functionStefan Uhrig1-0/+12
2005-03-28Fixed isValidPathComponent() to detect invalid chars or reserved names.Vincent Richard1-11/+54
2005-03-28Fixed POP3Store::sendPacket() for some servers.Vincent Richard1-2/+4
2005-03-27Fixed integer assignment to boolean variable.Stefan Uhrig1-1/+1
2005-03-27Included <algorithm> header.Stefan Uhrig1-0/+1
2005-03-27Added windows platform handlers.Stefan Uhrig3-0/+854
2005-03-27Added new basic type 'messageIdSequence'.Vincent Richard6-18/+312
2005-03-25Some fixes for Visual C++/Windows.Vincent Richard2-2/+6
2005-03-25Basic support for MDN (RFC-3798).Vincent Richard7-1/+678
2005-03-23Support for content types and parameters defined in RFC-1892.Vincent Richard2-0/+14
2005-03-23Added POP3 notifications.Vincent Richard2-2/+68
2005-03-23Removed '-' from 'CPXXX' charset constants.Vincent Richard1-27/+27
2005-03-23Basic support for 'Disposition' header field.Vincent Richard3-0/+361
2005-03-23Fixed multiple bugs in POP3 protocol.Vincent Richard2-45/+129
2005-03-18Updated VMime website URL.Vincent Richard92-92/+92
2005-03-17Renamed MIME_VERSION to SUPPORTED_MIME_VERSION.Vincent Richard2-2/+2
2005-03-16Fixed compilation problems on Solaris 9.Vincent Richard16-82/+82
2005-03-15Support for In-Reply-To header field (type MessageId).Vincent Richard1-0/+1
2005-03-15Support for In-Reply-To header field (type MessageId).Vincent Richard1-0/+1
2005-03-15Fixed parsing bounds for header fields and values.Vincent Richard3-15/+12
2005-03-15Moved word parsing from 'text' class to 'word' class.Vincent Richard2-504/+598
2005-03-14Fixed bug with CRLF between two encoded words.Vincent Richard1-1/+1
2005-03-14Removed 'singleton' and 'singletonManager' classes.Vincent Richard7-53/+42
2005-03-12Fixed parameters not showing as child components + fixed parsing bounds in ↵Vincent Richard2-2/+23
typeAdapter.
2005-03-12Moved header field parsing to 'headerField::parseNext()'.Vincent Richard2-147/+163
2005-02-06Changed protected inheritance to simple composition.Vincent Richard2-16/+61
2005-02-05Moved 'static' functions into 'parserHelpers' class.Vincent Richard14-81/+83
2005-02-05Removed extra '::' before numeric constants.Vincent Richard1-3/+3
2005-02-05Fixed forward use of swapUint32Array().Vincent Richard1-21/+21
2005-02-01Fixed possible segfault when encoding is Base64.Vincent Richard1-1/+1
2005-01-28Splitted 'contentHandler' into three classes: 'emptyContentHandler', ↵Vincent Richard9-373/+570
'stringContentHandler' and 'streamContentHandler'.
2005-01-13Prefixed function names with 'get' + written some doc for functions.Vincent Richard1-12/+12
2005-01-07Removed useless 'const' on some declarations.Vincent Richard1-1/+1
2005-01-06Removed useless 'const' in return value of some functions.Vincent Richard7-7/+7