Commit Graph

74 Commits

Author SHA1 Message Date
Vincent Richard
b55bdc9c0b Code style and clarity. 2018-09-05 23:54:48 +02:00
Vincent Richard
f173b0a535 Avoid copy by passing shared_ptr<> with const reference. 2018-08-18 16:08:25 +02:00
Vincent Richard
3cfcdca2ff Added example on how to fetch additional header fields. 2017-02-10 21:53:33 +01:00
Vincent Richard
b1c2d4b61e Clarified object construction where 'enabled_shared_from_this' is used. Use it only where it is needed. 2016-04-05 22:11:47 +02:00
Vincent Richard
4b62ae4174 Issue #126: fixed warnings about sign mismatch. 2016-03-23 20:05:59 +01:00
Vincent Richard
194a797055 Asynchronous resolving. 2016-03-02 20:33:55 +01:00
Vincent Richard
5c767edb9c Display folder flags and use. 2015-03-03 19:17:48 +01:00
Vincent Richard
52e5d74bec Made word/parameter constructor with 'string' explicit to avoid implicit use of default charset. 2015-02-17 22:12:20 +01:00
Vincent Richard
00e07962e7 Certificate exception differentiation for easier error handling. 2014-07-24 20:59:52 +02:00
Vincent Richard
84e570bbbb Connection trace facility. 2014-03-16 22:52:40 +01:00
Vincent Richard
dc5f9fd6e6 Demonstrates extraction of attachments from a message in a remote store. 2014-02-08 01:12:37 +01:00
Vincent Richard
c4300a9d62 Added example and in-code documentation for time out handler. 2014-02-05 20:19:13 +01:00
Vincent Richard
ef892af655 Do not make calls to setlocale() in a library. Use default user locale in tests and examples. 2014-01-16 00:27:51 +01:00
Vincent Richard
fab5cd79b6 Added support for APPENDUID/COPYUID (UIDPLUS extension for IMAP). 2013-12-30 10:26:10 +01:00
Vincent Richard
152c6bed75 Merged source and header files in directory structure. Got rid of SConstruct build. 2013-12-29 10:02:12 +01:00
Vincent Richard
f9913fa28a Boost/C++11 shared pointers. 2013-11-21 22:16:57 +01:00
Vincent Richard
5915ca4e34 Custom fetch attributes. 2013-11-14 23:17:40 +01:00
Vincent Richard
e7baa85a24 Added missing include for 'typeid'. 2013-10-20 13:45:42 +02:00
Vincent Richard
4569075951 Fixed build of samples (now use CMake). 2013-10-20 13:24:34 +02:00
Mark Brand
8db7f446d7 update class name in example
follow-up to 62828e20d4
2013-09-23 01:20:01 +02:00
Vincent Richard
b886cd4864 Refactored the way embedded objects are referenced in MHTML. 2013-07-11 18:06:26 +02:00
Vincent Richard
30d22deaf5 Update example to test STATUS command. 2013-07-11 17:10:01 +02:00
Vincent Richard
d672c2b124 Issue #41. 2013-05-18 08:31:05 +02:00
Jan Engelhardt
d16736aa9f examples: remove binaries from SCM repo 2013-03-27 17:00:11 +01:00
Vincent Richard
230a2c73ab Updated book. Added build target for HTML using HeVeA. 2013-02-05 13:02:00 +01:00
Vincent Richard
ea06bc1de1 Renamed TYPE_BOOL to avoid name collision on MacOS. 2013-01-15 13:21:10 +01:00
Vincent Richard
ad9bef78c4 Updated copyright year and maintainer email address. 2013-01-10 17:30:31 +01:00
Mark Brand
787cc23b0e fix example6: missing arg to defaultCertificateVerifier::verify 2012-12-24 14:51:54 +01:00
Vincent Richard
87259631e4 SSL server identity check. 2012-12-10 22:59:19 +01:00
Vincent Richard
4ed0164824 Fixed compilation issue following namespace change. 2011-06-14 18:37:54 +00:00
Vincent Richard
8f5a61cae2 FileSystemFactory is now a ref. 2010-05-23 16:14:41 +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
3f4226eaac Fixed compilation warnings. 2008-10-12 10:05:28 +00:00
Vincent Richard
0c30c298da Changed copyright year to 2008. 2008-01-04 18:07:40 +00:00
Vincent Richard
d284cfa729 Changed copyright year to 2007. 2007-01-01 20:55:15 +00:00
Vincent Richard
c00aa1fc5e Fixed indentation. 2006-11-17 22:57:14 +00:00
Vincent Richard
6139afdbf8 Updated example and doc with some code showing how to read embedded object data from a file. 2006-10-14 08:31:25 +00:00
Vincent Richard
0894c98959 Renamed 'vmime::platformDependant' to 'vmime::platform'. 2006-10-11 14:52:41 +00:00
Vincent Richard
2a39997480 Added exception handling code for 'invalid_response'. 2006-07-23 19:15:45 +00:00
Vincent Richard
e7407fd3a9 Missing libs. 2006-02-20 17:55:21 +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
6d433ae678 Non-SASL authenticator. 2006-01-26 21:27:56 +00:00
Vincent Richard
0b49fc98b3 Detailed instruction for sending message. 2005-11-30 12:10:42 +00:00
Vincent Richard
4522121196 Moved certificate code into 'vmime::net::security::cert' namespace. 2005-10-30 15:02:39 +00:00
Vincent Richard
08e1812b23 Charset converter. 2005-10-19 11:25:57 +00:00
Vincent Richard
a3fb68e78b Expunge deleted messages when closing folder. 2005-10-06 20:48:33 +00:00
Vincent Richard
7d2d25da3e Added TLS/SSL support. 2005-10-03 21:29:04 +00:00
Vincent Richard
cbd1110a4b Updated FSF address. 2005-09-17 10:10:29 +00:00
Vincent Richard
0edaa87860 SASL authentication. 2005-09-17 09:08:45 +00:00