aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixed typos in documentation.Vincent Richard2005-11-054-6/+12
* Refactored header field values and parameters.Vincent Richard2005-11-0435-840/+701
* Fixed problem with 'no_auth_information' exception when SASL support is disab...Vincent Richard2005-10-301-13/+26
* Moved certificate code into 'vmime::net::security::cert' namespace.Vincent Richard2005-10-306-29/+29
* Added flush() on 'outputStream' + added unit tests for 'charsetFilteredOutput...Vincent Richard2005-10-207-4/+117
* Added 'charsetFilteredOutputStream'.Vincent Richard2005-10-191-2/+168
* Refactoring of built-in services registration system.Vincent Richard2005-10-193-4/+108
* Charset converter.Vincent Richard2005-10-193-29/+169
* Charset converter.Vincent Richard2005-10-191-139/+6
* Fixed a bug in length calculation.Vincent Richard2005-10-141-1/+1
* Not an attachment if a 'Content-Id' field is present.Vincent Richard2005-10-141-0/+5
* Added 'attachmentHelper'.Vincent Richard2005-10-133-168/+378
* Added removeAllFields() for a field name.Vincent Richard2005-10-131-0/+9
* Added getPart() and getHeader() on attachment.Vincent Richard2005-10-131-0/+12
* Don't return references.Vincent Richard2005-10-131-4/+4
* Sendmail support on POSIX platforms only.Vincent Richard2005-10-111-0/+6
* Renamed 'progressionListener' to 'progressListener'.Vincent Richard2005-10-0620-55/+55
* Added service::setTimeoutHandlerFactory().Vincent Richard2005-10-0410-58/+18
* Added service::setSocketFactory().Vincent Richard2005-10-0410-42/+28
* Added TLS/SSL support.Vincent Richard2005-10-0325-388/+2443
* Reduced waiting time.Vincent Richard2005-10-031-1/+1
* Made 'datetime' compatible with C's time_t.Vincent Richard2005-10-031-0/+29
* Too much CPU time used when waiting for data to be received.Vincent Richard2005-10-021-0/+10
* Updated FSF address.Vincent Richard2005-09-17117-351/+651
* SASL authentication.Vincent Richard2005-09-1724-494/+2204
* Input buffer size.Vincent Richard2005-09-161-2/+4
* Non-blocking socket input/output.Vincent Richard2005-09-142-22/+51
* Added special characters for encoding.Vincent Richard2005-09-081-1/+2
* New namespace for message digest algorithms.Vincent Richard2005-09-067-61/+490
* Added progression notifications.Vincent Richard2005-09-039-26/+246
* Updated code to use smart pointers.Vincent Richard2005-09-024-82/+78
* Throw exception in debug mode when thisRef()/thisWeakRef() is called from the...Vincent Richard2005-09-021-0/+44
* NEVER call thisRef() from the object's constructor.Vincent Richard2005-09-011-10/+14
* Fixed 'requestAuthInfos()' not public.Vincent Richard2005-08-261-1/+1
* Fixed ambiguity when parameter is not const.Vincent Richard2005-08-261-7/+7
* Fixed undefined symbol 'UNSPECIFIED_PORT'.Vincent Richard2005-08-251-0/+3
* Error handling in posixSocket::send().Vincent Richard2005-08-242-8/+79
* Renamed 'vmime::messaging' to 'vmime::net'.Vincent Richard2005-08-2329-9683/+0
* Renamed 'vmime::messaging' to 'vmime::net'.Vincent Richard2005-08-2336-36/+9719
* vmime::exception now inherits from std::exception.Vincent Richard2005-08-191-48/+54
* Content handler constness.Vincent Richard2005-08-172-3/+3
* Added FETCH_IMPORTANCE flag.Vincent Richard2005-07-256-11/+40
* Don't throw if no field is found, just return normal priority.Vincent Richard2005-07-241-8/+18
* Fixed some doc + getHeader() now returns a ref.Vincent Richard2005-07-243-36/+28
* Allow getting/setting importance directly from/on message header.Vincent Richard2005-07-241-3/+15
* Removed implicit conversion to T* for smart pointers.Vincent Richard2005-07-242-2/+2
* Fixed getMessages().Vincent Richard2005-07-233-4/+15
* Fixed a bug when destroying an unconnected IMAP service.Vincent Richard2005-07-211-3/+6
* Allow creating 'charset' objects from 'const char*' (for constants).Vincent Richard2005-07-201-17/+6
* Fixed default 'word' constructor using platform handler before being initiali...Vincent Richard2005-07-181-1/+1