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