vmime/vmime
2005-03-14 20:35:25 +00:00
..
messaging Removed 'singleton' and 'singletonManager' classes. 2005-03-14 20:35:25 +00:00
platforms/posix Changed year to 2005 in copyright header. 2005-01-03 12:26:48 +00:00
utility Removed 'singleton' and 'singletonManager' classes. 2005-03-14 20:35:25 +00:00
address.hpp Changed year to 2005 in copyright header. 2005-01-03 12:26:48 +00:00
addressList.hpp Removed useless 'const' in return value of some functions. 2005-01-06 20:01:41 +00:00
attachment.hpp Changed year to 2005 in copyright header. 2005-01-03 12:26:48 +00:00
base.hpp Changed first argument of copy_vector() to 'const', to avoid mistakes. 2005-03-12 15:15:56 +00:00
body.hpp Splitted 'contentHandler' into three classes: 'emptyContentHandler', 'stringContentHandler' and 'streamContentHandler'. 2005-01-28 17:50:53 +00:00
bodyPart.hpp Changed year to 2005 in copyright header. 2005-01-03 12:26:48 +00:00
charset.hpp Changed year to 2005 in copyright header. 2005-01-03 12:26:48 +00:00
component.hpp Changed year to 2005 in copyright header. 2005-01-03 12:26:48 +00:00
constants.hpp Changed year to 2005 in copyright header. 2005-01-03 12:26:48 +00:00
contentDisposition.hpp Changed year to 2005 in copyright header. 2005-01-03 12:26:48 +00:00
contentDispositionField.hpp Changed year to 2005 in copyright header. 2005-01-03 12:26:48 +00:00
contentHandler.hpp Splitted 'contentHandler' into three classes: 'emptyContentHandler', 'stringContentHandler' and 'streamContentHandler'. 2005-01-28 17:50:53 +00:00
contentTypeField.hpp Changed year to 2005 in copyright header. 2005-01-03 12:26:48 +00:00
dateTime.hpp Changed year to 2005 in copyright header. 2005-01-03 12:26:48 +00:00
defaultAttachment.hpp Splitted 'contentHandler' into three classes: 'emptyContentHandler', 'stringContentHandler' and 'streamContentHandler'. 2005-01-28 17:50:53 +00:00
emptyContentHandler.hpp Splitted 'contentHandler' into three classes: 'emptyContentHandler', 'stringContentHandler' and 'streamContentHandler'. 2005-01-28 17:50:53 +00:00
encoder7bit.hpp Changed year to 2005 in copyright header. 2005-01-03 12:26:48 +00:00
encoder8bit.hpp Changed year to 2005 in copyright header. 2005-01-03 12:26:48 +00:00
encoder.hpp Changed year to 2005 in copyright header. 2005-01-03 12:26:48 +00:00
encoderB64.hpp Changed year to 2005 in copyright header. 2005-01-03 12:26:48 +00:00
encoderBinary.hpp Changed year to 2005 in copyright header. 2005-01-03 12:26:48 +00:00
encoderDefault.hpp Changed year to 2005 in copyright header. 2005-01-03 12:26:48 +00:00
encoderFactory.hpp Removed 'singleton' and 'singletonManager' classes. 2005-03-14 20:35:25 +00:00
encoderQP.hpp Changed year to 2005 in copyright header. 2005-01-03 12:26:48 +00:00
encoderUUE.hpp Changed year to 2005 in copyright header. 2005-01-03 12:26:48 +00:00
encoding.hpp Changed year to 2005 in copyright header. 2005-01-03 12:26:48 +00:00
exception.hpp Added diagnostic error string for 'exceptions::connection_error' + fixed a bug in 'posixSocket::connect()' when specifying an IP address. 2005-01-04 22:03:16 +00:00
fileAttachment.hpp Changed year to 2005 in copyright header. 2005-01-03 12:26:48 +00:00
genericField.hpp Changed year to 2005 in copyright header. 2005-01-03 12:26:48 +00:00
genericParameter.hpp Changed year to 2005 in copyright header. 2005-01-03 12:26:48 +00:00
header.hpp Removed useless 'const' in return value of some functions. 2005-01-06 20:01:41 +00:00
headerField.hpp Moved header field parsing to 'headerField::parseNext()'. 2005-03-12 16:58:59 +00:00
headerFieldFactory.hpp Removed 'singleton' and 'singletonManager' classes. 2005-03-14 20:35:25 +00:00
htmlTextPart.hpp Splitted 'contentHandler' into three classes: 'emptyContentHandler', 'stringContentHandler' and 'streamContentHandler'. 2005-01-28 17:50:53 +00:00
mailbox.hpp Changed year to 2005 in copyright header. 2005-01-03 12:26:48 +00:00
mailboxField.hpp Changed year to 2005 in copyright header. 2005-01-03 12:26:48 +00:00
mailboxGroup.hpp Removed useless 'const' in return value of some functions. 2005-01-06 20:01:41 +00:00
mailboxList.hpp Changed protected inheritance to simple composition. 2005-02-06 17:14:08 +00:00
mediaType.hpp Changed year to 2005 in copyright header. 2005-01-03 12:26:48 +00:00
message.hpp Changed year to 2005 in copyright header. 2005-01-03 12:26:48 +00:00
messageBuilder.hpp Changed year to 2005 in copyright header. 2005-01-03 12:26:48 +00:00
messageId.hpp Changed year to 2005 in copyright header. 2005-01-03 12:26:48 +00:00
messageParser.hpp Changed year to 2005 in copyright header. 2005-01-03 12:26:48 +00:00
options.hpp Removed 'singleton' and 'singletonManager' classes. 2005-03-14 20:35:25 +00:00
parameter.hpp Fixed parameters not showing as child components + fixed parsing bounds in typeAdapter. 2005-03-12 20:58:48 +00:00
parameterFactory.hpp Removed 'singleton' and 'singletonManager' classes. 2005-03-14 20:35:25 +00:00
parameterizedHeaderField.hpp Fixed parameters not showing as child components + fixed parsing bounds in typeAdapter. 2005-03-12 20:58:48 +00:00
parserHelpers.hpp Moved 'static' functions into 'parserHelpers' class. 2005-02-05 09:51:39 +00:00
plainTextPart.hpp Splitted 'contentHandler' into three classes: 'emptyContentHandler', 'stringContentHandler' and 'streamContentHandler'. 2005-01-28 17:50:53 +00:00
platformDependant.hpp Removed useless 'const' in return value of some functions. 2005-01-06 20:01:41 +00:00
propertySet.hpp Made 'propertySet::property' public. 2005-01-07 17:15:43 +00:00
relay.hpp Changed year to 2005 in copyright header. 2005-01-03 12:26:48 +00:00
standardFields.hpp Changed year to 2005 in copyright header. 2005-01-03 12:26:48 +00:00
standardParams.hpp Changed year to 2005 in copyright header. 2005-01-03 12:26:48 +00:00
streamContentHandler.hpp Splitted 'contentHandler' into three classes: 'emptyContentHandler', 'stringContentHandler' and 'streamContentHandler'. 2005-01-28 17:50:53 +00:00
stringContentHandler.hpp Splitted 'contentHandler' into three classes: 'emptyContentHandler', 'stringContentHandler' and 'streamContentHandler'. 2005-01-28 17:50:53 +00:00
text.hpp Removed useless 'const' in return value of some functions. 2005-01-06 20:01:41 +00:00
textPart.hpp Changed year to 2005 in copyright header. 2005-01-03 12:26:48 +00:00
textPartFactory.hpp Removed 'singleton' and 'singletonManager' classes. 2005-03-14 20:35:25 +00:00
typeAdapter.hpp Fixed parameters not showing as child components + fixed parsing bounds in typeAdapter. 2005-03-12 20:58:48 +00:00
types.hpp Changed year to 2005 in copyright header. 2005-01-03 12:26:48 +00:00
vmime.hpp Splitted 'contentHandler' into three classes: 'emptyContentHandler', 'stringContentHandler' and 'streamContentHandler'. 2005-01-28 17:50:53 +00:00
word.hpp Changed year to 2005 in copyright header. 2005-01-03 12:26:48 +00:00