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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
|
Source: qt4-messagingframework
Section: libs
Priority: optional
Maintainer: Shane Bradley <shane.bradley@nokia.com>
Build-Depends: cdbs, debhelper (>= 5), quilt, libqt4-dev (>= 4.5), accounts-qt-dev (>= 0.13-1)
Standards-Version: 3.7.3
Package: libqmf0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
#Recommends: libqmf-plugins
Description: Qt Messaging Framework library
The Qt Messaging Framework Library provides a set of APIs
that support the most common operations related
to arbitrary messages such as creation, modification,
retrieval, storage and display of messages. It
defines interfaces which enable the integration
of new message types. Therefore multiple applications
can access the data independ of their storage and if
necessary on a concurrent base.
Package: libqmf-dev
Section: libdevel
Architecture: any
Depends: libqmf0 (= ${binary:Version}), libqt4-dev (>= 4.5)
#Recommends: libqmf-doc
Description: Qt Messaging Framework Library development files
Development files for Qt Messaging Framework Library.
.
The Qt Messaging Framework Library provides a set of APIs
that support the most common operations related
to arbitrary messages such as creation, modification,
retrieval, storage and display of messages. It
defines interfaces which enable the integration
of new message types. Therefore multiple applications
can access the data independ of their storage and if
necessary on a concurrent base.
Package: libqmf-tests
Section: tests
Architecture: any
Depends: libqmf0 (= ${binary:Version}), ci-testing
XB-Maemo-CI-Packages: libqmf0
XB-Maemo-CI-Stage: staging, acceptance
Description: Qt Messaging Framework Library unit tests
Unit tests for Qt Messaging Framework Library.
.
The Qt Messaging Framework Library provides a set of APIs
that support the most common operations related
to arbitrary messages such as creation, modification,
retrieval, storage and display of messages. It
defines interfaces which enable the integration
of new message types. Therefore multiple applications
can access the data independ of their storage and if
necessary on a concurrent base.
Package: libqmf0-dbg
Section: libdevel
Priority: extra
Architecture: any
Depends: libqmf0 (= ${binary:Version})
Description: Qt Messaging Framework Library debug information.
Debug information of the Qt Messaging Framework Library.
#Package: libqmf-doc
#Section: doc
#Architecture: any
#Recommends: libqmf0, libqmf-dev
#Description: Qt Messaging Framework Library documentation.
# Documentation for the Qt Messaging Framework Library.
Package: libqmf-plugins
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Plugins for Qt Messaging Framework Library and Messaging Server
Plugins library consist of set of plugins for
extending functionality of the Messagins Server.
.
Following protocols are supported:
* POP3
* IMAP
* SMTP
.
Default mail content manager is provided as a plugin also.
Package: qmfserver
Architecture: any
Depends: libqt4-sql-sqlite (>= 4.5.1), ${shlibs:Depends}, ${misc:Depends}, tracker (>= 0.7.7)
Recommends: libqmf-plugins
Description: The Qt Messaging Server
The Message server daemon can send and retrieve
messages of various types from multiple sources
such as POP and IMAP accounts or a local SIM card.
It forms the back-end of the Qtopia Messaging
framework.
Package: qmfmail
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, qmfserver (= ${binary:Version}), libqmf-plugins (= ${binary:Version})
Description: The Qt Mail Application
The Messages client application enables the user
to receive emails from multiple mail servers as
well as SMS and MMS messages from other mobile
phone devices. It also provides the ability to send
emails, MMS or SMS messages to multiple people
with or without attachments.
|