diff options
| author | Pekka Vuorela <pvuorela@iki.fi> | 2025-12-10 16:34:48 +0200 |
|---|---|---|
| committer | Pekka Vuorela <pvuorela@iki.fi> | 2025-12-11 10:34:15 +0200 |
| commit | d0e99381682eeacfdae9729532e4b819ddadcb35 (patch) | |
| tree | 677b1fbb3f203fd15ed283e610cb4dd8df79ba32 | |
| parent | 7633a041b9f26e0a86722b101f924125d4a2f65e (diff) | |
Replace remaining 'Qt Extended' references with 'Qt Messaging Framework'
Change-Id: I04d2c685c76dc3e72b16a6fb7eb82f2ab0e510c1
Reviewed-by: Damien Caliste <dcaliste@free.fr>
Reviewed-by: <matti.viljanen@kapsi.fi>
Reviewed-by: Pekka Vuorela <pvuorela@iki.fi>
28 files changed, 34 insertions, 34 deletions
diff --git a/doc/src/examples/messagenavigator.qdoc b/doc/src/examples/messagenavigator.qdoc index c565df3a..175b0832 100644 --- a/doc/src/examples/messagenavigator.qdoc +++ b/doc/src/examples/messagenavigator.qdoc @@ -34,7 +34,7 @@ example application allows the user to browse for messages using a tree view to expose the hierarchical structure of email accounts that use folders. It displays the messages in each folder in a list, and when a message is - selected, it uses Qt Extended services to delegate the display of the + selected, it uses Qt Messaging Framework services to delegate the display of the message to another application. \image messagenavigator-example.png Screenshot of the MessageNavigator example diff --git a/doc/src/examples/messageviewer.qdoc b/doc/src/examples/messageviewer.qdoc index 4693c218..2392e981 100644 --- a/doc/src/examples/messageviewer.qdoc +++ b/doc/src/examples/messageviewer.qdoc @@ -32,12 +32,12 @@ The MessageViewer example shows how to create a client application which accesses messages stored by the Messaging Framework. The example application searches for, and displays the properties of messages - stored by the Messaging Framework, but uses Qt Extended services to delegate the display + stored by the Messaging Framework, but uses Qt Messaging Framework services to delegate the display of the messages to another application. \image messageviewer-example.png Screenshot of the MessageViewer example - The example application uses the Qt Extended PIM library's Contacts listing + The example application uses the Qt Messaging Framework PIM library's Contacts listing to list the messages stored on the device, by contact. The application starts by allowing the user to select a contact from those stored on the device. Once a contact has been selected, a list of all the diff --git a/examples/qtmail/detailspage_p.h b/examples/qtmail/detailspage_p.h index 6e82ff0d..c01831a3 100644 --- a/examples/qtmail/detailspage_p.h +++ b/examples/qtmail/detailspage_p.h @@ -38,7 +38,7 @@ // W A R N I N G // ------------- // -// This file is not part of the Qt Extended API. It exists purely as an +// This file is not part of the Qt Messaging Framework API. It exists purely as an // implementation detail. This header file may change from version to // version without notice, or even be removed. // diff --git a/examples/qtmail/qmailcomposer.cpp b/examples/qtmail/qmailcomposer.cpp index e9eaf97a..f911e176 100644 --- a/examples/qtmail/qmailcomposer.cpp +++ b/examples/qtmail/qmailcomposer.cpp @@ -50,7 +50,7 @@ Q_GLOBAL_STATIC(EmailComposerInterface, composerInterface); \brief The QMailComposerInterface class defines the interface to objects that can compose a mail message. - Qt Extended uses the QMailComposerInterface interface for composing mail messages. A class may implement the + Qt Messaging Framework uses the QMailComposerInterface interface for composing mail messages. A class may implement the QMailComposerInterface interface to compose a mail message format. The composer class may start composing with no associated message, or it may be provided with an existing diff --git a/examples/qtmail/qmailviewer.cpp b/examples/qtmail/qmailviewer.cpp index 7ef32988..fddb4b93 100644 --- a/examples/qtmail/qmailviewer.cpp +++ b/examples/qtmail/qmailviewer.cpp @@ -49,7 +49,7 @@ Q_GLOBAL_STATIC(GenericViewer, genericViewerInstance); \brief The QMailViewerInterface class defines the interface to objects that can display a mail message. - Qt Extended uses the QMailViewerInterface interface for displaying mail messages. A class may implement the + Qt Messaging Framework uses the QMailViewerInterface interface for displaying mail messages. A class may implement the QMailViewerInterface interface to display a mail message format. The message to be displayed is provided to the viewer class using the \l {QMailViewerInterface::setMessage()} diff --git a/src/libraries/qmfclient/locks_p.h b/src/libraries/qmfclient/locks_p.h index d2136c7b..fcbeb9bb 100644 --- a/src/libraries/qmfclient/locks_p.h +++ b/src/libraries/qmfclient/locks_p.h @@ -38,7 +38,7 @@ // W A R N I N G // ------------- // -// This file is not part of the Qt Extended API. It exists purely as an +// This file is not part of the Qt Messaging Framework API. It exists purely as an // implementation detail. This header file may change from version to // version without notice, or even be removed. // diff --git a/src/libraries/qmfclient/mailkeyimpl_p.h b/src/libraries/qmfclient/mailkeyimpl_p.h index 3a39d1e5..5170f2a9 100644 --- a/src/libraries/qmfclient/mailkeyimpl_p.h +++ b/src/libraries/qmfclient/mailkeyimpl_p.h @@ -38,7 +38,7 @@ // W A R N I N G // ------------- // -// This file is not part of the Qt Extended API. It exists purely as an +// This file is not part of the Qt Messaging Framework API. It exists purely as an // implementation detail. This header file may change from version to // version without notice, or even be removed. // diff --git a/src/libraries/qmfclient/qmailaccountkey_p.h b/src/libraries/qmfclient/qmailaccountkey_p.h index d77a64e5..9988771b 100644 --- a/src/libraries/qmfclient/qmailaccountkey_p.h +++ b/src/libraries/qmfclient/qmailaccountkey_p.h @@ -38,7 +38,7 @@ // W A R N I N G // ------------- // -// This file is not part of the Qt Extended API. It exists purely as an +// This file is not part of the Qt Messaging Framework API. It exists purely as an // implementation detail. This header file may change from version to // version without notice, or even be removed. // diff --git a/src/libraries/qmfclient/qmailaccountsortkey_p.h b/src/libraries/qmfclient/qmailaccountsortkey_p.h index c044d9c2..9024ef80 100644 --- a/src/libraries/qmfclient/qmailaccountsortkey_p.h +++ b/src/libraries/qmfclient/qmailaccountsortkey_p.h @@ -38,7 +38,7 @@ // W A R N I N G // ------------- // -// This file is not part of the Qt Extended API. It exists purely as an +// This file is not part of the Qt Messaging Framework API. It exists purely as an // implementation detail. This header file may change from version to // version without notice, or even be removed. // diff --git a/src/libraries/qmfclient/qmailcontentmanager.cpp b/src/libraries/qmfclient/qmailcontentmanager.cpp index c6b89fca..1a8ba8f8 100644 --- a/src/libraries/qmfclient/qmailcontentmanager.cpp +++ b/src/libraries/qmfclient/qmailcontentmanager.cpp @@ -254,7 +254,7 @@ QStringList QMailContentManagerPlugin::keys() const \brief The QMailContentManager class defines the interface to objects that provide a storage facility for message content. - Qt Extended uses the QMailContentManager interface to delegate the filtering, storage, retrieval and indexing of message content + Qt Messaging Framework uses the QMailContentManager interface to delegate the filtering, storage, retrieval and indexing of message content from the QMailStore class to classes loaded from plugin libraries. A library may provide this service by exporting a class implementing the QMailContentManager interface, and an associated instance of QMailContentManagerPlugin. diff --git a/src/libraries/qmfclient/qmailfolderkey_p.h b/src/libraries/qmfclient/qmailfolderkey_p.h index 808bfc61..ee08334a 100644 --- a/src/libraries/qmfclient/qmailfolderkey_p.h +++ b/src/libraries/qmfclient/qmailfolderkey_p.h @@ -38,7 +38,7 @@ // W A R N I N G // ------------- // -// This file is not part of the Qt Extended API. It exists purely as an +// This file is not part of the Qt Messaging Framework API. It exists purely as an // implementation detail. This header file may change from version to // version without notice, or even be removed. // diff --git a/src/libraries/qmfclient/qmailfoldersortkey_p.h b/src/libraries/qmfclient/qmailfoldersortkey_p.h index e92d7aff..629f0ce3 100644 --- a/src/libraries/qmfclient/qmailfoldersortkey_p.h +++ b/src/libraries/qmfclient/qmailfoldersortkey_p.h @@ -38,7 +38,7 @@ // W A R N I N G // ------------- // -// This file is not part of the Qt Extended API. It exists purely as an +// This file is not part of the Qt Messaging Framework API. It exists purely as an // implementation detail. This header file may change from version to // version without notice, or even be removed. // diff --git a/src/libraries/qmfclient/qmailkeyargument.h b/src/libraries/qmfclient/qmailkeyargument.h index 42cdc23f..0d776be7 100644 --- a/src/libraries/qmfclient/qmailkeyargument.h +++ b/src/libraries/qmfclient/qmailkeyargument.h @@ -38,7 +38,7 @@ // W A R N I N G // ------------- // -// This file is not part of the Qt Extended API. It exists purely as an +// This file is not part of the Qt Messaging Framework API. It exists purely as an // implementation detail. This header file may change from version to // version without notice, or even be removed. // diff --git a/src/libraries/qmfclient/qmailmessage.cpp b/src/libraries/qmfclient/qmailmessage.cpp index 1110d449..bc04a92e 100644 --- a/src/libraries/qmfclient/qmailmessage.cpp +++ b/src/libraries/qmfclient/qmailmessage.cpp @@ -3572,7 +3572,7 @@ void QMailMessageBodyPrivate::deserialize(Stream &stream) \preliminary \brief The QMailMessageBody class contains the body element of a message or message part. - The body of a message or message part is treated as an atomic unit by the Qt Extended messaging library. + The body of a message or message part is treated as an atomic unit by the Qt Messaging Framework library. It can only be inserted into a message part container or extracted from one. It can be inserted or extracted using either a QByteArray, a QDataStream or to/from a file. In the case of unicode text data, the insertion and extraction can @@ -6856,7 +6856,7 @@ void QMailMessageMetaDataPrivate::deserialize(Stream &stream) \preliminary \brief The QMailMessageMetaData class provides information about a message stored by QMF. - The QMailMessageMetaData class provides information about messages stored in the Qt Extended system as QMailMessage objects. + The QMailMessageMetaData class provides information about messages stored in the Qt Messaging Framework system as QMailMessage objects. The meta data is more compact and more easily accessed and manipulated than the content of the message itself. Many messaging-related tasks can be accomplished by manipulating the message meta data, such as listing, filtering, and @@ -6880,7 +6880,7 @@ void QMailMessageMetaDataPrivate::deserialize(Stream &stream) \c "Incoming" against the result of QMailMessage::status(). This flag indicates that the message has been sent from an external source to an - account whose messages are retrieved to Qt Extended. + account whose messages are retrieved to Qt Messaging Framework. */ /*! @@ -6889,7 +6889,7 @@ void QMailMessageMetaDataPrivate::deserialize(Stream &stream) The status mask needed for testing the value of the registered status flag named \c "Outgoing" against the result of QMailMessage::status(). - This flag indicates that the message originates within Qt Extended, for transmission + This flag indicates that the message originates within Qt Messaging Framework, for transmission to an external message sink. */ @@ -7315,7 +7315,7 @@ void QMailMessageMetaData::setParentFolderId(const QMailFolderId &id) } /*! - Returns the Qt Extended unique QMailMessageId of the message. + Returns the Qt Messaging Framework unique QMailMessageId of the message. */ QMailMessageId QMailMessageMetaData::id() const { diff --git a/src/libraries/qmfclient/qmailmessagekey_p.h b/src/libraries/qmfclient/qmailmessagekey_p.h index 8e6e4464..4db54a46 100644 --- a/src/libraries/qmfclient/qmailmessagekey_p.h +++ b/src/libraries/qmfclient/qmailmessagekey_p.h @@ -38,7 +38,7 @@ // W A R N I N G // ------------- // -// This file is not part of the Qt Extended API. It exists purely as an +// This file is not part of the Qt Messaging Framework API. It exists purely as an // implementation detail. This header file may change from version to // version without notice, or even be removed. // diff --git a/src/libraries/qmfclient/qmailmessagesortkey_p.h b/src/libraries/qmfclient/qmailmessagesortkey_p.h index f3af3169..4d4d420e 100644 --- a/src/libraries/qmfclient/qmailmessagesortkey_p.h +++ b/src/libraries/qmfclient/qmailmessagesortkey_p.h @@ -38,7 +38,7 @@ // W A R N I N G // ------------- // -// This file is not part of the Qt Extended API. It exists purely as an +// This file is not part of the Qt Messaging Framework API. It exists purely as an // implementation detail. This header file may change from version to // version without notice, or even be removed. // diff --git a/src/libraries/qmfclient/qmailsortkeyargument.h b/src/libraries/qmfclient/qmailsortkeyargument.h index f5777f51..0af31ad6 100644 --- a/src/libraries/qmfclient/qmailsortkeyargument.h +++ b/src/libraries/qmfclient/qmailsortkeyargument.h @@ -38,7 +38,7 @@ // W A R N I N G // ------------- // -// This file is not part of the Qt Extended API. It exists purely as an +// This file is not part of the Qt Messaging Framework API. It exists purely as an // implementation detail. This header file may change from version to // version without notice, or even be removed. // diff --git a/src/libraries/qmfclient/qmailstore_p.h b/src/libraries/qmfclient/qmailstore_p.h index 1122b419..ba6fb697 100644 --- a/src/libraries/qmfclient/qmailstore_p.h +++ b/src/libraries/qmfclient/qmailstore_p.h @@ -38,7 +38,7 @@ // W A R N I N G // ------------- // -// This file is not part of the Qt Extended API. It exists purely as an +// This file is not part of the Qt Messaging Framework API. It exists purely as an // implementation detail. This header file may change from version to // version without notice, or even be removed. // diff --git a/src/libraries/qmfclient/qmailstoreimplementation_p.h b/src/libraries/qmfclient/qmailstoreimplementation_p.h index 124c35d3..c46148a6 100644 --- a/src/libraries/qmfclient/qmailstoreimplementation_p.h +++ b/src/libraries/qmfclient/qmailstoreimplementation_p.h @@ -38,7 +38,7 @@ // W A R N I N G // ------------- // -// This file is not part of the Qt Extended API. It exists purely as an +// This file is not part of the Qt Messaging Framework API. It exists purely as an // implementation detail. This header file may change from version to // version without notice, or even be removed. // diff --git a/src/libraries/qmfclient/qmailstoresql_p.h b/src/libraries/qmfclient/qmailstoresql_p.h index 0fa2209d..ddd2cc70 100644 --- a/src/libraries/qmfclient/qmailstoresql_p.h +++ b/src/libraries/qmfclient/qmailstoresql_p.h @@ -38,7 +38,7 @@ // W A R N I N G // ------------- // -// This file is not part of the Qt Extended API. It exists purely as an +// This file is not part of the Qt Messaging Framework API. It exists purely as an // implementation detail. This header file may change from version to // version without notice, or even be removed. // diff --git a/src/libraries/qmfclient/qmailthreadkey_p.h b/src/libraries/qmfclient/qmailthreadkey_p.h index 627d9de2..8d11a3d5 100644 --- a/src/libraries/qmfclient/qmailthreadkey_p.h +++ b/src/libraries/qmfclient/qmailthreadkey_p.h @@ -38,7 +38,7 @@ // W A R N I N G // ------------- // -// This file is not part of the Qt Extended API. It exists purely as an +// This file is not part of the Qt Messaging Framework API. It exists purely as an // implementation detail. This header file may change from version to // version without notice, or even be removed. // diff --git a/src/libraries/qmfclient/qmailthreadsortkey_p.h b/src/libraries/qmfclient/qmailthreadsortkey_p.h index ca62d0ec..02e04f22 100644 --- a/src/libraries/qmfclient/qmailthreadsortkey_p.h +++ b/src/libraries/qmfclient/qmailthreadsortkey_p.h @@ -38,7 +38,7 @@ // W A R N I N G // ------------- // -// This file is not part of the Qt Extended API. It exists purely as an +// This file is not part of the Qt Messaging Framework API. It exists purely as an // implementation detail. This header file may change from version to // version without notice, or even be removed. // diff --git a/src/libraries/qmfmessageserver/longstream_p.h b/src/libraries/qmfmessageserver/longstream_p.h index 85cd9474..5da4a9de 100644 --- a/src/libraries/qmfmessageserver/longstream_p.h +++ b/src/libraries/qmfmessageserver/longstream_p.h @@ -38,7 +38,7 @@ // W A R N I N G // ------------- // -// This file is not part of the Qt Extended API. It exists purely as an +// This file is not part of the Qt Messaging Framework API. It exists purely as an // implementation detail. This header file may change from version to // version without notice, or even be removed. // diff --git a/src/libraries/qmfmessageserver/qmailmessageservice.cpp b/src/libraries/qmfmessageserver/qmailmessageservice.cpp index b48172fc..ff399ac0 100644 --- a/src/libraries/qmfmessageserver/qmailmessageservice.cpp +++ b/src/libraries/qmfmessageserver/qmailmessageservice.cpp @@ -396,7 +396,7 @@ QMailMessageSourcePrivate::QMailMessageSourcePrivate(QMailMessageService *servic \brief The QMailMessageSource class defines the interface to objects that provide access to externally sourced messages to the messageserver. - The Qt Extended messageserver uses the QMailMessageSource interface to cooperate with components loaded + The Qt Messaging Framework messageserver uses the QMailMessageSource interface to cooperate with components loaded from plugin libraries, that act as sources of messaging data for the messaging framework. Instances of QMailMessageSource are not created directly by the messageserver, but are exported by QMailMessageService objects via their \l{QMailMessageService::source()}{source} function. @@ -1275,7 +1275,7 @@ QMailMessageSinkPrivate::QMailMessageSinkPrivate(QMailMessageService *service) \brief The QMailMessageSink class defines the interface to objects that provide external message transmission services to the messageserver. - The Qt Extended messageserver uses the QMailMessageSink interface to cooperate with components loaded + The Qt Messaging Framework messageserver uses the QMailMessageSink interface to cooperate with components loaded from plugin libraries, that act as external transmitters of messaging data for the messaging framework. Instances of QMailMessageSink are not created directly by the messageserver, but are exported by QMailMessageService objects via their \l{QMailMessageService::sink()}{sink} function. diff --git a/src/plugins/messageservices/imap/imapconfiguration.h b/src/plugins/messageservices/imap/imapconfiguration.h index b8aedb4d..c639af08 100644 --- a/src/plugins/messageservices/imap/imapconfiguration.h +++ b/src/plugins/messageservices/imap/imapconfiguration.h @@ -38,7 +38,7 @@ // W A R N I N G // ------------- // -// This file is not part of the Qt Extended API. It exists purely as an +// This file is not part of the Qt Messaging Framework API. It exists purely as an // implementation detail. This header file may change from version to // version without notice, or even be removed. // diff --git a/src/plugins/messageservices/pop/popconfiguration.h b/src/plugins/messageservices/pop/popconfiguration.h index b4c1ab8b..19d56359 100644 --- a/src/plugins/messageservices/pop/popconfiguration.h +++ b/src/plugins/messageservices/pop/popconfiguration.h @@ -38,7 +38,7 @@ // W A R N I N G // ------------- // -// This file is not part of the Qt Extended API. It exists purely as an +// This file is not part of the Qt Messaging Framework API. It exists purely as an // implementation detail. This header file may change from version to // version without notice, or even be removed. // diff --git a/src/plugins/messageservices/smtp/smtpconfiguration.h b/src/plugins/messageservices/smtp/smtpconfiguration.h index 944e58a2..efc427d8 100644 --- a/src/plugins/messageservices/smtp/smtpconfiguration.h +++ b/src/plugins/messageservices/smtp/smtpconfiguration.h @@ -38,7 +38,7 @@ // W A R N I N G // ------------- // -// This file is not part of the Qt Extended API. It exists purely as an +// This file is not part of the Qt Messaging Framework API. It exists purely as an // implementation detail. This header file may change from version to // version without notice, or even be removed. // diff --git a/tests/tst_qmailmessageheader/tst_qmailmessageheader.cpp b/tests/tst_qmailmessageheader/tst_qmailmessageheader.cpp index 4caaf495..c92cc5a1 100644 --- a/tests/tst_qmailmessageheader/tst_qmailmessageheader.cpp +++ b/tests/tst_qmailmessageheader/tst_qmailmessageheader.cpp @@ -968,7 +968,7 @@ void tst_QMailMessageHeaderField::encodeContent_data() << QByteArray("ISO-8859-1") << QByteArray("=?ISO-8859-1?Q?mary=40example=2Enet?="); - /* Qt Extended seems to be configured without iso-8859-[^1] + /* Qt Messaging Framework seems to be configured without iso-8859-[^1] QTest::newRow("ISO-8859-2 encoding") << QString("hello") << QByteArray("ISO-8859-2") |
