Commit Graph

144 Commits

Author SHA1 Message Date
Vincent Richard
3abf3bdcb8 Fix for message ids without angle brackets. 2006-08-09 07:18:45 +00:00
Vincent Richard
aee2b6dd74 Made 'string' constructor explicit to avoid misuse. 2006-07-20 19:29:07 +00:00
Vincent Richard
27840a441d Replaced & with ref<> + clean up. 2006-07-14 08:28:35 +00:00
Vincent Richard
9a42c8bca4 Fixed bugs in MHTML code + unit tests. 2006-07-13 16:32:39 +00:00
Vincent Richard
7ab15b35cf Reset timeout before reading response. 2006-05-05 13:29:37 +00:00
Vincent Richard
01ba897060 Week of year calculation. 2006-04-24 19:40:24 +00:00
Vincent Richard
6933fb8a30 Folder deletion. 2006-04-23 08:48:19 +00:00
Vincent Richard
3bbffc18de Renamed 'byte' to 'byte_t'. 2006-04-18 19:04:30 +00:00
Vincent Richard
b16c5ca684 Clean up. 2006-04-05 17:48:09 +00:00
Vincent Richard
e9501b48d8 Refactored and cleaned up smart pointers. 2006-03-29 20:06:39 +00:00
Vincent Richard
56f5f0dce7 Accept 8-bit characters even if not allowed (non-strict mode). 2006-02-20 18:00:15 +00:00
Vincent Richard
0457e42360 Added unit tests for datetimeUtils + renamed functions. 2006-02-12 14:13:04 +00:00
Vincent Richard
64ba82c100 Added toAddressList(). 2006-02-05 20:24:15 +00:00
Vincent Richard
5280d12555 Changed copyright year to 2006. 2006-02-05 10:30:52 +00:00
Vincent Richard
1539754d53 Added service::isSecuredConnection() and service::getConnectionInfos() to retrieve information about the connection. 2006-01-29 17:36:34 +00:00
Vincent Richard
bfe8c00465 getPeerCertificates() should be const. 2006-01-29 17:30:35 +00:00
Vincent Richard
8e0080b0ed Added support for attachments of type 'message/rfc822'. 2006-01-16 21:55:37 +00:00
Vincent Richard
3a2ed837ff Fixed memory leaks. 2006-01-15 11:16:44 +00:00
Vincent Richard
6c946267b1 Implemented IMAP multi-fetching. 2006-01-15 11:06:59 +00:00
Vincent Richard
09d4fca9ba Non-const folder for events. 2006-01-15 09:46:30 +00:00
Vincent Richard
c4e70ecbba Fixed 'uninitialised values' warnings in Valgrind. 2006-01-14 22:13:25 +00:00
Vincent Richard
f259c6e4d7 Fixed compilation problem with GCC 4. 2006-01-08 10:46:41 +00:00
Vincent Richard
9dcc78085a Added SMTPResponse to read and parse SMTP responses. 2006-01-07 08:46:20 +00:00
Vincent Richard
9439d60f96 Rewritten code using std:: algorithms (thanks to Pierre THIERRY). 2005-12-30 20:32:05 +00:00
Vincent Richard
54e4235b8d Compatibility bugs in IMAP response parser. 2005-12-18 21:20:43 +00:00
Vincent Richard
2cb8fef483 Fixed segfault in destructor when chaining 3 exceptions or more. 2005-12-05 17:35:51 +00:00
Vincent Richard
965aa0d083 Added toStrong() on weak ref. 2005-12-02 12:25:47 +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
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
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
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
ee46de08f7 Renamed 'progressionListener' to 'progressListener'. 2005-10-06 11:08:56 +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