diff options
Diffstat (limited to 'doc/html/changes-messageserver.html')
-rw-r--r-- | doc/html/changes-messageserver.html | 78 |
1 files changed, 78 insertions, 0 deletions
diff --git a/doc/html/changes-messageserver.html b/doc/html/changes-messageserver.html new file mode 100644 index 00000000..48a5a2a0 --- /dev/null +++ b/doc/html/changes-messageserver.html @@ -0,0 +1,78 @@ +<?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> >&). + + + ***************************************************************************** + + 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> |