aboutsummaryrefslogtreecommitdiffstats
path: root/src/messageBuilder.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Makes 'To' optional, like 'Cc' and 'Bcc'. An exception is still thrown if ↵Vincent Richard2009-12-131-2/+8
| | | | there are no recipients at all (see bug #2912670).
* 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 ↵Vincent Richard2004-10-251-0/+18
| | | | getBindCopyRecipients() for easy access.
* Refactoring (see ChangeLog).Vincent Richard2004-10-211-30/+142
|
* Initial import.Vincent Richard2004-10-051-0/+188