| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Added toStrong() on weak ref. | Vincent Richard | 2005-12-02 | 1 | -0/+8 | |
| | | ||||||
| * | Fixed typo in CXXFLAGS/debug. | Vincent Richard | 2005-12-01 | 1 | -2/+2 | |
| | | ||||||
| * | Fixed bug when disconnecting SMTP. | Vincent Richard | 2005-11-30 | 1 | -1/+8 | |
| | | ||||||
| * | Detailed instruction for sending message. | Vincent Richard | 2005-11-30 | 1 | -1/+1 | |
| | | ||||||
| * | Fixed buffer overrun in random::getString(). | Vincent Richard | 2005-11-28 | 2 | -1/+4 | |
| | | ||||||
| * | Fixed problem with maildir and ':' in filename on Windows. | Vincent Richard | 2005-11-27 | 2 | -5/+37 | |
| | | ||||||
| * | GNU TLS detection with SCons. | Vincent Richard | 2005-11-16 | 1 | -1/+2 | |
| | | ||||||
| * | gmtime() and localtime() are reentrant when using MS C runtime library ↵ | Vincent Richard | 2005-11-14 | 2 | -1/+15 | |
| | | | | | (MinGW/MSVC). | |||||
| * | Fixed bug in disconnect() when authentication is not needed (thanks to ↵ | Vincent Richard | 2005-11-07 | 2 | -0/+7 | |
| | | | | | Benjamin Biron). | |||||
| * | Started version 0.8.1. | Vincent Richard | 2005-11-06 | 2 | -1/+9 | |
| | | ||||||
| * | Version 0.8.0. | Vincent Richard | 2005-11-06 | 2 | -4/+4 | |
| | | ||||||
| * | Missing 'headerFieldValue.hpp' in dist. | Vincent Richard | 2005-11-06 | 1 | -0/+1 | |
| | | ||||||
| * | Refactored header field values and parameters. | Vincent Richard | 2005-11-06 | 1 | -4/+0 | |
| | | ||||||
| * | First version of the VMime Book. | Vincent Richard | 2005-11-06 | 13 | -0/+4268 | |
| | | ||||||
| * | Refactored header field values and parameters. | Vincent Richard | 2005-11-06 | 4 | -392/+0 | |
| | | ||||||
| * | Fixed typos in documentation. | Vincent Richard | 2005-11-05 | 8 | -14/+16 | |
| | | ||||||
| * | Refactored header field values and parameters. | Vincent Richard | 2005-11-05 | 74 | -1277/+1056 | |
| | | ||||||
| * | Fixed typo for 'ac_cv_sizeof_long'. | Vincent Richard | 2005-11-03 | 1 | -1/+1 | |
| | | ||||||
| * | Fixed problem with 'no_auth_information' exception when SASL support is ↵ | Vincent Richard | 2005-10-30 | 2 | -26/+54 | |
| | | | | | disabled. | |||||
| * | Moved certificate code into 'vmime::net::security::cert' namespace. | Vincent Richard | 2005-10-30 | 17 | -94/+94 | |
| | | ||||||
| * | Added flush() on 'outputStream' + added unit tests for ↵ | Vincent Richard | 2005-10-20 | 13 | -4/+165 | |
| | | | | | 'charsetFilteredOutputStream' when input contains invalid sequences. | |||||
| * | Added 'charsetFilteredOutputStream'. | Vincent Richard | 2005-10-20 | 2 | -0/+60 | |
| | | ||||||
| * | Added 'charsetFilteredOutputStream'. | Vincent Richard | 2005-10-19 | 4 | -2/+408 | |
| | | ||||||
| * | Refactoring of built-in services registration system. | Vincent Richard | 2005-10-19 | 7 | -79/+117 | |
| | | ||||||
| * | Charset converter. | Vincent Richard | 2005-10-19 | 9 | -59/+270 | |
| | | ||||||
| * | Charset converter. | Vincent Richard | 2005-10-19 | 4 | -142/+16 | |
| | | ||||||
| * | Fixed compilation problems on FreeBSD (thanks to Xin LI). | Vincent Richard | 2005-10-16 | 1 | -0/+4 | |
| | | ||||||
| * | Fixed include dir (prefix). | Vincent Richard | 2005-10-16 | 1 | -1/+1 | |
| | | ||||||
| * | Fixed libtool CXX tag on FreeBSD (thanks to Xin LI). | Vincent Richard | 2005-10-16 | 1 | -0/+9 | |
| | | ||||||
| * | Fixed 'pkgconfigdir' on FreeBSD (thanks to Xin LI). | Vincent Richard | 2005-10-16 | 1 | -1/+21 | |
| | | ||||||
| * | Added test suites for 'attachmentHelper'. | Vincent Richard | 2005-10-14 | 1 | -1/+93 | |
| | | ||||||
| * | Fixed a bug in length calculation. | Vincent Richard | 2005-10-14 | 1 | -1/+1 | |
| | | ||||||
| * | Not an attachment if a 'Content-Id' field is present. | Vincent Richard | 2005-10-14 | 1 | -0/+5 | |
| | | ||||||
| * | Fixed a mistake in the getBodyPartAttachment() function comment. | Vincent Richard | 2005-10-14 | 1 | -1/+1 | |
| | | ||||||
| * | Added 'attachmentHelper'. | Vincent Richard | 2005-10-13 | 11 | -180/+674 | |
| | | ||||||
| * | Added removeAllFields() for a field name. | Vincent Richard | 2005-10-13 | 2 | -0/+13 | |
| | | ||||||
| * | Added getPart() and getHeader() on attachment. | Vincent Richard | 2005-10-13 | 3 | -0/+31 | |
| | | ||||||
| * | Don't return references. | Vincent Richard | 2005-10-13 | 3 | -15/+25 | |
| | | ||||||
| * | Missing include for MSVC. | Vincent Richard | 2005-10-13 | 1 | -1/+1 | |
| | | ||||||
| * | Replaced undefined 'ssize_t' with 'int'. | Vincent Richard | 2005-10-11 | 1 | -2/+2 | |
| | | ||||||
| * | Sendmail support on POSIX platforms only. | Vincent Richard | 2005-10-11 | 2 | -0/+12 | |
| | | ||||||
| * | Fixed missing ref<>. | Vincent Richard | 2005-10-11 | 1 | -1/+1 | |
| | | ||||||
| * | Expunge deleted messages when closing folder. | Vincent Richard | 2005-10-06 | 1 | -0/+2 | |
| | | ||||||
| * | Renamed 'progressionListener' to 'progressListener'. | Vincent Richard | 2005-10-06 | 49 | -152/+158 | |
| | | ||||||
| * | Moved MSVC-specific defines. | Vincent Richard | 2005-10-05 | 1 | -2/+4 | |
| | | ||||||
| * | 'struct' to 'class' to avoid warning with MSVC. | Vincent Richard | 2005-10-05 | 1 | -1/+3 | |
| | | ||||||
| * | Added service::setTimeoutHandlerFactory(). | Vincent Richard | 2005-10-04 | 19 | -88/+41 | |
| | | ||||||
| * | Added service::setSocketFactory(). | Vincent Richard | 2005-10-04 | 21 | -65/+60 | |
| | | ||||||
| * | Added TLS/SSL support. | Vincent Richard | 2005-10-03 | 59 | -589/+4275 | |
| | | ||||||
| * | Reduced waiting time. | Vincent Richard | 2005-10-03 | 1 | -1/+1 | |
| | | ||||||
