plugins.xml 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383
  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><para>
  22. Some plugins provide the same functionality as others, (for example, the
  23. three HTML message viewers). In this case you will have to choose which
  24. one to load, as Claws Mail will refuse to load more than one of
  25. the same type.
  26. </para>
  27. <variablelist>
  28. <varlistentry>
  29. <term>Bogofilter</term>
  30. <listitem>
  31. <para>
  32. The Bogofilter plugin comes with two major features:
  33. </para><para>
  34. The ability to scan incoming mail received from a POP, IMAP or LOCAL
  35. account using Bogofilter. It can optionally delete mail identified
  36. as spam or save it to a designated folder. Mail scanning can be turned
  37. off.
  38. </para><para>
  39. The ability for users to teach Bogofilter to recognise spam or ham.
  40. You can train Bogofilter by marking messages as spam or ham from the
  41. Message List contextual menu, or using the relevant toolbar button in
  42. the main window or the message window (see
  43. <quote>Configuration/Preferences/Toolbars</quote>). Messages
  44. marked as spam are optionally saved to a designated folder.
  45. </para><para>
  46. Plugin preferences can be found in
  47. <quote>Configuration/Preferences/Plugins/Bogofilter</quote>.
  48. </para><para>
  49. Bogofilter's advantage over Spamassassin is its speed.
  50. </para><para>
  51. Bogofilter is available from <ulink
  52. url="http://bogofilter.sourceforge.net/"
  53. >http://bogofilter.sourceforge.net/</ulink>.
  54. </para>
  55. </listitem>
  56. </varlistentry>
  57. <varlistentry>
  58. <term>Dillo HTML Viewer</term>
  59. <listitem>
  60. <para>
  61. Enables the viewing of HTML messages using the Dillo web browser,
  62. version 0.7.0 or newer. It uses Dillo's <literal>--local</literal>
  63. option by default for safe browsing. Preferences can be found in
  64. <quote>/Configuration/Preferences/Plugins/Dillo Browser</quote>.
  65. Dillo is available from <ulink url="http://www.dillo.org/"
  66. >http://www.dillo.org/</ulink>.
  67. </para>
  68. </listitem>
  69. </varlistentry>
  70. <varlistentry>
  71. <term>PGP/Core, PGP/Inline and PGP/MIME</term>
  72. <listitem>
  73. <para>
  74. Handles PGP signed and/or encrypted mails. You can decrypt mails,
  75. verify signatures or sign and encrypt your own mails. Uses GnuPG/GPGME,
  76. <ulink url="ftp://ftp.gnupg.org/gcrypt/gpgme/"
  77. >ftp://ftp.gnupg.org/gcrypt/gpgme/</ulink>.
  78. </para>
  79. </listitem>
  80. </varlistentry>
  81. <varlistentry>
  82. <term>S/MIME</term>
  83. <listitem>
  84. <para>
  85. Handles S/MIME signed and/or encrypted mails. You can decrypt mails,
  86. verify signatures or sign and encrypt your own mails. Uses GnuPG/GPGME
  87. and GpgSM, <ulink url="ftp://ftp.gnupg.org/gcrypt/gpgme/"
  88. >ftp://ftp.gnupg.org/gcrypt/gpgme/</ulink>.
  89. </para>
  90. </listitem>
  91. </varlistentry>
  92. <varlistentry>
  93. <term>SpamAssassin</term>
  94. <listitem>
  95. <para>
  96. The SpamAssassin plugin comes with two major features:
  97. </para><para>
  98. The ability to scan incoming mail received from a POP, IMAP or LOCAL
  99. account using SpamAssassin. It can optionally delete mail identified
  100. as spam or save it to a designated folder. Mail scanning can be turned
  101. off, which is useful if your email is scanned on your server.
  102. </para><para>
  103. The ability for users to teach SpamAssassin to recognise spam or ham.
  104. You can train SpamAssassin by marking messages as spam or ham from the
  105. Message List contextual menu, or using the relevant toolbar button in
  106. the main window or the message window (see
  107. <quote>Configuration/Preferences/Toolbars</quote>). Messages
  108. marked as spam are optionally saved to a designated folder.
  109. </para><para>
  110. Plugin preferences can be found in
  111. <quote>Configuration/Preferences/Plugins/SpamAssassin</quote>.
  112. </para><para>
  113. SpamAssassin's advantage over Bogofilter is that it's not only a bayesian
  114. filter, but it also performs various local and network tests to
  115. determine spaminess.
  116. </para><para>
  117. SpamAssassin is available from <ulink
  118. url="http://spamassassin.apache.org/"
  119. >http://spamassassin.apache.org/</ulink>. Version 3.1.x or higher is
  120. required to use the learning feature in TCP mode.
  121. </para>
  122. </listitem>
  123. </varlistentry>
  124. <varlistentry>
  125. <term>Trayicon</term>
  126. <listitem>
  127. <para>
  128. Places an icon in the system tray that indicates whether you have any
  129. new mail. A tooltip also shows the current new, unread and total number
  130. of messages.
  131. </para>
  132. </listitem>
  133. </varlistentry>
  134. </variablelist>
  135. </section>
  136. <section id="plugins_external">
  137. <title>More plugins</title>
  138. <para>
  139. Other plugins have been written too, which are available as separate
  140. downloads. At the time of this writing, there are a number of plugins
  141. available at <ulink url="http://www.claws-mail.org/plugins.php"
  142. >http://www.claws-mail.org/plugins.php</ulink>:
  143. </para>
  144. <variablelist>
  145. <varlistentry>
  146. <term>Acpi Notifier</term>
  147. <listitem>
  148. <para>
  149. Enables new mail notification via the LEDs found on some laptops like
  150. Acer, Asus, Fujitsu and IBM laptops.
  151. More information: <ulink url="http://www.claws-mail.org/plugin.php?plugin=acpinotifier">
  152. www.claws-mail.org/plugin.php?plugin=acpinotifier</ulink>
  153. </para>
  154. </listitem>
  155. </varlistentry>
  156. <varlistentry>
  157. <term>AttachWarner</term>
  158. <listitem>
  159. <para>
  160. Reminds you about possibly forgotten attachments. Checks for common
  161. expressions found when attaching a file and warns you if no attachment
  162. was added to the mail you're sending.
  163. More information: <ulink url="http://www.claws-mail.org/plugin.php?plugin=attachwarner">
  164. www.claws-mail.org/plugin.php?plugin=attachwarner</ulink>
  165. </para>
  166. </listitem>
  167. </varlistentry>
  168. <varlistentry>
  169. <term>AttRemover</term>
  170. <listitem>
  171. <para>
  172. Allows you to remove attachments from emails.
  173. </para>
  174. </listitem>
  175. </varlistentry>
  176. <varlistentry>
  177. <term>BSFilter</term>
  178. <listitem>
  179. <para>
  180. BSFilter is a plugin that is very similar to the Bogofilter plugin but uses
  181. the bsfilter (<ulink url="http://bsfilter.org/index-e.html">bsfilter.org/index-e.html</ulink>)
  182. bayesian spam filter as a backend.
  183. </para><para>
  184. Like Bogofilter, you have to train it with spam and ham
  185. messages in order for bsfilter to start recognising spam.
  186. </para><para>
  187. Plugin preferences can be found in
  188. <quote>Configuration/Preferences/Plugins/BSFilter</quote>.
  189. </para>
  190. </listitem>
  191. </varlistentry>
  192. <varlistentry>
  193. <term>CacheSaver</term>
  194. <listitem>
  195. <para>
  196. Saves the caches every 60 seconds (or user-defined period). It helps
  197. avoiding the loss of metadata if your computer (<emphasis>or
  198. Claws Mail!</emphasis>) crashes. (NOTE: using this plugin can slow
  199. down Claws Mail.)
  200. </para>
  201. </listitem>
  202. </varlistentry>
  203. <varlistentry>
  204. <term>Fancy</term>
  205. <listitem>
  206. <para>
  207. Enables the display of HTML messages using the GTK+ port of the
  208. WebKit library.
  209. </para>
  210. </listitem>
  211. </varlistentry>
  212. <varlistentry>
  213. <term>Fetchinfo</term>
  214. <listitem>
  215. <para>
  216. Inserts headers containing some download information, like UIDL,
  217. Claws Mail' account name, POP server, user ID and retrieval time.
  218. </para>
  219. </listitem>
  220. </varlistentry>
  221. <varlistentry>
  222. <term>GtkHtml2 Viewer</term>
  223. <listitem>
  224. <para>
  225. Like Dillo, enables the viewing of HTML messages, but in a nicer way
  226. (antialiased fonts).
  227. More information: <ulink url="http://www.claws-mail.org/plugin.php?plugin=gtkhtml2">
  228. www.claws-mail.org/plugin.php?plugin=gtkhtml2</ulink>
  229. </para>
  230. </listitem>
  231. </varlistentry>
  232. <varlistentry>
  233. <term>Mail Archiver</term>
  234. <listitem>
  235. <para>
  236. Enables folders and subfolders to be archived in several different
  237. formats.
  238. </para>
  239. </listitem>
  240. </varlistentry>
  241. <varlistentry>
  242. <term>mailMBOX</term>
  243. <listitem>
  244. <para>
  245. Handles mailboxes in MBox format.
  246. </para>
  247. </listitem>
  248. </varlistentry>
  249. <varlistentry>
  250. <term>NewMail</term>
  251. <listitem>
  252. <para>
  253. Writes a msg header summary to a log file, (Default:
  254. <filename>~/Mail/NewLog</filename>), on arrival of new mail
  255. <emphasis>after</emphasis> sorting.
  256. </para>
  257. </listitem>
  258. </varlistentry>
  259. <varlistentry>
  260. <term>Notification</term>
  261. <listitem>
  262. <para>
  263. Provides various ways to notify the user of new and unread email.
  264. More information: <ulink url="http://www.claws-mail.org/plugin.php?plugin=notification">
  265. www.claws-mail.org/plugin.php?plugin=notification</ulink>
  266. </para>
  267. </listitem>
  268. </varlistentry>
  269. <varlistentry>
  270. <term>Perl</term>
  271. <listitem>
  272. <para>
  273. Intended to extend the filtering possibilities of Claws Mail. It
  274. provides a Perl interface to Claws Mail' filtering mechanism,
  275. allowing the use of full Perl power in email filters.
  276. </para>
  277. </listitem>
  278. </varlistentry>
  279. <varlistentry>
  280. <term>Python</term>
  281. <listitem>
  282. <para>
  283. This plugin provides Python integration features.
  284. More information: <ulink url="http://www.claws-mail.org/plugin.php?plugin=python">
  285. www.claws-mail.org/plugin.php?plugin=python</ulink>
  286. </para>
  287. </listitem>
  288. </varlistentry>
  289. <varlistentry>
  290. <term>RSSyl</term>
  291. <listitem>
  292. <para>
  293. Allows you to read your favorite newsfeeds in Claws. RSS 1.0, 2.0 and
  294. Atom feeds are currently supported.
  295. More information: <ulink url="http://www.claws-mail.org/plugin.php?plugin=rssyl">
  296. www.claws-mail.org/plugin.php?plugin=rssyl</ulink>
  297. </para>
  298. </listitem>
  299. </varlistentry>
  300. <varlistentry>
  301. <term>SpamReport</term>
  302. <listitem>
  303. <para>
  304. This plugin reports spam to various places.
  305. Currently the sites <ulink url="http://spam-signal.fr"
  306. >spam-signal.fr</ulink> and <ulink url="http://spamcop.net"
  307. >spamcop.net</ulink> are supported, and the <ulink
  308. url="http://lists.debian.org">Debian lists (lists.debian.org)</ulink>
  309. spam nomination system.
  310. </para>
  311. </listitem>
  312. </varlistentry>
  313. <varlistentry>
  314. <term>SynCE</term>
  315. <listitem>
  316. <para>
  317. Assists in keeping the address book of a Windows CE device (Pocket
  318. PC, iPAQ, Smartphone, etc.) in sync with Claws Mail' address book,
  319. with respect to email addresses.
  320. </para>
  321. </listitem>
  322. </varlistentry>
  323. <varlistentry>
  324. <term>TNEF parse</term>
  325. <listitem>
  326. <para>
  327. This plugin enables reading <literal>application/ms-tnef attachments</literal>.
  328. More information: <ulink url="http://www.claws-mail.org/plugin.php?plugin=tnef_parser">
  329. www.claws-mail.org/plugin.php?plugin=tnef_parser</ulink>
  330. </para>
  331. </listitem>
  332. </varlistentry>
  333. <varlistentry>
  334. <term>vCalendar</term>
  335. <listitem>
  336. <para>
  337. Enables vCalendar message handling like that produced by Evolution or
  338. Outlook, and Webcal subscriptions.
  339. More information: <ulink url="http://www.claws-mail.org/plugin.php?plugin=vcalendar">
  340. www.claws-mail.org/plugin.php?plugin=vcalendar</ulink>
  341. </para>
  342. </listitem>
  343. </varlistentry>
  344. </variablelist>
  345. <para>
  346. If you're a developer, writing a plugin to extend Claws Mail'
  347. capabilities is probably the best and easiest solution. We will
  348. provide hosting to your code, and will be glad to answer your questions
  349. in the mailing-list or on the IRC channels,
  350. <literal>#claws</literal> on Freenode or IRCnet.
  351. </para>
  352. </section>
  353. <section id="plugins_network">
  354. <title>Network access from the plugins</title>
  355. <para>
  356. Some of the external plugins, for example RSSyl, vCalendar or GtkHtml
  357. Viewer, need Internet access for their operations (retrieving feeds in
  358. the case of RSSyl or vCalendar, and fetching images in the case of
  359. GtkHtml Viewer). These plugins use the Curl library. Hence, if your
  360. Internet access is restricted by a proxy, you will need to tell libCurl
  361. to use this proxy. This is done by setting an environment variable,
  362. <literal>http_proxy</literal>. For example,
  363. <literal>http_proxy=http://user:passwd@myproxy.example.com:8080</literal>
  364. will tell libCurl to connect to port 8080 of the machine
  365. myproxy.example.com, with the user <quote>user</quote> and password
  366. <quote>passwd</quote> to connect to the Internet.
  367. </para><para>
  368. You can either set this variable before starting Claws Mail, by
  369. using for example
  370. <command>http_proxy=http://user:passwd@myproxy.example.com:8080
  371. claws-mail</command>, or set it in your
  372. <filename>~/.bashrc</filename> file (or your shell equivalent), by
  373. adding the following line<footnote><para>Other shells may have
  374. diferent syntaxes, check your shell's manual page.</para></footnote>:
  375. <command>export http_proxy=http://user:passwd@myproxy.example.com:8080</command>
  376. (you'll have to reconnect to have it taken into account).
  377. </para>
  378. </section>
  379. </section>