Commit Graph

689 Commits

Author SHA1 Message Date
Vincent Richard
965aa0d083 Added toStrong() on weak ref. 2005-12-02 12:25:47 +00:00
Vincent Richard
9938aa65ab Fixed typo in CXXFLAGS/debug. 2005-12-01 13:34:32 +00:00
Vincent Richard
aba576a3a9 Fixed bug when disconnecting SMTP. 2005-11-30 12:12:01 +00:00
Vincent Richard
0b49fc98b3 Detailed instruction for sending message. 2005-11-30 12:10:42 +00:00
Vincent Richard
296ce19306 Fixed buffer overrun in random::getString(). 2005-11-28 12:17:47 +00:00
Vincent Richard
594dfdbd55 Fixed problem with maildir and ':' in filename on Windows. 2005-11-27 21:02:50 +00:00
Vincent Richard
1b6fb91cad GNU TLS detection with SCons. 2005-11-16 20:17:30 +00:00
Vincent Richard
1b38cbeb3f gmtime() and localtime() are reentrant when using MS C runtime library (MinGW/MSVC). 2005-11-14 12:07:11 +00:00
Vincent Richard
5a303de801 Fixed bug in disconnect() when authentication is not needed (thanks to Benjamin Biron). 2005-11-07 11:55:40 +00:00
Vincent Richard
476cec86ca Started version 0.8.1. 2005-11-06 16:49:40 +00:00
Vincent Richard
68ecdfc23f Version 0.8.0. 2005-11-06 16:47:02 +00:00
Vincent Richard
86ad0038dc Missing 'headerFieldValue.hpp' in dist. 2005-11-06 16:26:44 +00:00
Vincent Richard
324b011e77 Refactored header field values and parameters. 2005-11-06 16:22:18 +00:00
Vincent Richard
7a3b1fe471 First version of the VMime Book. 2005-11-06 16:16:15 +00:00
Vincent Richard
c179a10068 Refactored header field values and parameters. 2005-11-06 16:12:41 +00:00
Vincent Richard
cffdc6caf5 Fixed typos in documentation. 2005-11-05 09:47:08 +00:00
Vincent Richard
acfa9ffc64 Refactored header field values and parameters. 2005-11-04 23:21:22 +00:00
Vincent Richard
14e4d1f06d Fixed typo for 'ac_cv_sizeof_long'. 2005-11-03 18:00:23 +00:00
Vincent Richard
675c4cd3c2 Fixed problem with 'no_auth_information' exception when SASL support is disabled. 2005-10-30 15:24:33 +00:00
Vincent Richard
4522121196 Moved certificate code into 'vmime::net::security::cert' namespace. 2005-10-30 15:02:39 +00:00
Vincent Richard
c241f071d2 Added flush() on 'outputStream' + added unit tests for 'charsetFilteredOutputStream' when input contains invalid sequences. 2005-10-20 16:56:04 +00:00
Vincent Richard
5e41e4bd7e Added 'charsetFilteredOutputStream'. 2005-10-20 06:30:49 +00:00
Vincent Richard
00baffa8ed Added 'charsetFilteredOutputStream'. 2005-10-19 21:00:26 +00:00
Vincent Richard
1e94a4a70f Refactoring of built-in services registration system. 2005-10-19 17:12:20 +00:00
Vincent Richard
6f278de337 Charset converter. 2005-10-19 11:28:36 +00:00
Vincent Richard
08e1812b23 Charset converter. 2005-10-19 11:25:57 +00:00
Vincent Richard
438875df84 Fixed compilation problems on FreeBSD (thanks to Xin LI). 2005-10-16 15:54:32 +00:00
Vincent Richard
f1a44e73ae Fixed include dir (prefix). 2005-10-16 15:52:49 +00:00
Vincent Richard
07220f6c5a Fixed libtool CXX tag on FreeBSD (thanks to Xin LI). 2005-10-16 15:47:07 +00:00
Vincent Richard
53d9ede9de Fixed 'pkgconfigdir' on FreeBSD (thanks to Xin LI). 2005-10-16 14:53:37 +00:00
Vincent Richard
f096b3c7fa Added test suites for 'attachmentHelper'. 2005-10-14 18:48:55 +00:00
Vincent Richard
59739dd3ec Fixed a bug in length calculation. 2005-10-14 18:41:18 +00:00
Vincent Richard
623857cb80 Not an attachment if a 'Content-Id' field is present. 2005-10-14 18:21:43 +00:00
Vincent Richard
26cad9e258 Fixed a mistake in the getBodyPartAttachment() function comment. 2005-10-14 11:01:20 +00:00
Vincent Richard
a4161cf09d Added 'attachmentHelper'. 2005-10-13 21:27:46 +00:00
Vincent Richard
9b31891938 Added removeAllFields() for a field name. 2005-10-13 20:57:15 +00:00
Vincent Richard
b9471c9543 Added getPart() and getHeader() on attachment. 2005-10-13 18:58:33 +00:00
Vincent Richard
3f7ce9bcd1 Don't return references. 2005-10-13 18:50:00 +00:00
Vincent Richard
004bb1ac96 Missing include for MSVC. 2005-10-13 10:55:17 +00:00
Vincent Richard
6e6ff809a6 Replaced undefined 'ssize_t' with 'int'. 2005-10-11 21:02:14 +00:00
Vincent Richard
d3def01573 Sendmail support on POSIX platforms only. 2005-10-11 20:54:18 +00:00
Vincent Richard
ebec70b308 Fixed missing ref<>. 2005-10-11 20:49:24 +00:00
Vincent Richard
a3fb68e78b Expunge deleted messages when closing folder. 2005-10-06 20:48:33 +00:00
Vincent Richard
ee46de08f7 Renamed 'progressionListener' to 'progressListener'. 2005-10-06 11:08:56 +00:00
Vincent Richard
c106ac3c82 Moved MSVC-specific defines. 2005-10-05 11:00:13 +00:00
Vincent Richard
7a5f6b9610 'struct' to 'class' to avoid warning with MSVC. 2005-10-05 10:33:16 +00:00
Vincent Richard
3ec0f17ade Added service::setTimeoutHandlerFactory(). 2005-10-04 18:49:59 +00:00
Vincent Richard
09d9e11439 Added service::setSocketFactory(). 2005-10-04 18:34:25 +00:00
Vincent Richard
7d2d25da3e Added TLS/SSL support. 2005-10-03 21:29:04 +00:00
Vincent Richard
e7ca1d2465 Reduced waiting time. 2005-10-03 12:26:27 +00:00