aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Detailed instruction for sending message.Vincent Richard2005-11-301-1/+1
|
* Fixed buffer overrun in random::getString().Vincent Richard2005-11-282-1/+4
|
* Fixed problem with maildir and ':' in filename on Windows.Vincent Richard2005-11-272-5/+37
|
* GNU TLS detection with SCons.Vincent Richard2005-11-161-1/+2
|
* gmtime() and localtime() are reentrant when using MS C runtime library ↵Vincent Richard2005-11-142-1/+15
| | | | (MinGW/MSVC).
* Fixed bug in disconnect() when authentication is not needed (thanks to ↵Vincent Richard2005-11-072-0/+7
| | | | Benjamin Biron).
* Started version 0.8.1.Vincent Richard2005-11-062-1/+9
|
* Version 0.8.0.Vincent Richard2005-11-062-4/+4
|
* Missing 'headerFieldValue.hpp' in dist.Vincent Richard2005-11-061-0/+1
|
* Refactored header field values and parameters.Vincent Richard2005-11-061-4/+0
|
* First version of the VMime Book.Vincent Richard2005-11-0613-0/+4268
|
* Refactored header field values and parameters.Vincent Richard2005-11-064-392/+0
|
* Fixed typos in documentation.Vincent Richard2005-11-058-14/+16
|
* Refactored header field values and parameters.Vincent Richard2005-11-0474-1282/+1061
|
* Fixed typo for 'ac_cv_sizeof_long'.Vincent Richard2005-11-031-1/+1
|
* Fixed problem with 'no_auth_information' exception when SASL support is ↵Vincent Richard2005-10-302-26/+54
| | | | disabled.
* Moved certificate code into 'vmime::net::security::cert' namespace.Vincent Richard2005-10-3017-94/+94
|
* Added flush() on 'outputStream' + added unit tests for ↵Vincent Richard2005-10-2013-4/+165
| | | | 'charsetFilteredOutputStream' when input contains invalid sequences.
* Added 'charsetFilteredOutputStream'.Vincent Richard2005-10-202-0/+60
|
* Added 'charsetFilteredOutputStream'.Vincent Richard2005-10-194-2/+408
|
* Refactoring of built-in services registration system.Vincent Richard2005-10-197-79/+117
|
* Charset converter.Vincent Richard2005-10-199-59/+270
|
* Charset converter.Vincent Richard2005-10-194-142/+16
|
* Fixed compilation problems on FreeBSD (thanks to Xin LI).Vincent Richard2005-10-161-0/+4
|
* Fixed include dir (prefix).Vincent Richard2005-10-161-1/+1
|
* Fixed libtool CXX tag on FreeBSD (thanks to Xin LI).Vincent Richard2005-10-161-0/+9
|
* Fixed 'pkgconfigdir' on FreeBSD (thanks to Xin LI).Vincent Richard2005-10-161-1/+21
|
* Added test suites for 'attachmentHelper'.Vincent Richard2005-10-141-1/+93
|
* 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
|
* Fixed a mistake in the getBodyPartAttachment() function comment.Vincent Richard2005-10-141-1/+1
|
* Added 'attachmentHelper'.Vincent Richard2005-10-1311-180/+674
|
* Added removeAllFields() for a field name.Vincent Richard2005-10-132-0/+13
|
* Added getPart() and getHeader() on attachment.Vincent Richard2005-10-133-0/+31
|
* Don't return references.Vincent Richard2005-10-133-15/+25
|
* Missing include for MSVC.Vincent Richard2005-10-131-1/+1
|
* Replaced undefined 'ssize_t' with 'int'.Vincent Richard2005-10-111-2/+2
|
* Sendmail support on POSIX platforms only.Vincent Richard2005-10-112-0/+12
|
* Fixed missing ref<>.Vincent Richard2005-10-111-1/+1
|
* Expunge deleted messages when closing folder.Vincent Richard2005-10-061-0/+2
|
* Renamed 'progressionListener' to 'progressListener'.Vincent Richard2005-10-0649-152/+158
|
* Moved MSVC-specific defines.Vincent Richard2005-10-051-2/+4
|
* 'struct' to 'class' to avoid warning with MSVC.Vincent Richard2005-10-051-1/+3
|
* Added service::setTimeoutHandlerFactory().Vincent Richard2005-10-0419-88/+41
|
* Added service::setSocketFactory().Vincent Richard2005-10-0421-65/+60
|
* Added TLS/SSL support.Vincent Richard2005-10-0359-589/+4275
|
* Reduced waiting time.Vincent Richard2005-10-031-1/+1
|
* Made 'datetime' compatible with C's time_t.Vincent Richard2005-10-032-0/+32
|
* Too much CPU time used when waiting for data to be received.Vincent Richard2005-10-021-0/+10
|
* Fixed bug when response text is empty.Vincent Richard2005-10-021-3/+12
|