.. |
mdn
|
Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.
|
2009-09-06 12:02:10 +00:00 |
misc
|
Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.
|
2009-09-06 12:02:10 +00:00 |
net
|
No extra space between ':' and '<' in MAIL FROM and RCPT TO. Wait for server response after QUIT and before closing connection.
|
2010-12-08 08:52:54 +00:00 |
platforms
|
Added stubs for timeout handler (#3045770).
|
2010-08-16 10:21:03 +00:00 |
security
|
Fixed type size.
|
2010-05-20 09:57:51 +00:00 |
utility
|
Better RFC-2047 encoding.
|
2010-10-12 17:10:58 +00:00 |
address.cpp
|
Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.
|
2009-09-06 12:02:10 +00:00 |
addressList.cpp
|
Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.
|
2009-09-06 12:02:10 +00:00 |
attachmentHelper.cpp
|
Added an option to recognize inline objects as attachments.
|
2010-09-07 10:46:24 +00:00 |
base.cpp
|
Removed wide-char support.
|
2010-02-03 10:45:17 +00:00 |
body.cpp
|
Fixed bug #3174903. Fixed word parsing when buffer does not end with NL. Fixed 'no encoding' when forced.
|
2011-03-09 18:03:31 +00:00 |
bodyPart.cpp
|
Added helper function to construct parsed message from net message. Splitted IMAP source files.
|
2010-05-18 13:52:27 +00:00 |
bodyPartAttachment.cpp
|
Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.
|
2009-09-06 12:02:10 +00:00 |
charset.cpp
|
Alias for UTF-7 charset.
|
2011-06-19 18:16:49 +00:00 |
charsetConverter.cpp
|
Flush stateful data from iconv (thanks to John van der Kamp, Zarafa).
|
2011-03-31 19:13:03 +00:00 |
component.cpp
|
Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.
|
2009-09-06 12:02:10 +00:00 |
constants.cpp
|
Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.
|
2009-09-06 12:02:10 +00:00 |
contentDisposition.cpp
|
Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.
|
2009-09-06 12:02:10 +00:00 |
contentDispositionField.cpp
|
Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.
|
2009-09-06 12:02:10 +00:00 |
contentHandler.cpp
|
Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.
|
2009-09-06 12:02:10 +00:00 |
contentTypeField.cpp
|
Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.
|
2009-09-06 12:02:10 +00:00 |
dateTime.cpp
|
Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.
|
2009-09-06 12:02:10 +00:00 |
defaultAttachment.cpp
|
Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.
|
2009-09-06 12:02:10 +00:00 |
disposition.cpp
|
Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.
|
2009-09-06 12:02:10 +00:00 |
emptyContentHandler.cpp
|
Improved automatic encoding selection. Added helper functions on body for setting contents, type, charset and encoding.
|
2010-05-23 16:18:00 +00:00 |
encoding.cpp
|
Improved automatic encoding selection. Added helper functions on body for setting contents, type, charset and encoding.
|
2010-05-23 16:18:00 +00:00 |
exception.cpp
|
Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.
|
2009-09-06 12:02:10 +00:00 |
fileAttachment.cpp
|
Auto-detect filename. Renamed 'filename' argument to 'filepath' for disambiguity. Added constructor for input stream. Use 'word' instead of 'string' for filename.
|
2009-11-04 14:12:06 +00:00 |
generatedMessageAttachment.cpp
|
Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.
|
2009-09-06 12:02:10 +00:00 |
header.cpp
|
Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.
|
2009-09-06 12:02:10 +00:00 |
headerField.cpp
|
Added helper function to construct parsed message from net message. Splitted IMAP source files.
|
2010-05-18 13:52:27 +00:00 |
headerFieldFactory.cpp
|
Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.
|
2009-09-06 12:02:10 +00:00 |
htmlTextPart.cpp
|
Improved automatic encoding selection. Added helper functions on body for setting contents, type, charset and encoding.
|
2010-05-23 16:18:00 +00:00 |
mailbox.cpp
|
Added support for mailboxes that specify an (encoded) full name with an empty email address, set by a <> marker (Zarafa).
|
2011-06-19 18:49:55 +00:00 |
mailboxField.cpp
|
Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.
|
2009-09-06 12:02:10 +00:00 |
mailboxGroup.cpp
|
Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.
|
2009-09-06 12:02:10 +00:00 |
mailboxList.cpp
|
Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.
|
2009-09-06 12:02:10 +00:00 |
mediaType.cpp
|
Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.
|
2009-09-06 12:02:10 +00:00 |
message.cpp
|
Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.
|
2009-09-06 12:02:10 +00:00 |
messageBuilder.cpp
|
Fixed messageBuilder to accept an empty mailbox group in 'To:' field, to allow for undisclosed-recipients (Zarafa).
|
2011-06-19 18:39:35 +00:00 |
messageId.cpp
|
Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.
|
2009-09-06 12:02:10 +00:00 |
messageIdSequence.cpp
|
Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.
|
2009-09-06 12:02:10 +00:00 |
messageParser.cpp
|
Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.
|
2009-09-06 12:02:10 +00:00 |
object.cpp
|
Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.
|
2009-09-06 12:02:10 +00:00 |
options.cpp
|
Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.
|
2009-09-06 12:02:10 +00:00 |
parameter.cpp
|
Correctly generate attachment names which are long and have high characters for Outlook Express (Zarafa).
|
2011-06-19 18:08:12 +00:00 |
parameterizedHeaderField.cpp
|
Fixed parsing of non-significant whitespaces in field values.
|
2010-04-08 18:28:22 +00:00 |
parsedMessageAttachment.cpp
|
Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.
|
2009-09-06 12:02:10 +00:00 |
path.cpp
|
Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.
|
2009-09-06 12:02:10 +00:00 |
plainTextPart.cpp
|
Improved automatic encoding selection. Added helper functions on body for setting contents, type, charset and encoding.
|
2010-05-23 16:18:00 +00:00 |
platform.cpp
|
Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.
|
2009-09-06 12:02:10 +00:00 |
propertySet.cpp
|
Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.
|
2009-09-06 12:02:10 +00:00 |
relay.cpp
|
Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.
|
2009-09-06 12:02:10 +00:00 |
streamContentHandler.cpp
|
Improved automatic encoding selection. Added helper functions on body for setting contents, type, charset and encoding.
|
2010-05-23 16:18:00 +00:00 |
stringContentHandler.cpp
|
Improved automatic encoding selection. Added helper functions on body for setting contents, type, charset and encoding.
|
2010-05-23 16:18:00 +00:00 |
text.cpp
|
Fixed missing whitespace in text parsing.
|
2010-10-12 20:01:34 +00:00 |
textPartFactory.cpp
|
Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.
|
2009-09-06 12:02:10 +00:00 |
word.cpp
|
Fixed bug #3174903. Fixed word parsing when buffer does not end with NL. Fixed 'no encoding' when forced.
|
2011-03-09 18:03:31 +00:00 |
wordEncoder.cpp
|
Better RFC-2047 encoding.
|
2010-10-12 17:10:58 +00:00 |