Claws Mail
Claws Mail は Sylpheed からフォークした GUI メールクライアントです。Claws Mail FAQ によると: Claws Mail は Sylpheed と比較して多くの機能があり、より強力でありながら、同様に高速で、軽量で、安定しています。
活発に開発されており、多くのプラグインによって拡張可能で、(Thunderbird などからの) mbox 形式でのメールボックスのインポートに対応しています。ネイティブのメールボックスフォーマットは wikipedia:MH Message Handling System ですが、プラグインを使って mbox フォーマットを使うこともできます。Claws Mail は HTML メッセージを書くことができません (Keep It Simple 原則に従っているため) が、プラグインを使ってそれらを読むことはできます。
Gentoo Linux に対しては、mail-client/claws-mail パッケージによって ia64 を除くすべてのアーキテクチャに提供されています。
インストール
USE フラグ
USE flags for mail-client/claws-mail An email client (and news reader) based on GTK+
+gnutls
|
Prefer net-libs/gnutls as SSL/TLS provider (ineffective with USE=-ssl) |
+imap
|
Add support for IMAP (Internet Mail Application Protocol) |
+libcanberra
|
Enable sound notification in connection with USE=notification |
+libnotify
|
Enable notification on the desktop in connection with USE=notification |
+notification
|
Notification for new mail in different way, see also USE flags libcanberra, libindicate and libnotify |
+oauth
|
Enable OAuth2 authentication support |
+pgp
|
Enable PGP support |
archive
|
Enable archiving plugin |
bogofilter
|
Build mail-filter/bogofilter plugin |
calendar
|
Add support for calendars (not using mcal!) |
clamav
|
Add support for Clam AntiVirus software (usually with a plugin) |
dbus
|
Enable dbus support for anything that needs it (gpsd, gnomemeeting, etc) |
debug
|
Enable extra debug codepaths, like asserts and extra output. If you want to get meaningful backtraces see https://wiki.gentoo.org/wiki/Project:Quality_Assurance/Backtraces |
doc
|
Add extra documentation (API, Javadoc, etc). It is recommended to enable per package instead of globally |
ldap
|
Add LDAP support (Lightweight Directory Access Protocol) |
litehtml
|
Enable dev-libs/gumbo html viewer plugin |
networkmanager
|
Enable net-misc/networkmanager support |
nls
|
Add Native Language Support (using gettext - GNU locale utilities) |
nntp
|
Add support for newsgroups (Network News Transfer Protocol) |
pdf
|
Add general support for PDF (Portable Document Format), this replaces the pdflib and cpdflib flags |
perl
|
Add optional support/bindings for the Perl language |
python
|
Enable plugin for Python scripting |
rss
|
Enable support for RSS feeds |
session
|
Add persistent session support |
sieve
|
Build plugin for sieve filter support |
smime
|
Build plugin for S/MIME support |
spam-report
|
Enable plugin for spam reporting to various services |
spamassassin
|
Build mail-filter/spamassassin plugin |
spell
|
Add dictionary support |
startup-notification
|
Enable application startup event feedback mechanism |
svg
|
Add support for SVG (Scalable Vector Graphics) |
valgrind
|
Enable annotations for accuracy. May slow down runtime slightly. Safe to use even if not currently using dev-debug/valgrind |
webkit
|
Add support for the WebKit HTML rendering/layout engine |
xface
|
Add xface support used to allow a small image of xface format to be included in an email via the header 'X-Face' |
プラグイン
適切な USE フラグ (例えば bogofilter
、spamassassin
、または pdf
) を設定すれば、Claws Mail といっしょにプラグインがコンパイルされます。
バージョン 3.9.1 より前は、プラグインは個別に emerge する必要がありました。
スパムフィルタリング
- 簡単な方法: Bogofilter は設定不要の強力なベイジアンフィルタです。Claws Mail 内でのユーザのスパム・ハム分類から高速に学習します。デスクトップコンピュータのために推奨されるスパムフィルタです。Claws Mail とともにこのプラグインをコンパイルするには、
bogofilter
USE フラグを設定してください。
- 難しい方法: Spamassassin は、ベイジアンフィルタリングと外部のスパム定義リソースを利用する、巨大なメールフィルタリングシステムです。多岐に渡って設定を行う必要があり、また使用するにはそのデーモン (spamd) が Claws Mail のために実行されている必要があります。メールサーバのために推奨されるスパムフィルタです。Claws Mail とともにこのプラグインをコンパイルするには、
spamassassin
USE フラグを設定してください。一部の情報は完全な仮想メールサーバおよびメールフィルタリングゲートウェイの記事で見つけられます。
Emerge
好みの USE フラグを有効化するために /etc/portage/package.use/claws-mail ファイルを作成してください (または /etc/portage/package.use ファイルに追加してください)。例えば、bogofilter
、pgp
および archive
を設定するには:
root #
echo 'mail-client/claws-mail bogofilter pgp archive' > /etc/portage/package.use/claws-mail
そして Claws Mail を emerge してください:
root #
emerge --ask mail-client/claws-mail
設定と使い方
- アカウント、メールフィルタリング、モデル、アクション、ラベルなどは設定(C)メニューで設定されます;
- 主な設定は設定(C) > 全般の設定(R)…で行われます;
- プラグインは設定(C) > プラグイン(G)…で有効化/無効化され、設定(C) > 全般の設定(R)…で設定されます;
- アーカイブプラグインはツール(T) > アーカイブを作成…から実行されます;
- グローバルビューまたはメッセージビューのヘッダの表示、アイコン、フォントなどのユーザインターフェースは変更できます;
- アドレス帳は複数のフォーマットでインポートおよびエクスポートできます。
Clawsker
mail-client/clawsker をインストールすることで、GUI にない多くの個人設定を編集することができます:
root #
emerge --ask mail-client/clawsker
そして、Claws Main が実行中でないときにこれを起動してください:
user $
clawsker
Claws Mail 個人設定ファイルは ~/.claws-mail/clawsrc です。
テーマ
x11-themes/claws-mail-themes で多くのアイコンテーマをインストールできます:
root #
emerge --ask x11-themes/claws-mail-themes