diff options
author | Don Sanders <[email protected]> | 2010-08-22 19:54:17 +1000 |
---|---|---|
committer | Don Sanders <[email protected]> | 2010-08-22 19:54:17 +1000 |
commit | 3d76e906a28c1dad3c7d1094e5c2d70063db3cb8 (patch) | |
tree | 89cdeaeba63f636e8968f1171964fd75c14a5e31 | |
parent | cfbdff50e4743f86f3434ff4900943b38616f72d (diff) |
Updated doc.
-rw-r--r-- | doc/html/changes-qtopiamail.html | 31 | ||||
-rw-r--r-- | doc/html/qmail.html | 4 |
2 files changed, 18 insertions, 17 deletions
diff --git a/doc/html/changes-qtopiamail.html b/doc/html/changes-qtopiamail.html index 265a073a..6f7e146c 100644 --- a/doc/html/changes-qtopiamail.html +++ b/doc/html/changes-qtopiamail.html @@ -86,6 +86,22 @@ 25. Added QMailActionObserver class. + 26. Added 'QMailMessage::Important', and + 'QMailMessage::ImportantElsewhere'. + + 27. Added 'QMailStore::lock()' and + 'QMailStore::unlock()'. + + 28. Added QMailActionInfo and QMailActionObserver classes. + + 29. Added QMailDisconnected class. + + 30. Changed 'QMailRetrievalAction::synchronize(const QMailAccountId &accountId)' to + 'QMailRetrievalAction::synchronizeAll(const QMailAccountId &accountId)' + + 31. Added 'QMailDisconnected::destinationKey(const QMailFolderId &)' + + 32. Added 'QMailRetrievalAction::synchronize(const QMailAccountId &accountId, uint minimum)' ***************************************************************************** @@ -237,21 +253,6 @@ 29. Changed 'QMailMessageModelBase::emitDataChanged(const QModelIndex &idx)' to 'QMailMessageModelBase::emitDataChanged(const QModelIndex &idx, const QModelIndex &jdx)'. - 30. Added 'QMailMessage::Important', and - 'QMailMessage::ImportantElsewhere'. - - 31. Added 'QMailStore::lock()' and - 'QMailStore::unlock()'. - - 32. Added QMailActionInfo and QMailActionObserver classes. - - 33. Added QMailDisconnected class. - - 34. Changed 'QMailRetrievalAction::synchronize(const QMailAccountId &accountId)' to - 'QMailRetrievalAction::synchronizeAll(const QMailAccountId &accountId)' - - 35. Added 'QMailDisconnected::destinationKey(const QMailFolderId &)' - *****************************************************************************</pre> <p /><address><hr /><div align="center"> <table width="100%" cellspacing="0" border="0"><tr class="address"> diff --git a/doc/html/qmail.html b/doc/html/qmail.html index df404faf..d88dd38e 100644 --- a/doc/html/qmail.html +++ b/doc/html/qmail.html @@ -55,8 +55,8 @@ <p><table class="valuelist" border="1" cellpadding="2" cellspacing="1" width="100%"> <tr><th width="25%">Constant</th><th width="15%">Value</th><th width="60%">Description</th></tr> <tr><td valign="top"><tt>QMail::NoMechanism</tt></td><td align="center" valign="top"><tt>0</tt></td><td valign="top">No SASL mechanism will be used.</td></tr> -<tr><td valign="top"><tt>QMail::LoginMechanism</tt></td><td align="center" valign="top"><tt>1</tt></td><td valign="top">Simple clear text user/password authentication mechanism, obsoleted by Plain.</td></tr> -<tr><td valign="top"><tt>QMail::PlainMechanism</tt></td><td align="center" valign="top"><tt>2</tt></td><td valign="top">Simple clear text user/password authentication mechanism.</td></tr> +<tr><td valign="top"><tt>QMail::LoginMechanism</tt></td><td align="center" valign="top"><tt>1</tt></td><td valign="top">Simple clear-text user/password authentication mechanism, obsoleted by Plain.</td></tr> +<tr><td valign="top"><tt>QMail::PlainMechanism</tt></td><td align="center" valign="top"><tt>2</tt></td><td valign="top">Simple clear-text user/password authentication mechanism.</td></tr> <tr><td valign="top"><tt>QMail::CramMd5Mechanism</tt></td><td align="center" valign="top"><tt>3</tt></td><td valign="top">A challenge-response authentication mechanism.</td></tr> </table></p> <hr /> |