vmime/src
2005-03-15 19:20:58 +00:00
..
messaging Removed 'singleton' and 'singletonManager' classes. 2005-03-14 20:35:25 +00:00
platforms/posix Removed extra '::' before numeric constants. 2005-02-05 09:30:57 +00:00
utility Removed 'singleton' and 'singletonManager' classes. 2005-03-14 20:35:25 +00:00
address.cpp Fixed parsing bounds for header fields and values. 2005-03-15 17:31:26 +00:00
addressList.cpp Changed protected inheritance to simple composition. 2005-02-06 17:14:08 +00:00
base.cpp Changed year to 2005 in copyright header. 2005-01-03 12:26:48 +00:00
body.cpp Moved 'static' functions into 'parserHelpers' class. 2005-02-05 09:51:39 +00:00
bodyPart.cpp Changed year to 2005 in copyright header. 2005-01-03 12:26:48 +00:00
charset.cpp Changed year to 2005 in copyright header. 2005-01-03 12:26:48 +00:00
component.cpp Changed year to 2005 in copyright header. 2005-01-03 12:26:48 +00:00
constants.cpp Support for In-Reply-To header field (type MessageId). 2005-03-15 18:00:50 +00:00
contentDisposition.cpp Changed year to 2005 in copyright header. 2005-01-03 12:26:48 +00:00
contentDispositionField.cpp Changed year to 2005 in copyright header. 2005-01-03 12:26:48 +00:00
contentHandler.cpp Splitted 'contentHandler' into three classes: 'emptyContentHandler', 'stringContentHandler' and 'streamContentHandler'. 2005-01-28 17:50:53 +00:00
contentTypeField.cpp Changed year to 2005 in copyright header. 2005-01-03 12:26:48 +00:00
dateTime.cpp Moved 'static' functions into 'parserHelpers' class. 2005-02-05 09:51:39 +00:00
defaultAttachment.cpp Splitted 'contentHandler' into three classes: 'emptyContentHandler', 'stringContentHandler' and 'streamContentHandler'. 2005-01-28 17:50:53 +00:00
emptyContentHandler.cpp Splitted 'contentHandler' into three classes: 'emptyContentHandler', 'stringContentHandler' and 'streamContentHandler'. 2005-01-28 17:50:53 +00:00
encoder7bit.cpp Changed year to 2005 in copyright header. 2005-01-03 12:26:48 +00:00
encoder8bit.cpp Changed year to 2005 in copyright header. 2005-01-03 12:26:48 +00:00
encoder.cpp Changed year to 2005 in copyright header. 2005-01-03 12:26:48 +00:00
encoderB64.cpp Moved 'static' functions into 'parserHelpers' class. 2005-02-05 09:51:39 +00:00
encoderBinary.cpp Changed year to 2005 in copyright header. 2005-01-03 12:26:48 +00:00
encoderDefault.cpp Changed year to 2005 in copyright header. 2005-01-03 12:26:48 +00:00
encoderFactory.cpp Removed 'singleton' and 'singletonManager' classes. 2005-03-14 20:35:25 +00:00
encoderQP.cpp Changed year to 2005 in copyright header. 2005-01-03 12:26:48 +00:00
encoderUUE.cpp Moved 'static' functions into 'parserHelpers' class. 2005-02-05 09:51:39 +00:00
encoding.cpp Changed year to 2005 in copyright header. 2005-01-03 12:26:48 +00:00
exception.cpp 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.cpp Splitted 'contentHandler' into three classes: 'emptyContentHandler', 'stringContentHandler' and 'streamContentHandler'. 2005-01-28 17:50:53 +00:00
header.cpp Moved header field parsing to 'headerField::parseNext()'. 2005-03-12 16:58:59 +00:00
headerField.cpp Fixed parsing bounds for header fields and values. 2005-03-15 17:31:26 +00:00
headerFieldFactory.cpp Support for In-Reply-To header field (type MessageId). 2005-03-15 19:20:58 +00:00
htmlTextPart.cpp Splitted 'contentHandler' into three classes: 'emptyContentHandler', 'stringContentHandler' and 'streamContentHandler'. 2005-01-28 17:50:53 +00:00
mailbox.cpp Moved 'static' functions into 'parserHelpers' class. 2005-02-05 09:51:39 +00:00
mailboxField.cpp Fixed parsing bounds for header fields and values. 2005-03-15 17:31:26 +00:00
mailboxGroup.cpp Moved 'static' functions into 'parserHelpers' class. 2005-02-05 09:51:39 +00:00
mailboxList.cpp Changed protected inheritance to simple composition. 2005-02-06 17:14:08 +00:00
mediaType.cpp Changed year to 2005 in copyright header. 2005-01-03 12:26:48 +00:00
message.cpp Changed year to 2005 in copyright header. 2005-01-03 12:26:48 +00:00
messageBuilder.cpp Changed year to 2005 in copyright header. 2005-01-03 12:26:48 +00:00
messageId.cpp Changed year to 2005 in copyright header. 2005-01-03 12:26:48 +00:00
messageParser.cpp Changed year to 2005 in copyright header. 2005-01-03 12:26:48 +00:00
options.cpp Removed 'singleton' and 'singletonManager' classes. 2005-03-14 20:35:25 +00:00
parameter.cpp Changed year to 2005 in copyright header. 2005-01-03 12:26:48 +00:00
parameterFactory.cpp Removed 'singleton' and 'singletonManager' classes. 2005-03-14 20:35:25 +00:00
parameterizedHeaderField.cpp Fixed parameters not showing as child components + fixed parsing bounds in typeAdapter. 2005-03-12 20:58:48 +00:00
plainTextPart.cpp Splitted 'contentHandler' into three classes: 'emptyContentHandler', 'stringContentHandler' and 'streamContentHandler'. 2005-01-28 17:50:53 +00:00
platformDependant.cpp Changed year to 2005 in copyright header. 2005-01-03 12:26:48 +00:00
propertySet.cpp Moved 'static' functions into 'parserHelpers' class. 2005-02-05 09:51:39 +00:00
relay.cpp Changed year to 2005 in copyright header. 2005-01-03 12:26:48 +00:00
streamContentHandler.cpp Splitted 'contentHandler' into three classes: 'emptyContentHandler', 'stringContentHandler' and 'streamContentHandler'. 2005-01-28 17:50:53 +00:00
stringContentHandler.cpp Splitted 'contentHandler' into three classes: 'emptyContentHandler', 'stringContentHandler' and 'streamContentHandler'. 2005-01-28 17:50:53 +00:00
text.cpp Moved word parsing from 'text' class to 'word' class. 2005-03-15 10:30:42 +00:00
textPartFactory.cpp Removed 'singleton' and 'singletonManager' classes. 2005-03-14 20:35:25 +00:00
typeAdapter.cpp Fixed parameters not showing as child components + fixed parsing bounds in typeAdapter. 2005-03-12 20:58:48 +00:00
word.cpp Moved word parsing from 'text' class to 'word' class. 2005-03-15 10:30:42 +00:00