aboutsummaryrefslogtreecommitdiffstats
path: root/doc (unfollow)
Commit message (Expand)AuthorFilesLines
2018-09-05Code style and clarity.Vincent Richard5-171/+209
2018-08-18Avoid copy by passing shared_ptr<> with const reference.Vincent Richard1-4/+4
2018-08-17Added section about tracing.Vincent Richard1-0/+111
2018-04-04#194 Fixed documentationVincent Richard1-1/+1
2018-04-01#193 Dropped support for boot::shared_ptr<>, enabled C++11 support in CMakeVincent Richard1-2/+0
2018-03-12#191 X509Certificate::import() now auto-detects formatVincent Richard1-11/+1
2017-01-11Fixed issue #157.Vincent Richard1-1/+1
2016-04-05Clarified object construction where 'enabled_shared_from_this' is used. Use i...Vincent Richard1-7/+4
2016-03-11Updated doc on building with CMake.Vincent Richard1-44/+63
2014-07-24Certificate exception differentiation for easier error handling.Vincent Richard1-3/+5
2014-07-24Fixed example build command.Vincent Richard1-4/+5
2014-05-27Use string option instead of mutually exclusive bool options for charset and ...Vincent Richard1-8/+9
2014-03-13Removed unused/unimplemented function.Vincent Richard1-7/+0
2014-03-09Default timeout handler. Fixed spelling.Vincent Richard1-19/+24
2014-02-16Fixed documentation.Vincent Richard1-2/+4
2013-11-21Boost/C++11 shared pointers.Vincent Richard4-135/+186
2013-11-14Custom fetch attributes.Vincent Richard1-3/+18
2013-09-21TLS properties: allows setting custom cipher suite for TLS/SSL connections.Vincent Richard1-0/+65
2013-07-26Allow messages to be designated either by their number or their UID.Vincent Richard1-6/+8
2013-07-24Added SMTP service properties to allow disabling PIPELINING and CHUNKING exte...Vincent Richard1-0/+6
2013-03-13Fixed and clarified text about handleTimeout() return value.Vincent Richard1-3/+5
2013-03-13Rewrote text for better understanding.Vincent Richard1-2/+3
2013-02-05Updated book. Added build target for HTML using HeVeA.Vincent Richard8-75/+132
2013-02-03Fixed script for MacOS X.Vincent Richard1-4/+6
2013-01-10Updated copyright year and maintainer email address.Vincent Richard1-2/+2
2012-09-21Typo fix: oject instead of objectburner1-1/+1
2012-05-10Fixed error in sample code.Vincent Richard1-1/+1
2010-12-06Updated deprecated function.Vincent Richard1-1/+1
2010-07-21Added section about deleting messages from store.Vincent Richard1-0/+21
2009-09-06Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.Vincent Richard1-4/+4
2008-10-12Updated doc to take into account the new namespace for encoders.Vincent Richard1-7/+8
2008-01-04Changed copyright year to 2008.Vincent Richard1-1/+1
2007-05-21Fixed bug #1660740: Listing 5.1, The VMIME BOOK, getDecodedText.Vincent Richard1-2/+2
2007-01-01Changed copyright year to 2007.Vincent Richard1-2/+2
2006-10-14Updated example and doc with some code showing how to read embedded object da...Vincent Richard1-6/+28
2006-10-11Renamed 'vmime::platformDependant' to 'vmime::platform'.Vincent Richard2-5/+9
2006-10-02Fixed typo.Vincent Richard1-1/+1
2006-10-02Added a paragraph about time-out handler factory.Vincent Richard1-2/+2
2006-10-02Added a paragraph about time-out handler factory.Vincent Richard1-1/+31
2005-12-29Fixed mistake.Vincent Richard1-2/+2
2005-12-29Fixed mistake.Vincent Richard1-1/+1
2005-11-06First version of the VMime Book.Vincent Richard12-0/+4264