aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2005-10-14Not an attachment if a 'Content-Id' field is present.Vincent Richard1-0/+5
2005-10-13Added 'attachmentHelper'.Vincent Richard3-168/+378
2005-10-13Added removeAllFields() for a field name.Vincent Richard1-0/+9
2005-10-13Added getPart() and getHeader() on attachment.Vincent Richard1-0/+12
2005-10-13Don't return references.Vincent Richard1-4/+4
2005-10-11Sendmail support on POSIX platforms only.Vincent Richard1-0/+6
2005-10-06Renamed 'progressionListener' to 'progressListener'.Vincent Richard20-55/+55
2005-10-04Added service::setTimeoutHandlerFactory().Vincent Richard10-58/+18
2005-10-04Added service::setSocketFactory().Vincent Richard10-42/+28
2005-10-03Added TLS/SSL support.Vincent Richard25-388/+2443
2005-10-03Reduced waiting time.Vincent Richard1-1/+1
2005-10-03Made 'datetime' compatible with C's time_t.Vincent Richard1-0/+29
2005-10-02Too much CPU time used when waiting for data to be received.Vincent Richard1-0/+10
2005-09-17Updated FSF address.Vincent Richard117-351/+651
2005-09-17SASL authentication.Vincent Richard24-494/+2204
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 the...Vincent Richard1-0/+44
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 initiali...Vincent Richard1-1/+1
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