aboutsummaryrefslogtreecommitdiffstats
path: root/src/messageBuilder.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Boost/C++11 shared pointers.Vincent Richard2013-11-211-17/+17
* Updated copyright year and maintainer email address.Vincent Richard2013-01-101-1/+1
* Trivial 64-bit warning fixes.Vincent Richard2012-12-121-4/+4
* Fixed messageBuilder to accept an empty mailbox group in 'To:' field, to allo...Vincent Richard2011-06-191-5/+3
* Makes 'To' optional, like 'Cc' and 'Bcc'. An exception is still thrown if the...Vincent Richard2009-12-131-2/+8
* Fixed possible segfault (thanks to John van der Kamp, from Zarafa).Vincent Richard2009-09-151-1/+4
* Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.Vincent Richard2009-09-061-2/+2
* Fixed compilation warnings.Vincent Richard2008-10-121-1/+1
* Changed copyright year to 2008.Vincent Richard2008-01-041-1/+1
* Changed copyright year to 2007.Vincent Richard2007-01-011-1/+1
* Replaced & with ref<> + clean up.Vincent Richard2006-07-141-1/+1
* Fixed bugs in MHTML code + unit tests.Vincent Richard2006-07-131-2/+2
* Changed copyright year to 2006.Vincent Richard2006-02-051-1/+1
* Refactored header field values and parameters.Vincent Richard2005-11-041-0/+1
* Updated FSF address.Vincent Richard2005-09-171-3/+7
* Reference counting and smart pointers.Vincent Richard2005-07-121-34/+27
* Updated VMime website URL.Vincent Richard2005-03-181-1/+1
* Renamed MIME_VERSION to SUPPORTED_MIME_VERSION.Vincent Richard2005-03-171-1/+1
* Changed year to 2005 in copyright header.Vincent Richard2005-01-031-1/+1
* Moved all header files to 'vmime/' directory.Vincent Richard2004-12-261-2/+2
* Added appendAttachment(), an alias for attach().Vincent Richard2004-10-251-0/+6
* Added non-const versions of getRecipients(), getCopyRecipients() and getBindC...Vincent Richard2004-10-251-0/+18
* Refactoring (see ChangeLog).Vincent Richard2004-10-211-30/+142
* Initial import.Vincent Richard2004-10-051-0/+188