You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
97 lines
3.6 KiB
97 lines
3.6 KiB
<!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 name="openReader"/> |
|
<method name="compactAllFolders"/> |
|
<method name="pauseBackgroundJobs"/> |
|
<method name="resumeBackgroundJobs"/> |
|
<method name="stopNetworkJobs"/> |
|
<method name="resumeNetworkJobs"/> |
|
<method name="folderList"> |
|
<arg type="as" direction="out"/> |
|
</method> |
|
<method name="accounts"> |
|
<arg type="as" direction="out"/> |
|
</method> |
|
<method name="selectFolder"> |
|
<arg name="folder" type="s" direction="in"/> |
|
</method> |
|
<method name="canQueryClose"> |
|
<arg type="b" direction="out"/> |
|
</method> |
|
<method name="setDefaultTransport"> |
|
<arg name="transport" type="s" direction="in"/> |
|
</method> |
|
<method name="timeOfLastMessageCountChange"> |
|
<arg type="i" direction="out"/> |
|
</method> |
|
<method name="dbusAddMessage"> |
|
<arg type="i" direction="out"/> |
|
<arg name="foldername" type="s" direction="in"/> |
|
<arg name="messagefile" type="s" direction="in"/> |
|
<arg name="MsgStatusFlags" type="s" direction="in"/> |
|
</method> |
|
<method name="sendCertificate"> |
|
<arg type="i" direction="out"/> |
|
<arg name="to" type="s" direction="in"/> |
|
<arg name="certData" type="ay" direction="in"/> |
|
</method> |
|
<method name="handleCommandLine"> |
|
<arg type="b" direction="out"/> |
|
<arg name="noArgsOpensReader" type="b" direction="in"/> |
|
</method> |
|
<method name="debugScheduler"> |
|
<arg type="s" direction="out"/> |
|
</method> |
|
<method name="dbusResetAddMessage"/> |
|
<method name="dbusAddMessage_fastImport"> |
|
<arg type="i" direction="out"/> |
|
<arg name="foldername" type="s" direction="in"/> |
|
<arg name="messagefile" type="s" direction="in"/> |
|
<arg name="MsgStatusFlags" type="s" direction="in"/> |
|
</method> |
|
<signal name="unreadCountChanged" /> |
|
<signal name="unreadCountChanged"> |
|
<arg name="folderURL" type="s" direction="out"/> |
|
<arg name="numUnread" type="i" direction="out"/> |
|
</signal> |
|
<method name="getFolder"> |
|
<arg type="o" direction="out"/> |
|
<arg name="vpath" type="s" 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="getFrom"> |
|
<arg type="s" direction="out"/> |
|
<arg name="serialNumber" type="u" direction="in"/> |
|
</method> |
|
<method name="debugSernum"> |
|
<arg type="s" direction="out"/> |
|
<arg name="serialNumber" type="u" direction="in"/> |
|
</method> |
|
</interface> |
|
</node>
|
|
|