aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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 ↵Vincent Richard2005-09-021-0/+44
| | | | the object's constructor.
* 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 ↵Vincent Richard2005-07-181-1/+1
| | | | initialized.
* Fixed error given by g++ 3.3 but not >= 3.4.Vincent Richard2005-07-181-0/+4
|
* Added unit tests for smart pointer.Vincent Richard2005-07-171-0/+12
|
* Added getName() to retrieve attachment filename.Vincent Richard2005-07-152-6/+50
|
* 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
|