/usr/share/doc/qmf/html/changes-messageserver.html is in qmf-doc-html 1.0.7~2011w23.2-2.1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 | <?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<!-- CHANGES.qdoc -->
<head>
<title></title>
<link href="classic.css" rel="stylesheet" type="text/css" />
</head>
<body>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td align="left" valign="top" width="32"><img src="images/qtlogo.png" align="left" border="0" /></td>
<td width="1"> </td><td class="postheader" valign="center"><a href="index.html"><font color="#004faf">Home</font></a></td>
<td align="right" valign="top" width="230"><img src="images/codeless.png" border="0" /></td></tr></table><h1 class="title"><br /><span class="subtitle"></span>
</h1>
<pre> *****************************************************************************
**
** API Change History
**
*****************************************************************************
Changes since the QMF-1.0 release on 15/05/09:
1. Changed 'QMailMessageSource::prepareMessages(const QMailMessageIdList&)' to
'QMailMessageSource::prepareMessages(const QList<QPair<QMailMessagePart::Location, QMailMessagePart::Location> >&).
2. Added 'QMailMessageSink::messagesFailedTransmission(const QMailMessageIdList &ids, QMailServiceAction::Status::ErrorCode)' signal.
3. Changed 'virtual bool QMailMessageSink::cancelOperation()' to
'virtual bool QMailMessageSink::cancelOperation(QMailServiceAction::Status::ErrorCode code, const QString &text)'
4. Added 'bool QMailMessageSink::cancelOperation()'
5. Added concurrent version to QMailMessageSource and QMailMessageSink
6. Added QMailMessageBuffer
7. Added QMailMessageService::useConcurrentActions()
8. Changed semantics of QMailMessageBuffer::setCallback(), this function no longer creates a copy of the QMailMessage
argument, the caller must now handle lifetime management.
9. Added QMailHeartbeatTimer.
*****************************************************************************
Changes since the development preview release on 03/04/09:
1. Added 'QMailTransport::socket()'.
*****************************************************************************
Changes since the development preview release on 06/03/09:
1. Added 'QMailAuthenticator::useEncryption(const QMailAccountConfiguration::ServiceConfiguration&, const QStringList &)'.
*****************************************************************************
Changes since the development preview release on 16/01/09:
1. Added 'QMailAuthenticator' class.
2. Added 'QMailServiceConfiguration::QMailServiceConfiguration(const QMailAccountConfiguration::ServiceConfiguration&)'.
3. Added 'QMailServiceConfiguration::id() const'.
4. Added 'QMailTransport::isEncrypted() const'.
5. Changed 'QMailMessageSource::notImplemented()' from slot to function.
6. Added 'QMailMessageSink::notImplemented()'.
7. Added 'QMailMessageService::accountId() const'.
8. Changed 'QMailMessageSource::retrieveMessagePart(const QMailMessageId &, const QMailMessagePart::Location &)' to
'QMailMessageSource::retrieveMessagePart(QMailMessagePart::Location &)' and
'QMailMessageSource::retrieveMessagePartRange(const QMailMessageId &, const QMailMessagePart::Location &, uint)' to
'QMailMessageSource::retrieveMessagePartRange(QMailMessagePart::Location &, uint)'.
9. Changed 'QMailMessageSource::retrieveAll(const QMailAccountId &, QMailRetrievalAction::RetrievalSpecification)' to
'QMailMessageSource::retrieveAll(const QMailAccountId &)' and
'QMailMessageSource::synchronize(const QMailAccountId &, QMailRetrievalAction::RetrievalSpecification)' to
'QMailMessageSource::synchronize(const QMailAccountId &)'.
*****************************************************************************</pre>
<p /><address><hr /><div align="center">
<table width="100%" cellspacing="0" border="0"><tr class="address">
<td align="left">Copyright © 2010 QtSoftware</td>
<td align="right"><div align="right">Messaging Framework</div></td>
</tr></table></div></address></body>
</html>
|