This file is indexed.

/usr/share/dbus-1/interfaces/org.kde.kmail.kmail.xml is in kdepim-dev 4:4.8.4a-0ubuntu0.3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node>
  <interface name="org.kde.kmail.kmail">
    <method name="checkMail">
    </method>
    <method name="openReader">
    </method>
    <method name="pauseBackgroundJobs">
    </method>
    <method name="resumeBackgroundJobs">
    </method>
    <method name="stopNetworkJobs">
    </method>
    <method name="resumeNetworkJobs">
    </method>
    <method name="accounts">
      <arg type="as" direction="out"/>
    </method>
    <method name="checkAccount">
      <arg name="account" type="s" direction="in"/>
    </method>
    <method name="selectFolder">
      <arg type="b" direction="out"/>
      <arg name="folder" type="s" direction="in"/>
    </method>
    <method name="canQueryClose">
      <arg type="b" direction="out"/>
    </method>
    <method name="handleCommandLine">
      <arg type="b" direction="out"/>
      <arg name="noArgsOpensReader" type="b" direction="in"/>
    </method>
    <method name="openComposer">
      <arg type="i" direction="out"/>
      <arg name="to" type="s" direction="in"/>
      <arg name="cc" type="s" direction="in"/>
      <arg name="bcc" type="s" direction="in"/>
      <arg name="subject" type="s" direction="in"/>
      <arg name="body" type="s" direction="in"/>
      <arg name="hidden" type="b" direction="in"/>
      <arg name="messageFile" type="s" direction="in"/>
      <arg name="attachmentPaths" type="as" direction="in"/>
      <arg name="customHeaders" type="as" direction="in"/>
    </method>
    <method name="openComposer">
      <arg type="i" direction="out"/>
      <arg name="to" type="s" direction="in"/>
      <arg name="cc" type="s" direction="in"/>
      <arg name="bcc" type="s" direction="in"/>
      <arg name="subject" type="s" direction="in"/>
      <arg name="body" type="s" direction="in"/>
      <arg name="hidden" type="b" direction="in"/>
      <arg name="attachName" type="s" direction="in"/>
      <arg name="attachCte" type="ay" direction="in"/>
      <arg name="attachData" type="ay" direction="in"/>
      <arg name="attachType" type="ay" direction="in"/>
      <arg name="attachSubType" type="ay" direction="in"/>
      <arg name="attachParamAttr" type="ay" direction="in"/>
      <arg name="attachParamValue" type="s" direction="in"/>
      <arg name="attachContDisp" type="ay" direction="in"/>
      <arg name="attachCharset" type="ay" direction="in"/>
      <arg name="identity" type="u" direction="in"/>
    </method>
    <method name="openComposer">
      <arg type="o" direction="out"/>
      <arg name="to" type="s" direction="in"/>
      <arg name="cc" type="s" direction="in"/>
      <arg name="bcc" type="s" direction="in"/>
      <arg name="subject" type="s" direction="in"/>
      <arg name="body" type="s" direction="in"/>
      <arg name="hidden" type="b" direction="in"/>
    </method>
    <method name="newMessage">
      <arg type="o" direction="out"/>
      <arg name="to" type="s" direction="in"/>
      <arg name="cc" type="s" direction="in"/>
      <arg name="bcc" type="s" direction="in"/>
      <arg name="hidden" type="b" direction="in"/>
      <arg name="useFolderId" type="b" direction="in"/>
      <arg name="messageFile" type="s" direction="in"/>
      <arg name="attachURL" type="s" direction="in"/>
    </method>
    <method name="showMail">
      <arg type="b" direction="out"/>
      <arg name="serialNumber" type="u" direction="in"/>
      <arg name="messageId" type="s" direction="in"/>
    </method>
    <method name="viewMessage">
      <arg type="i" direction="out"/>
      <arg name="messageFile" type="s" direction="in"/>
    </method>
    <method name="updateConfig">
    </method>
  </interface>
</node>