Vincent Richard
|
1e00ab7bba
|
Fixed case-sensitive include.
|
2010-05-20 15:28:51 +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
|
6fb89acf38
|
Use STARTTLS for additional connections (thanks to Andrei).
|
2010-05-04 10:49:10 +00:00 |
|
Vincent Richard
|
69421bbd6f
|
Fixed memory leak.
|
2010-02-01 16:33:31 +00:00 |
|
Vincent Richard
|
a3bf37fb4f
|
Fixed not exception-safe constructor, which could lead to possible memory leak (thanks to Bartek Szurgot). Get rid of const-ness on factories.
|
2009-12-08 10:03:34 +00:00 |
|
Vincent Richard
|
6016fd5879
|
Initialize multi-threading for GNUTLS/GCrypt (thanks to Bartek Szurgot).
|
2009-12-08 09:31:06 +00:00 |
|
Vincent Richard
|
5d82825687
|
Added block size on sockets to allow different buffer size for SSL.
|
2009-11-30 13:04:15 +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
|
6bfaff3ce4
|
maildirFolder::addMessage() : iff FLAG_RECENT is present, add message to 'new' instead of 'cur' (Georg Sauthoff).
|
2009-07-11 12:39:36 +00:00 |
|
Vincent Richard
|
3442caf607
|
gnutls_x509_crt_list_import does not support multiple DER certificates (Georg Sauthoff).
|
2009-06-21 21:32:25 +00:00 |
|
Vincent Richard
|
0537a5eb8e
|
Include hostname in message id (ensure unicity when working on a network file system).
|
2009-06-21 21:19:00 +00:00 |
|
Vincent Richard
|
6e1acbf794
|
Use ::flush() (aka fsync()) after a maildir message is written (Georg Sauthoff).
|
2009-06-21 21:08:56 +00:00 |
|
Vincent Richard
|
a74393b092
|
Send CRLF in the same packet as command to avoid problems with some servers.
|
2008-12-16 21:44:42 +00:00 |
|
Vincent Richard
|
13f69779c2
|
New namespace for encoders.
|
2008-10-12 13:59:09 +00:00 |
|
Vincent Richard
|
3f4226eaac
|
Fixed compilation warnings.
|
2008-10-12 10:05:28 +00:00 |
|
Vincent Richard
|
ad0ea8ce9f
|
Remove BCC headers before sending the message over SMTP (Zarafa).
|
2008-07-11 21:02:12 +00:00 |
|
Vincent Richard
|
9246b79aae
|
Removed old GNU TLS error.
|
2008-04-14 20:14:28 +00:00 |
|
Vincent Richard
|
0c30c298da
|
Changed copyright year to 2008.
|
2008-01-04 18:07:40 +00:00 |
|
Vincent Richard
|
bc0e5a9a48
|
Use std::vector<> instead of new[] allocation (avoid memory leaks by using RAII idiom).
|
2007-12-23 16:19:39 +00:00 |
|
Vincent Richard
|
8066394538
|
Reset exception pointer (thanks to Emmanuel Cabestan).
|
2007-08-10 09:04:18 +00:00 |
|
Vincent Richard
|
e984682e26
|
Fixed bug in modified UTF-7 encoding.
|
2007-07-09 22:05:54 +00:00 |
|
Vincent Richard
|
e801eac884
|
Allow more than one mechanism after AUTH=.
|
2007-04-24 09:06:41 +00:00 |
|
Vincent Richard
|
a5de2571e3
|
Better parsing of ESMTP extensions.
|
2007-03-28 08:28:12 +00:00 |
|
Vincent Richard
|
a88d21a336
|
Fixed typo in the copyright header, and added missing paragraph about linking.
|
2007-03-27 12:42:53 +00:00 |
|
Vincent Richard
|
5a2c2e4128
|
Added support for Courier maildir format.
|
2007-03-22 16:03:41 +00:00 |
|
Vincent Richard
|
d284cfa729
|
Changed copyright year to 2007.
|
2007-01-01 20:55:15 +00:00 |
|
Vincent Richard
|
c46500fdd3
|
Allow 'AUTH=LOGIN' capability for some servers.
|
2006-12-26 08:28:59 +00:00 |
|
Vincent Richard
|
386fefeb0f
|
Check for space/tab instead of using isspace().
|
2006-11-24 13:22:28 +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
|
4579f8f95a
|
Fixed CRLF response parsing + intermediate replies.
|
2006-05-05 20:44:17 +00:00 |
|
Vincent Richard
|
7ab15b35cf
|
Reset timeout before reading response.
|
2006-05-05 13:29:37 +00:00 |
|
Vincent Richard
|
abe3eef889
|
Fixed typo in comment.
|
2006-05-05 11:13:11 +00:00 |
|
Vincent Richard
|
64fdd8e889
|
Fixed typo when parsing ESMTP/AUTH response.
|
2006-05-05 11:11:03 +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
|
0b9fd48f97
|
Check for connection before any operation.
|
2006-02-24 17:57:17 +00:00 |
|
Vincent Richard
|
de9d03d952
|
Fixed dangling 'else'-block when TLS is not enabled (thanks to Tim Teulings).
|
2006-02-09 21:03:16 +00:00 |
|
Vincent Richard
|
63d21f7a09
|
Changed copyright year to 2006.
|
2006-02-05 10:22:59 +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
|
ce5e7f9c52
|
Fixed segfault when cert data is NULL.
|
2006-01-29 17:21:56 +00:00 |
|
Vincent Richard
|
67a39fd972
|
Fixed bug when reading CAPABILITY/LIST responses.
|
2006-01-15 11:34:21 +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
|
98204ed846
|
Fixed bug when fetching structure.
|
2006-01-10 19:23:05 +00:00 |
|
Vincent Richard
|
11d4f2689e
|
Fixed segfault when dynamic-casting a ref (thanks to Benjamin Biron).
|
2006-01-10 18:16:04 +00:00 |
|