plugins.xml 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <section id="ch_plugins">
  3. <title>Extending Claws Mail</title>
  4. <section id="plugins_default">
  5. <title>Provided plugins</title>
  6. <para>
  7. Claws Mail' capabilities are extended by plugins. It comes with
  8. the plugins listed below included, all of which are built automatically
  9. if the required libraries are present.
  10. </para><para>
  11. Plugins are installed in <filename class="directory"
  12. >$PREFIX/lib/claws-mail/plugins/</filename> and have a suffix of
  13. <quote>.so</quote>. To load a plugin go to
  14. <quote>Configuration/Plugins</quote> and click the
  15. <quote>Load Plugin</quote> button. Select the plugin that you want and
  16. click <quote>Open</quote> button.
  17. </para><para>
  18. If you don't find the plugin you're looking for, it is possible that
  19. your Operating System distribution provides it in a separate package.
  20. In this case, search for the plugin in your package manager.
  21. </para>
  22. <variablelist>
  23. <varlistentry>
  24. <term>Bogofilter</term>
  25. <listitem>
  26. <para>
  27. The Bogofilter plugin comes with two major features:
  28. </para><para>
  29. The ability to scan incoming mail received from a POP, IMAP or LOCAL
  30. account using Bogofilter. It can optionally delete mail identified
  31. as spam or save it to a designated folder. Mail scanning can be turned
  32. off.
  33. </para><para>
  34. The ability for users to teach Bogofilter to recognise spam or ham.
  35. You can train Bogofilter by marking messages as spam or ham from the
  36. Message List contextual menu, or using the relevant toolbar button in
  37. the main window or the message window (see
  38. <quote>Configuration/Preferences/Customize toolbars</quote>). Messages
  39. marked as spam are optionally saved to a designated folder.
  40. </para><para>
  41. Plugin preferences can be found in
  42. <quote>Configuration/Preferences/Plugins/Bogofilter</quote>.
  43. </para><para>
  44. Bogofilter's advantage over Spamassassin is its speed.
  45. </para><para>
  46. Bogofilter is available from <ulink
  47. url="http://bogofilter.sourceforge.net/"
  48. >http://bogofilter.sourceforge.net/</ulink>.
  49. </para>
  50. </listitem>
  51. </varlistentry>
  52. <varlistentry>
  53. <term>Dillo HTML Viewer</term>
  54. <listitem>
  55. <para>
  56. Enables the viewing of HTML messages using the Dillo web browser,
  57. version 0.7.0 or newer. It uses Dillo's <literal>--local</literal>
  58. option by default for safe browsing. Preferences can be found in
  59. <quote>/Configuration/Preferences/Plugins/Dillo Browser</quote>.
  60. Dillo is available from <ulink url="http://www.dillo.org/"
  61. >http://www.dillo.org/</ulink>.
  62. </para>
  63. </listitem>
  64. </varlistentry>
  65. <varlistentry>
  66. <term>PGP/Core, PGP/Inline and PGP/MIME</term>
  67. <listitem>
  68. <para>
  69. Handles PGP signed and/or encrypted mails. You can decrypt mails,
  70. verify signatures or sign and encrypt your own mails. Uses GnuPG/GPGME,
  71. <ulink url="ftp://ftp.gnupg.org/gcrypt/gpgme/"
  72. >ftp://ftp.gnupg.org/gcrypt/gpgme/</ulink>.
  73. </para>
  74. </listitem>
  75. </varlistentry>
  76. <varlistentry>
  77. <term>SpamAssassin</term>
  78. <listitem>
  79. <para>
  80. The SpamAssassin plugin comes with two major features:
  81. </para><para>
  82. The ability to scan incoming mail received from a POP, IMAP or LOCAL
  83. account using SpamAssassin. It can optionally delete mail identified
  84. as spam or save it to a designated folder. Mail scanning can be turned
  85. off, which is useful if your email is scanned on your server.
  86. </para><para>
  87. The ability for users to teach SpamAssassin to recognise spam or ham.
  88. You can train SpamAssassin by marking messages as spam or ham from the
  89. Message List contextual menu, or using the relevant toolbar button in
  90. the main window or the message window (see
  91. <quote>Configuration/Preferences/Customize toolbars</quote>). Messages
  92. marked as spam are optionally saved to a designated folder.
  93. </para><para>
  94. Plugin preferences can be found in
  95. <quote>Configuration/Preferences/Plugins/SpamAssassin</quote>.
  96. </para><para>
  97. SpamAssassin's advantage over Bogofilter is that it's not only a bayesian
  98. filter, but it also performs various local and network tests to
  99. determine spaminess.
  100. </para><para>
  101. SpamAssassin is available from <ulink
  102. url="http://spamassassin.apache.org/"
  103. >http://spamassassin.apache.org/</ulink>. Version 3.1.x or higher is
  104. required to use the learning feature in TCP mode.
  105. </para>
  106. </listitem>
  107. </varlistentry>
  108. <varlistentry>
  109. <term>Trayicon</term>
  110. <listitem>
  111. <para>
  112. Places an icon in the system tray that indicates whether you have any
  113. new mail. A tooltip also shows the current new, unread and total number
  114. of messages.
  115. </para>
  116. </listitem>
  117. </varlistentry>
  118. </variablelist>
  119. </section>
  120. <section id="plugins_external">
  121. <title>More plugins</title>
  122. <para>
  123. Other plugins have been written too, which are available as separate
  124. downloads. At the time of this writing, there are a number of plugins
  125. available at <ulink url="http://www.claws-mail.org/plugins.php"
  126. >http://www.claws-mail.org/plugins.php</ulink>:
  127. </para>
  128. <variablelist>
  129. <varlistentry>
  130. <term>Acpi Notifier</term>
  131. <listitem>
  132. <para>
  133. Enables new mail notification via the LEDs found on some laptops like
  134. Acer, Asus, Fujitsu and IBM laptops.
  135. </para>
  136. </listitem>
  137. </varlistentry>
  138. <varlistentry>
  139. <term>AttachWarner</term>
  140. <listitem>
  141. <para>
  142. Reminds you about possibly forgotten attachments. Checks for common
  143. expressions found when attaching a file and warns you if no attachment
  144. was added to the mail you're sending.
  145. </para>
  146. </listitem>
  147. </varlistentry>
  148. <varlistentry>
  149. <term>AttRemover</term>
  150. <listitem>
  151. <para>
  152. Allows you to remove attachments from emails.
  153. </para>
  154. </listitem>
  155. </varlistentry>
  156. <varlistentry>
  157. <term>CacheSaver</term>
  158. <listitem>
  159. <para>
  160. Saves the caches every 60 seconds (or user-defined period). It helps
  161. avoiding the loss of metadata if your computer (<emphasis>or
  162. Claws Mail!</emphasis>) crashes. (NOTE: using this plugin can slow
  163. down Claws Mail.)
  164. </para>
  165. </listitem>
  166. </varlistentry>
  167. <varlistentry>
  168. <term>Fetchinfo</term>
  169. <listitem>
  170. <para>
  171. Inserts headers containing some download information, like UIDL,
  172. Claws Mail' account name, POP server, user ID and retrieval time.
  173. </para>
  174. </listitem>
  175. </varlistentry>
  176. <varlistentry>
  177. <term>GtkHtml2 Viewer</term>
  178. <listitem>
  179. <para>
  180. Like Dillo, enables the viewing of HTML messages, but in a nicer way
  181. (antialiased fonts).
  182. </para>
  183. </listitem>
  184. </varlistentry>
  185. <varlistentry>
  186. <term>mailMBOX</term>
  187. <listitem>
  188. <para>
  189. Handles mailboxes in MBox format.
  190. </para>
  191. </listitem>
  192. </varlistentry>
  193. <varlistentry>
  194. <term>NewMail</term>
  195. <listitem>
  196. <para>
  197. Writes a msg header summary to a log file, (Default:
  198. <filename>~/Mail/NewLog</filename>), on arrival of new mail
  199. <emphasis>after</emphasis> sorting.
  200. </para>
  201. </listitem>
  202. </varlistentry>
  203. <varlistentry>
  204. <term>Notification</term>
  205. <listitem>
  206. <para>
  207. Provides various ways to notify the user of new and unread email.
  208. </para>
  209. </listitem>
  210. </varlistentry>
  211. <varlistentry>
  212. <term>PDF Viewer</term>
  213. <listitem>
  214. <para>
  215. Provides direct rendering of PDF and PostScript attachments
  216. in the Claws Mail message view. It also allows browsing, zooming and
  217. displaying detailed information about such attachments.
  218. </para>
  219. </listitem>
  220. </varlistentry>
  221. <varlistentry>
  222. <term>Perl</term>
  223. <listitem>
  224. <para>
  225. Intended to extend the filtering possibilities of Claws Mail. It
  226. provides a Perl interface to Claws Mail' filtering mechanism,
  227. allowing the use of full Perl power in email filters.
  228. </para>
  229. </listitem>
  230. </varlistentry>
  231. <varlistentry>
  232. <term>RSSyl</term>
  233. <listitem>
  234. <para>
  235. Allows you to read your favorite newsfeeds in Claws. RSS 1.0, 2.0 and
  236. Atom feeds are currently supported.
  237. </para>
  238. </listitem>
  239. </varlistentry>
  240. <varlistentry>
  241. <term>S/MIME</term>
  242. <listitem>
  243. <para>
  244. Handles S/MIME signed and/or encrypted mails. You can decrypt mails,
  245. verify signatures or sign and encrypt your own mails. Uses GnuPG/GPGME
  246. and GpgSM, <ulink url="ftp://ftp.gnupg.org/gcrypt/gpgme/"
  247. >ftp://ftp.gnupg.org/gcrypt/gpgme/</ulink>.
  248. </para>
  249. </listitem>
  250. </varlistentry>
  251. <varlistentry>
  252. <term>SpamReport</term>
  253. <listitem>
  254. <para>
  255. This plugin reports spam to various places.
  256. Currently only <ulink url="http://spam-signal.fr"
  257. >spam-signal.fr</ulink> and <ulink url="http://spamcop.net"
  258. >spamcop.net</ulink> are supported.
  259. </para>
  260. </listitem>
  261. </varlistentry>
  262. <varlistentry>
  263. <term>SynCE</term>
  264. <listitem>
  265. <para>
  266. Assists in keeping the address book of a Windows CE device (Pocket
  267. PC, iPAQ, Smartphone, etc.) in sync with Claws Mail' address book,
  268. with respect to email addresses.
  269. </para>
  270. </listitem>
  271. </varlistentry>
  272. <varlistentry>
  273. <term>vCalendar</term>
  274. <listitem>
  275. <para>
  276. Enables vCalendar message handling like that produced by Evolution or
  277. Outlook, and Webcal subscriptions.
  278. </para>
  279. </listitem>
  280. </varlistentry>
  281. </variablelist>
  282. <para>
  283. If you're a developer, writing a plugin to extend Claws Mail'
  284. capabilities is probably the best and easiest solution. We will
  285. provide hosting to your code, and will be glad to answer your questions
  286. in the mailing-list or on the IRC channels,
  287. <literal>#claws</literal> on Freenode or IRCnet.
  288. </para>
  289. </section>
  290. <section id="plugins_network">
  291. <title>Network access from the plugins</title>
  292. <para>
  293. Some of the external plugins, for example RSSyl, vCalendar or GtkHtml
  294. Viewer, need Internet access for their operations (retrieving feeds in
  295. the case of RSSyl or vCalendar, and fetching images in the case of
  296. GtkHtml Viewer). These plugins use the Curl library. Hence, if your
  297. Internet access is restricted by a proxy, you will need to tell libCurl
  298. to use this proxy. This is done by setting an environment variable,
  299. <literal>http_proxy</literal>. For example,
  300. <literal>http_proxy=http://user:passwd@myproxy.example.com:8080</literal>
  301. will tell libCurl to connect to port 8080 of the machine
  302. myproxy.example.com, with the user <quote>user</quote> and password
  303. <quote>passwd</quote> to connect to the Internet.
  304. </para><para>
  305. You can either set this variable before starting Claws Mail, by
  306. using for example
  307. <command>http_proxy=http://user:passwd@myproxy.example.com:8080
  308. claws-mail</command>, or set it in your
  309. <filename>~/.bashrc</filename> file (or your shell equivalent), by
  310. adding the following line<footnote><para>Other shells may have
  311. diferent syntaxes, check your shell's manual page.</para></footnote>:
  312. <command>export http_proxy=http://user:passwd@myproxy.example.com:8080</command>
  313. (you'll have to reconnect to have it taken into account).
  314. </para>
  315. </section>
  316. </section>