Commit Graph

140 Commits

Author SHA1 Message Date
Vincent Richard
f50e1dc6d6 Updated for recent changes. 2012-11-03 10:37:34 +01:00
Vincent Richard
4f33877820 Added ability to parse directly from an input stream (eg. file). This allows very big messages to be parsed without loading the whole message data into memory. 2012-04-16 22:32:33 +02:00
Vincent Richard
da23524050 Started version 0.9.2. 2010-11-16 13:28:05 +00:00
Vincent Richard
bdbccdd64d Version 0.9.1. 2010-11-16 12:53:45 +00:00
Vincent Richard
9196d5c342 Added helper function to construct parsed message from net message. Splitted IMAP source files. 2010-05-18 13:52:27 +00:00
Vincent Richard
a5d258dc72 Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009. 2009-09-06 12:02:10 +00:00
Vincent Richard
37e0f6fd7f Started version 0.9.1. 2008-10-19 14:39:02 +00:00
Vincent Richard
2ba7344854 Version 0.9.0. 2008-10-19 13:58:44 +00:00
Vincent Richard
50c3621cd3 Fixed constructor ambiguity in 'fileAttachment'. 2008-01-28 12:29:28 +00:00
Vincent Richard
a87652e7b4 Fixed incorrect white-space between words. 2007-11-20 21:45:54 +00:00
Vincent Richard
e984682e26 Fixed bug in modified UTF-7 encoding. 2007-07-09 22:05:54 +00:00
Vincent Richard
8c6ba0e058 Fixed bug #1721186: thread-safe reference counting. 2007-05-22 19:25:59 +00:00
Vincent Richard
a5de2571e3 Better parsing of ESMTP extensions. 2007-03-28 08:28:12 +00:00
Vincent Richard
5a2c2e4128 Added support for Courier maildir format. 2007-03-22 16:03:41 +00:00
Vincent Richard
fd1be329d5 Started version 0.8.2. 2006-12-20 19:24:53 +00:00
Vincent Richard
323506dde0 Version 0.8.1. 2006-12-20 19:20:52 +00:00
Vincent Richard
f99fc84915 Imbue classic 'C' locale for the output of message parts and protocol commands. 2006-11-08 18:33:18 +00:00
Vincent Richard
0894c98959 Renamed 'vmime::platformDependant' to 'vmime::platform'. 2006-10-11 14:52:41 +00:00
Vincent Richard
b2d67de8a9 Reissue EHLO after successful STARTTLS. 2006-10-02 19:51:27 +00:00
Vincent Richard
b79a6ad890 Fixed bug #1096610: non-integral number of chars in RFC-2047 encoded words. 2006-10-02 13:44:00 +00:00
Vincent Richard
9a42c8bca4 Fixed bugs in MHTML code + unit tests. 2006-07-13 16:32:39 +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
56f5f0dce7 Accept 8-bit characters even if not allowed (non-strict mode). 2006-02-20 18:00:15 +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
8e0080b0ed Added support for attachments of type 'message/rfc822'. 2006-01-16 21:55:37 +00:00
Vincent Richard
6c946267b1 Implemented IMAP multi-fetching. 2006-01-15 11:06:59 +00:00
Vincent Richard
69e0083549 Added support for getaddrinfo() on POSIX. 2005-12-26 18:20:47 +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
1d1a9cf604 Fixed a bug in argument vector. 2005-12-04 16:38:20 +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
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
7a3b1fe471 First version of the VMime Book. 2005-11-06 16:16:15 +00:00
Vincent Richard
acfa9ffc64 Refactored header field values and parameters. 2005-11-04 23:21:22 +00:00
Vincent Richard
00baffa8ed Added 'charsetFilteredOutputStream'. 2005-10-19 21:00:26 +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
a4161cf09d Added 'attachmentHelper'. 2005-10-13 21:27:46 +00:00
Vincent Richard
ee46de08f7 Renamed 'progressionListener' to 'progressListener'. 2005-10-06 11:08:56 +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
0edaa87860 SASL authentication. 2005-09-17 09:08:45 +00:00
Vincent Richard
3b1fcbe825 New namespace for message digest algorithms. 2005-09-06 20:08:39 +00:00
Vincent Richard
f777b659b9 Added progression notifications. 2005-09-03 12:48:59 +00:00