aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Code clean-up.Vincent Richard2006-01-082-20/+18
|
* Inverted flags and mode in deleteMessage[s]() (thanks to Benjamin Biron).Vincent Richard2006-01-071-3/+3
|
* Added SMTPResponse to read and parse SMTP responses.Vincent Richard2006-01-072-134/+270
|
* Rewritten code using std:: algorithms (thanks to Pierre THIERRY).Vincent Richard2005-12-301-27/+39
|
* Rewritten some code without using iterators.Vincent Richard2005-12-301-10/+10
|
* Added support for getaddrinfo() on POSIX.Vincent Richard2005-12-261-0/+61
|
* Fixed typo causing infinite loop.Vincent Richard2005-12-201-1/+1
|
* Fixed segfault in destructor when chaining 3 exceptions or more.Vincent Richard2005-12-051-0/+6
|
* Fixed a bug in argument vector.Vincent Richard2005-12-041-1/+1
|
* Fixed bug when connecting to IMAP with default authenticator.Vincent Richard2005-12-022-3/+3
|
* Fixed bug when disconnecting SMTP.Vincent Richard2005-11-301-1/+8
|
* Fixed buffer overrun in random::getString().Vincent Richard2005-11-281-1/+1
|
* Fixed problem with maildir and ':' in filename on Windows.Vincent Richard2005-11-271-5/+32
|
* gmtime() and localtime() are reentrant when using MS C runtime library ↵Vincent Richard2005-11-141-1/+12
| | | | (MinGW/MSVC).
* Fixed bug in disconnect() when authentication is not needed (thanks to ↵Vincent Richard2005-11-071-0/+2
| | | | Benjamin Biron).
* Fixed typos in documentation.Vincent Richard2005-11-054-6/+12
|
* Refactored header field values and parameters.Vincent Richard2005-11-0435-839/+700
|
* Fixed problem with 'no_auth_information' exception when SASL support is ↵Vincent Richard2005-10-301-13/+26
| | | | disabled.
* Moved certificate code into 'vmime::net::security::cert' namespace.Vincent Richard2005-10-306-29/+29
|
* Added flush() on 'outputStream' + added unit tests for ↵Vincent Richard2005-10-207-4/+117
| | | | 'charsetFilteredOutputStream' when input contains invalid sequences.
* 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-493/+2203
|
* 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
|