vmime/src
2006-11-18 09:27:30 +00:00
..
mdn Changed copyright year to 2006. 2006-02-05 10:22:59 +00:00
misc Changed copyright year to 2006. 2006-02-05 10:22:59 +00:00
net Imbue classic 'C' locale for the output of message parts and protocol commands. 2006-11-08 18:33:18 +00:00
platforms Imbue classic 'C' locale for the output of message parts and protocol commands. 2006-11-08 18:33:18 +00:00
security Imbue classic 'C' locale for the output of message parts and protocol commands. 2006-11-08 18:33:18 +00:00
utility Preferred block size for streams. 2006-11-18 09:27:30 +00:00
address.cpp Changed copyright year to 2006. 2006-02-05 10:22:59 +00:00
addressList.cpp Clean up. 2006-04-05 17:48:09 +00:00
attachmentHelper.cpp Use std::copy instead of loop (thanks to Michal Rzechonek). 2006-11-14 13:19:57 +00:00
base.cpp Changed copyright year to 2006. 2006-02-05 10:22:59 +00:00
body.cpp Refactored and cleaned up smart pointers. 2006-03-29 20:06:39 +00:00
bodyPart.cpp Refactored and cleaned up smart pointers. 2006-03-29 20:06:39 +00:00
bodyPartAttachment.cpp Replaced & with ref<> + clean up. 2006-07-14 08:28:35 +00:00
charset.cpp Renamed 'vmime::platformDependant' to 'vmime::platform'. 2006-10-11 14:52:41 +00:00
charsetConverter.cpp Fixed reference + do not clear stream in adapters. 2006-11-15 10:41:35 +00:00
component.cpp Changed copyright year to 2006. 2006-02-05 10:22:59 +00:00
constants.cpp Changed copyright year to 2006. 2006-02-05 10:22:59 +00:00
contentDisposition.cpp Fixed parsing when space occurs at the end of the field value. 2006-08-25 14:36:44 +00:00
contentDispositionField.cpp Changed copyright year to 2006. 2006-02-05 10:22:59 +00:00
contentHandler.cpp Changed copyright year to 2006. 2006-02-05 10:22:59 +00:00
contentTypeField.cpp Changed copyright year to 2006. 2006-02-05 10:22:59 +00:00
dateTime.cpp Imbue classic 'C' locale for the output of message parts and protocol commands. 2006-11-08 18:33:18 +00:00
defaultAttachment.cpp Attachment [file]name. 2006-09-04 16:16:00 +00:00
disposition.cpp Changed copyright year to 2006. 2006-02-05 10:22:59 +00:00
emptyContentHandler.cpp Changed copyright year to 2006. 2006-02-05 10:22:59 +00:00
encoder7bit.cpp Changed copyright year to 2006. 2006-02-05 10:22:59 +00:00
encoder8bit.cpp Changed copyright year to 2006. 2006-02-05 10:22:59 +00:00
encoder.cpp Changed copyright year to 2006. 2006-02-05 10:22:59 +00:00
encoderB64.cpp Fixed maximum line length bug. 2006-11-17 22:57:48 +00:00
encoderBinary.cpp Changed copyright year to 2006. 2006-02-05 10:22:59 +00:00
encoderDefault.cpp Changed copyright year to 2006. 2006-02-05 10:22:59 +00:00
encoderFactory.cpp Fixed parsing when space occurs at the end of the field value. 2006-08-25 14:36:44 +00:00
encoderQP.cpp Changed copyright year to 2006. 2006-02-05 10:22:59 +00:00
encoderUUE.cpp Changed copyright year to 2006. 2006-02-05 10:22:59 +00:00
encoding.cpp Fixed parsing when space occurs at the end of the field value. 2006-08-25 14:36:44 +00:00
exception.cpp Renamed 'vmime::platformDependant' to 'vmime::platform'. 2006-10-11 14:52:41 +00:00
fileAttachment.cpp Replaced & with ref<> + clean up. 2006-07-14 08:28:35 +00:00
generatedMessageAttachment.cpp Replaced & with ref<> + clean up. 2006-07-14 08:28:35 +00:00
header.cpp Changed copyright year to 2006. 2006-02-05 10:22:59 +00:00
headerField.cpp Changed copyright year to 2006. 2006-02-05 10:22:59 +00:00
headerFieldFactory.cpp Changed copyright year to 2006. 2006-02-05 10:22:59 +00:00
htmlTextPart.cpp Fixed bugs in MHTML code + unit tests. 2006-07-13 16:32:39 +00:00
mailbox.cpp Changed copyright year to 2006. 2006-02-05 10:22:59 +00:00
mailboxField.cpp Changed copyright year to 2006. 2006-02-05 10:22:59 +00:00
mailboxGroup.cpp Changed copyright year to 2006. 2006-02-05 10:22:59 +00:00
mailboxList.cpp Added toAddressList(). 2006-02-05 20:24:15 +00:00
mediaType.cpp Fixed parsing when space occurs at the end of the field value. 2006-08-25 14:36:44 +00:00
message.cpp Changed copyright year to 2006. 2006-02-05 10:22:59 +00:00
messageBuilder.cpp Replaced & with ref<> + clean up. 2006-07-14 08:28:35 +00:00
messageId.cpp Imbue classic 'C' locale for the output of message parts and protocol commands. 2006-11-08 18:33:18 +00:00
messageIdSequence.cpp Changed copyright year to 2006. 2006-02-05 10:22:59 +00:00
messageParser.cpp Do not treat attached text files as text parts. 2006-08-21 13:20:30 +00:00
object.cpp Refactored and cleaned up smart pointers. 2006-03-29 20:06:39 +00:00
options.cpp Changed copyright year to 2006. 2006-02-05 10:22:59 +00:00
parameter.cpp Imbue classic 'C' locale for the output of message parts and protocol commands. 2006-11-08 18:33:18 +00:00
parameterizedHeaderField.cpp Changed copyright year to 2006. 2006-02-05 10:22:59 +00:00
parsedMessageAttachment.cpp Replaced & with ref<> + clean up. 2006-07-14 08:28:35 +00:00
path.cpp Changed copyright year to 2006. 2006-02-05 10:22:59 +00:00
plainTextPart.cpp Fixed bugs in MHTML code + unit tests. 2006-07-13 16:32:39 +00:00
platform.cpp Renamed 'vmime::platformDependant' to 'vmime::platform'. 2006-10-11 14:52:41 +00:00
propertySet.cpp Imbue classic 'C' locale for unformatted output. 2006-11-17 22:56:27 +00:00
relay.cpp Changed copyright year to 2006. 2006-02-05 10:22:59 +00:00
streamContentHandler.cpp Changed copyright year to 2006. 2006-02-05 10:22:59 +00:00
stringContentHandler.cpp Changed copyright year to 2006. 2006-02-05 10:22:59 +00:00
text.cpp Changed copyright year to 2006. 2006-02-05 10:22:59 +00:00
textPartFactory.cpp Changed copyright year to 2006. 2006-02-05 10:22:59 +00:00
word.cpp Fixed bug #1096610: non-integral number of chars in RFC-2047 encoded words. 2006-10-02 13:44:00 +00:00
wordEncoder.cpp Fixed typo causing bad line length computation in RFC-2047 Base64 output. 2006-11-17 14:59:10 +00:00