index
:
VMIME
master
VMime Mail Library
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
examples
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2018-09-05
Code style and clarity.
Vincent Richard
12
-447
/
+512
2018-08-18
Avoid copy by passing shared_ptr<> with const reference.
Vincent Richard
3
-7
/
+7
2017-02-10
Added example on how to fetch additional header fields.
Vincent Richard
1
-11
/
+7
2016-04-05
Clarified object construction where 'enabled_shared_from_this' is used. Use ↵
Vincent Richard
1
-2
/
+1
it only where it is needed.
2016-03-23
Issue #126: fixed warnings about sign mismatch.
Vincent Richard
4
-15
/
+15
2016-03-02
Asynchronous resolving.
Vincent Richard
1
-4
/
+17
2015-03-03
Display folder flags and use.
Vincent Richard
1
-1
/
+31
2015-02-17
Made word/parameter constructor with 'string' explicit to avoid implicit use ↵
Vincent Richard
1
-1
/
+1
of default charset.
2014-07-24
Certificate exception differentiation for easier error handling.
Vincent Richard
1
-2
/
+2
2014-03-16
Connection trace facility.
Vincent Richard
5
-218
/
+310
2014-02-08
Demonstrates extraction of attachments from a message in a remote store.
Vincent Richard
1
-7
/
+73
2014-02-05
Added example and in-code documentation for time out handler.
Vincent Richard
1
-0
/
+53
2014-01-15
Do not make calls to setlocale() in a library. Use default user locale in ↵
Vincent Richard
7
-16
/
+75
tests and examples.
2013-12-30
Added support for APPENDUID/COPYUID (UIDPLUS extension for IMAP).
Vincent Richard
1
-3
/
+88
2013-12-29
Merged source and header files in directory structure. Got rid of SConstruct ↵
Vincent Richard
1
-12
/
+0
build.
2013-11-21
Boost/C++11 shared pointers.
Vincent Richard
6
-65
/
+68
2013-11-14
Custom fetch attributes.
Vincent Richard
1
-4
/
+4
2013-10-20
Added missing include for 'typeid'.
Vincent Richard
1
-0
/
+1
2013-10-20
Fixed build of samples (now use CMake).
Vincent Richard
6
-29
/
+71
2013-09-22
update class name in example
Mark Brand
1
-2
/
+2
follow-up to 62828e20d483647a9d27bb42cb65943da0f75b78
2013-07-11
Refactored the way embedded objects are referenced in MHTML.
Vincent Richard
1
-3
/
+4
2013-07-11
Update example to test STATUS command.
Vincent Richard
1
-3
/
+13
2013-05-18
Issue #41.
Vincent Richard
1
-1
/
+2
2013-03-27
examples: remove binaries from SCM repo
Jan Engelhardt
3
-0
/
+1
2013-02-05
Updated book. Added build target for HTML using HeVeA.
Vincent Richard
3
-0
/
+8
2013-01-15
Renamed TYPE_BOOL to avoid name collision on MacOS.
Vincent Richard
1
-1
/
+1
2013-01-10
Updated copyright year and maintainer email address.
Vincent Richard
8
-8
/
+8
2012-12-24
fix example6: missing arg to defaultCertificateVerifier::verify
Mark Brand
1
-1
/
+1
2012-12-10
SSL server identity check.
Vincent Richard
1
-1
/
+4
2011-06-14
Fixed compilation issue following namespace change.
Vincent Richard
1
-3
/
+3
2010-05-23
FileSystemFactory is now a ref.
Vincent Richard
1
-1
/
+1
2009-09-06
Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.
Vincent Richard
8
-16
/
+16
2008-10-12
Fixed compilation warnings.
Vincent Richard
1
-2
/
+2
2008-01-04
Changed copyright year to 2008.
Vincent Richard
8
-8
/
+8
2007-01-01
Changed copyright year to 2007.
Vincent Richard
8
-8
/
+8
2006-11-17
Fixed indentation.
Vincent Richard
1
-1
/
+1
2006-10-14
Updated example and doc with some code showing how to read embedded object ↵
Vincent Richard
1
-2
/
+15
data from a file.
2006-10-11
Renamed 'vmime::platformDependant' to 'vmime::platform'.
Vincent Richard
8
-9
/
+9
2006-07-23
Added exception handling code for 'invalid_response'.
Vincent Richard
1
-0
/
+8
2006-02-20
Missing libs.
Vincent Richard
1
-1
/
+1
2006-02-05
Changed copyright year to 2006.
Vincent Richard
8
-8
/
+8
2006-01-29
Added service::isSecuredConnection() and service::getConnectionInfos() to ↵
Vincent Richard
1
-0
/
+7
retrieve information about the connection.
2006-01-26
Non-SASL authenticator.
Vincent Richard
1
-1
/
+43
2005-11-30
Detailed instruction for sending message.
Vincent Richard
1
-1
/
+1
2005-10-30
Moved certificate code into 'vmime::net::security::cert' namespace.
Vincent Richard
1
-6
/
+6
2005-10-19
Charset converter.
Vincent Richard
1
-3
/
+4
2005-10-06
Expunge deleted messages when closing folder.
Vincent Richard
1
-0
/
+2
2005-10-03
Added TLS/SSL support.
Vincent Richard
2
-4
/
+121
2005-09-17
Updated FSF address.
Vincent Richard
8
-24
/
+56
2005-09-17
SASL authentication.
Vincent Richard
1
-12
/
+51
[next]