aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Reference counting and smart pointers.Vincent Richard2005-07-1275-1401/+1443
|
* Added contentHandler::extractRaw().Vincent Richard2005-07-063-0/+26
|
* Fixed a bug in RFC-2231 implementation.Vincent Richard2005-06-211-1/+1
|
* Fixed compilation errors with g++ 4.0.Vincent Richard2005-06-211-1/+1
|
* Fixed multi-line terminator spanning on multiple incoming packets.Vincent Richard2005-06-161-38/+20
|
* Fixed uninitialized variable.Vincent Richard2005-06-161-3/+3
|
* Added 'inputStreamSocketAdapter' and 'stopSequenceFilteredInputStream'.Vincent Richard2005-06-162-2/+67
|
* Added dotFilteredInputStream + fixed CRLFToLFFilteredOutputStream + added ↵Vincent Richard2005-06-151-3/+120
| | | | unit tests.
* Fixed a bug in word parsing.Vincent Richard2005-06-131-2/+18
|
* Fixed memory leak.Vincent Richard2005-06-031-0/+6
|
* Added 'peek' parameter to extract() and extractPart().Vincent Richard2005-05-273-14/+24
|
* Free memory for args.Vincent Richard2005-05-251-3/+8
|
* Fixed bug in subfolders enumeration.Vincent Richard2005-05-191-2/+13
|
* Service properties enhancement.Vincent Richard2005-05-158-96/+426
|
* Oops... missing ')'.Vincent Richard2005-05-141-1/+1
|
* Replaced getpid() with GetCurrentProcessId() on Windows.Vincent Richard2005-05-141-2/+2
|
* Fixed missing space in STATUS command + parse error in 'status_info'.Vincent Richard2005-05-031-1/+1
|
* Added 'childProcess'.Vincent Richard2005-04-304-195/+414
|
* Added #include <algorithm>Stefan Uhrig2005-04-281-0/+1
|
* Added parameter support to 'utility::url'.Vincent Richard2005-04-282-1/+90
|
* Sendmail implementation + filtered streams.Vincent Richard2005-04-2814-82/+599
|
* Ignore filenames starting with '.' for message files.Vincent Richard2005-04-272-2/+20
|
* Added missing case when replacing '.' in send().Vincent Richard2005-04-261-1/+13
|
* Moved generic implementation of send() to 'transport'.Vincent Richard2005-04-262-72/+116
|
* Added unit tests for date comparison + fixed date comparison (again...).Vincent Richard2005-04-231-24/+24
|
* Fixed date/time comparisons.Vincent Richard2005-04-221-38/+42
|
* Fixed bug in RFC-2231 implementation.Vincent Richard2005-04-191-3/+6
|
* Fixed getLocaleCharset() in Windows platform handler, when MLang is not present.Vincent Richard2005-04-183-16/+110
|
* 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
|