== DragonTalk userobservation for Thunderbird == This extension observes the user actions in the Thunderbird mail client, like mail selection, mail movement, creation or deletion of a folder etc. (for als events see the list below). If the user does one of the observed actions, the extension will send a XML-RPC. To protect the privacy of the user, it is possible to deactivate the sending of the XML-RPC in the settings dialog . == About the XML-RPC == For general information about XML-RPC look at [http://www.xmlrpc.com/] The consists of two parts separated by a dot. the first part is the service name witch can be changed in the settings dialog. The second part is the name of the event witch is associated with the action of the user. The following part describes the actions, methods and there parameters. folder_URI = URI of imap folders has the form !imap://$username@$server/$foldername [[br]] message_URI = URI of imap messages has the form: !imap://$username@$server/$foldernames/;UID=$messageKey '''Action:''' select a folder [[br]] '''Methode:''' eventFolderSelected [[br]] '''Parameter:''' Name: folderURI [[br]] Value: folder_URI [[br]] '''Action:''' an email was send[[br]] '''Methode:''' eventSendEmail[[br]] '''Parameter:'''[[br]] Name: Subject[[br]] Value: String[[br]] Name Body; toRecipients; Sender; ccRecipients; bccRecipients[[br]] Value: String[[br]] Name OriginalMsgURI[[br]] Value: message_URI*[[br]] *always empty[[br]] '''Action:''' renaming Folder[[br]] '''Methode:''' eventRenameFolder[[br]] '''Parameter:'''[[br]] Name: formerURI[[br]] Value: folder_URI[[br]] Name: newURI[[br]] Value: folderURI[[br]] Name Body toRecipients, Sender, ccRecipients, bccRecipients[[br]] Value: String[[br]] '''Action:''' reply to email[[br]] '''Methode:''' eventReplyToEmail[[br]] '''Parameter:'''[[br]] Name: Subject[[br]] Value: String[[br]] Name: Body[[br]] Value: Body; toRecipients; Sender; ccRecipients; bccRecipients[[br]] Name: OriginalMsgURI [[br]] Value: message_URI[[br]] '''Action:''' forwarding an email[[br]] '''Methode:''' eventForwardEmail[[br]] '''Parameter:'''[[br]] Name: Subject[[br]] Value: String[[br]] Name: Body; toRecipients; Sender; ccRecipients; bccRecipients[[br]] Value: String[[br]] Name: OriginalMsgURI [[br]] Value: message_URI[[br]] '''Action:''' select an email[[br]] '''Methode:''' eventEmailSelected[[br]] '''Parameter:'''[[br]] Name: folderURI[[br]] Value: folder_URI[[br]] Name: EmailURI[[br]] Value: email_URI[[br]] Name: toRecipients; Sender; ccRecipients; bccRecipients; Body[[br]] Value: Sting[[br]] '''Action:''' select an email[[br]] '''Methode:''' eventViewEmail[[br]] '''Parameter:''' Name: folderURI[[br]] Value: folder_URI[[br]] Name: EmailURI[[br]] Value: email_URI[[br]] Name: toRecipients; Sender; ccRecipients; bccRecipients; Body*[[br]] Value: Sting[[br]] *body is always empty[[br]]