plugins.xml 11 KB

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