1 | | = DragonTalk userobservation for Thunderbird = |
2 | | |
3 | | 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. |
4 | | To protect the privacy of the user, it is possible to deactivate the sending of the XML-RPC in the settings dialog . |
5 | | |
6 | | |
7 | | == About the XML-RPC == |
| 1 | [wiki:WikiStart back to main page] |
| 2 | = !DragonTalk userobservation for Thunderbird = |
| 3 | |
| 4 | This extension observes the user actions in the Thunderbird mail client, like mail selection, mail movement, creation or deletion of a folder and so on. For any of these observed actions, the extension will send an XML-RPC request. |
| 5 | The plugin can be deactivated using the settings dialog. |
| 6 | |
| 7 | == Download the extension == |
| 8 | |
| 9 | Click the link to download the xpi file. |
| 10 | |
| 11 | [http://dragontalk.opendfki.de/repos/trunk/dragontalk_userobs_thunderbird/build/dragontalk_userobs_thunderbird-M1.5.xpi dragontalk_userobs_thunderbird-M1.5.xpi] |
| 12 | |
| 13 | == Browse repository == |
| 14 | |
| 15 | The source code of this extension can be found at |
| 16 | * [source:trunk/dragontalk_userobs_thunderbird trunk/dragontalk_userobs_thunderbird] - using SVN web browser |
| 17 | * [http://dragontalk.opendfki.de/repos/trunk/dragontalk_userobs_thunderbird/ SVN repository URL] - direct SVN access |
| 18 | |
| 19 | ---- |
| 20 | |
| 21 | == Technical documentation: Actions, methods and their parameters == |
11 | | The <methodName> 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. |
12 | | |
13 | | == Download the extension == |
14 | | |
15 | | click the link to download the xpi file |
16 | | |
17 | | The actual version of this extension is 1.1.20070511.1435 |
18 | | |
19 | | === Thunderbird 1.0.x === |
20 | | [http://dragontalk.opendfki.de/repos/trunk/dragontalk_userobs_thunderbird/build/dragontalk_userobs_thunderbird.xpi dragontalk_userobs_thunderbird.xpi] |
21 | | === Thunderbird 1.5 and 2.0 === |
22 | | [http://dragontalk.opendfki.de/repos/trunk/dragontalk_userobs_thunderbird/build/dragontalk_userobs_thunderbird-M1.5.xpi dragontalk_userobs_thunderbird-M1.5.xpi] |
23 | | |
24 | | |
25 | | |
26 | | [[BR]] |
27 | | [[BR]] |
28 | | == The following part describes the actions, methods and there parameters. == |
29 | | |
30 | | All functions are tested with thunderbird 2.0.0.0. |
| 25 | <methodName> 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. |
| 26 | |
| 27 | All functions are tested with Thunderbird 2.0.0.0. |