aboutsummaryrefslogtreecommitdiffstats
path: root/src/defaultAttachment.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merged source and header files in directory structure. Got rid of SConstruct ↵Vincent Richard2013-12-291-146/+0
| | | | build.
* Boost/C++11 shared pointers.Vincent Richard2013-11-211-13/+13
|
* Updated copyright year and maintainer email address.Vincent Richard2013-01-101-1/+1
|
* Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.Vincent Richard2009-09-061-2/+2
|
* Changed copyright year to 2008.Vincent Richard2008-01-041-1/+1
|
* Changed copyright year to 2007.Vincent Richard2007-01-011-1/+1
|
* Attachment [file]name.Vincent Richard2006-09-041-0/+2
|
* Replaced & with ref<> + clean up.Vincent Richard2006-07-141-14/+14
|
* Changed copyright year to 2006.Vincent Richard2006-02-051-1/+1
|
* Refactored header field values and parameters.Vincent Richard2005-11-041-0/+2
|
* Added getPart() and getHeader() on attachment.Vincent Richard2005-10-131-0/+12
|
* Don't return references.Vincent Richard2005-10-131-4/+4
|
* Updated FSF address.Vincent Richard2005-09-171-3/+7
|
* Content handler constness.Vincent Richard2005-08-171-2/+2
|
* Added getName() to retrieve attachment filename.Vincent Richard2005-07-151-5/+13
|
* Reference counting and smart pointers.Vincent Richard2005-07-121-18/+14
|
* Updated VMime website URL.Vincent Richard2005-03-181-1/+1
|
* Splitted 'contentHandler' into three classes: 'emptyContentHandler', ↵Vincent Richard2005-01-281-6/+16
| | | | 'stringContentHandler' and 'streamContentHandler'.
* 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
|
* Renamed class 'disposition' to 'contentDisposition'.Vincent Richard2004-12-241-1/+1
|
* Refactoring (see ChangeLog).Vincent Richard2004-10-211-15/+36
|
* Initial import.Vincent Richard2004-10-051-0/+91