aboutsummaryrefslogtreecommitdiffstats
path: root/examples (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed compilation warnings.Vincent Richard2008-10-121-2/+2
|
* Changed copyright year to 2008.Vincent Richard2008-01-048-8/+8
|
* Changed copyright year to 2007.Vincent Richard2007-01-018-8/+8
|
* Fixed indentation.Vincent Richard2006-11-171-1/+1
|
* Updated example and doc with some code showing how to read embedded object ↵Vincent Richard2006-10-141-2/+15
| | | | data from a file.
* Renamed 'vmime::platformDependant' to 'vmime::platform'.Vincent Richard2006-10-118-9/+9
|
* Added exception handling code for 'invalid_response'.Vincent Richard2006-07-231-0/+8
|
* Missing libs.Vincent Richard2006-02-201-1/+1
|
* Changed copyright year to 2006.Vincent Richard2006-02-058-8/+8
|
* Added service::isSecuredConnection() and service::getConnectionInfos() to ↵Vincent Richard2006-01-291-0/+7
| | | | retrieve information about the connection.
* Non-SASL authenticator.Vincent Richard2006-01-261-1/+43
|
* Detailed instruction for sending message.Vincent Richard2005-11-301-1/+1
|
* Moved certificate code into 'vmime::net::security::cert' namespace.Vincent Richard2005-10-301-6/+6
|
* Charset converter.Vincent Richard2005-10-191-3/+4
|
* Expunge deleted messages when closing folder.Vincent Richard2005-10-061-0/+2
|
* Added TLS/SSL support.Vincent Richard2005-10-032-4/+121
|
* Updated FSF address.Vincent Richard2005-09-178-24/+56
|
* SASL authentication.Vincent Richard2005-09-171-12/+51
|
* Updated code to use smart pointers.Vincent Richard2005-09-021-7/+7
|
* Added a menu entry to change current folder.Vincent Richard2005-09-011-2/+40
|
* Renamed 'vmime::messaging' to 'vmime::net'.Vincent Richard2005-08-232-45/+45
|
* Content handler constness.Vincent Richard2005-08-171-2/+2
|
* Reference counting and smart pointers.Vincent Richard2005-07-171-6/+5
|
* Added getName() to retrieve attachment filename.Vincent Richard2005-07-151-0/+1
|
* Reference counting and smart pointers.Vincent Richard2005-07-125-59/+41
|
* Don't ask for authentication credentials when specified in the URL.Vincent Richard2005-05-301-1/+3
|
* Removed redundant field name.Vincent Richard2005-05-201-6/+6
|
* 'example6' enhancement.Vincent Richard2005-05-191-151/+429
|
* Service properties enhancement.Vincent Richard2005-05-152-50/+110
|
* Fixed send example.Vincent Richard2005-04-271-2/+4
|
* Updated VMime website URL.Vincent Richard2005-03-187-13/+13
|
* Added 'VMime Viewer' example.Vincent Richard2005-03-172-0/+308
|
* Splitted 'contentHandler' into three classes: 'emptyContentHandler', ↵Vincent Richard2005-01-283-4/+4
| | | | 'stringContentHandler' and 'streamContentHandler'.
* Changed year to 2005 in copyright header.Vincent Richard2005-01-036-6/+6
|
* Autotools and libtool support.Vincent Richard2004-12-306-6/+7
|
* Moved all header files to 'vmime/' directory.Vincent Richard2004-12-266-12/+12
|
* Default platform handlers (currently only POSIX).Vincent Richard2004-12-188-326/+14
|
* All header tests-functions addedLaurent Richard2004-12-061-1/+1
|
* Moved encodeAndFold() and decodeAndUnfold() functions from "base.cpp" to ↵Vincent Richard2004-11-071-2/+2
| | | | "text.cpp".
* Refactoring (see ChangeLog).Vincent Richard2004-10-217-97/+129
|
* Added "examples/common.inc" file that was ommited during initial import.Vincent Richard2004-10-051-0/+312
|
* Initial import.Vincent Richard2004-10-057-0/+808