summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRobin Burchell <robin.burchell@jollamobile.com>2014-01-21 10:19:19 +0100
committerRobin Burchell <robin+qt@viroteck.net>2014-01-24 10:21:25 +0100
commitdaa2a0ad8092b3552db8a81a1d076b5a9de84d61 (patch)
treef21abebcba59873906a225a5f6a0803013c56b06 /doc
parent1d48985c25e4dbf700d65da5761dc2859b5c6cfc (diff)
Remove composer & viewer plugins, move them entirely to QtMail.
These may have made some sense back when QMF was part of Qtopia (a messaging system customizable for each platform and offering extensible message types), but it makes a lot less sense in the sense of a library offering email-related functionality. This type of functionality belongs in the clients, not in the library, so move it there. This has been performed through a fairly quick hatchet job. It isn't really clean, working code yet, but it is operational. Change-Id: Ic417a5e885034b67b645df238febb30cda88b17c Reviewed-by: Matthew Vogt <matthew.vogt@qinetic.com.au> Reviewed-by: Valerio Valerio <valerio.valerio@jollamobile.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/src/qtopiamail_qmfutil.qdoc13
1 files changed, 0 insertions, 13 deletions
diff --git a/doc/src/qtopiamail_qmfutil.qdoc b/doc/src/qtopiamail_qmfutil.qdoc
index 060813b3..81d8912b 100644
--- a/doc/src/qtopiamail_qmfutil.qdoc
+++ b/doc/src/qtopiamail_qmfutil.qdoc
@@ -49,19 +49,6 @@ display lists of messages and accounts with minimal effort, and with minimal res
\row \o QMailMessageDelegate \o Provides a standard visual representation of a message in a list view.
\endtable
-\section1 Message Composer and Viewer Plugins
-
-The Messaging Client Utility library uses a plugin system to register components that can compose and view messages.
-Although this mechanism can be accessed by applications, it is currently recommended that service requests should be used to support message composing and viewing requirements.
-
-\table
-\header \o Class \o Description
-\row \o QMailComposerFactory \o Creates objects implementing the QMailComposerInterface interface
-\row \o QMailViewerFactory \o Creates objects implementing the QMailViewerInterface interface
-\row \o QMailComposerInterface \o Defines the interface to objects that can compose a mail message
-\row \o QMailViewerInterface \o Defines the interface to objects that can display a mail message
-\endtable
-
\section1 New Message Arrival Service
The Messaging Client Utility library provides services permitting client applications to handle the event of new message arrival.