aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2005-09-16Input buffer size.Vincent Richard1-2/+4
2005-09-14Non-blocking socket input/output.Vincent Richard2-22/+51
2005-09-08Added special characters for encoding.Vincent Richard1-1/+2
2005-09-06New namespace for message digest algorithms.Vincent Richard7-61/+490
2005-09-03Added progression notifications.Vincent Richard9-26/+246
2005-09-02Updated code to use smart pointers.Vincent Richard4-82/+78
2005-09-02Throw exception in debug mode when thisRef()/thisWeakRef() is called from ↵Vincent Richard1-0/+44
the object's constructor.
2005-09-01NEVER call thisRef() from the object's constructor.Vincent Richard1-10/+14
2005-08-26Fixed 'requestAuthInfos()' not public.Vincent Richard1-1/+1
2005-08-26Fixed ambiguity when parameter is not const.Vincent Richard1-7/+7
2005-08-25Fixed undefined symbol 'UNSPECIFIED_PORT'.Vincent Richard1-0/+3
2005-08-24Error handling in posixSocket::send().Vincent Richard2-8/+79
2005-08-23Renamed 'vmime::messaging' to 'vmime::net'.Vincent Richard29-9683/+0
2005-08-23Renamed 'vmime::messaging' to 'vmime::net'.Vincent Richard36-36/+9719
2005-08-19vmime::exception now inherits from std::exception.Vincent Richard1-48/+54
2005-08-17Content handler constness.Vincent Richard2-3/+3
2005-07-25Added FETCH_IMPORTANCE flag.Vincent Richard6-11/+40
2005-07-24Don't throw if no field is found, just return normal priority.Vincent Richard1-8/+18
2005-07-24Fixed some doc + getHeader() now returns a ref.Vincent Richard3-36/+28
2005-07-24Allow getting/setting importance directly from/on message header.Vincent Richard1-3/+15
2005-07-24Removed implicit conversion to T* for smart pointers.Vincent Richard2-2/+2
2005-07-23Fixed getMessages().Vincent Richard3-4/+15
2005-07-21Fixed a bug when destroying an unconnected IMAP service.Vincent Richard1-3/+6
2005-07-20Allow creating 'charset' objects from 'const char*' (for constants).Vincent Richard1-17/+6
2005-07-18Fixed default 'word' constructor using platform handler before being ↵Vincent Richard1-1/+1
initialized.
2005-07-18Fixed error given by g++ 3.3 but not >= 3.4.Vincent Richard1-0/+4
2005-07-17Added unit tests for smart pointer.Vincent Richard1-0/+12
2005-07-15Added getName() to retrieve attachment filename.Vincent Richard2-6/+50
2005-07-12Reference counting and smart pointers.Vincent Richard75-1401/+1443
2005-07-06Added contentHandler::extractRaw().Vincent Richard3-0/+26
2005-06-21Fixed a bug in RFC-2231 implementation.Vincent Richard1-1/+1
2005-06-21Fixed compilation errors with g++ 4.0.Vincent Richard1-1/+1
2005-06-16Fixed multi-line terminator spanning on multiple incoming packets.Vincent Richard1-38/+20
2005-06-16Fixed uninitialized variable.Vincent Richard1-3/+3
2005-06-16Added 'inputStreamSocketAdapter' and 'stopSequenceFilteredInputStream'.Vincent Richard2-2/+67
2005-06-15Added dotFilteredInputStream + fixed CRLFToLFFilteredOutputStream + added ↵Vincent Richard1-3/+120
unit tests.
2005-06-13Fixed a bug in word parsing.Vincent Richard1-2/+18
2005-06-03Fixed memory leak.Vincent Richard1-0/+6
2005-05-27Added 'peek' parameter to extract() and extractPart().Vincent Richard3-14/+24
2005-05-25Free memory for args.Vincent Richard1-3/+8
2005-05-19Fixed bug in subfolders enumeration.Vincent Richard1-2/+13
2005-05-15Service properties enhancement.Vincent Richard8-96/+426
2005-05-14Oops... missing ')'.Vincent Richard1-1/+1
2005-05-14Replaced getpid() with GetCurrentProcessId() on Windows.Vincent Richard1-2/+2
2005-05-03Fixed missing space in STATUS command + parse error in 'status_info'.Vincent Richard1-1/+1
2005-04-30Added 'childProcess'.Vincent Richard4-195/+414
2005-04-28Added #include <algorithm>Stefan Uhrig1-0/+1
2005-04-28Added parameter support to 'utility::url'.Vincent Richard2-1/+90
2005-04-28Sendmail implementation + filtered streams.Vincent Richard14-82/+599
2005-04-27Ignore filenames starting with '.' for message files.Vincent Richard2-2/+20