ダウンロードリスト

プロジェクト概要

POPFile はベイズ推定を利用して電子メールを自動的に分類する POP3 プロキシー、および Web インターフェースです。ほとんどどのプラットフォームでも、どのメールクライアントとも動作します。

POPFile の日本語化は、POPFile の本家プロジェクトに統合されました。最新情報はこちらからどうぞ。↓

http://getpopfile.org/docs/jp

システム要件

システム要件が設定されていません

リリース時刻: 2007-06-18 23:54
POPFile Japanese Support for Mac OS X Panther-Tiger 0.22.5 (1 個のファイル 非表示)

リリースノート

■POPFile インストーラ(ユニバーサルバイナリ版)について

POPFileとPOPFileの動作に必要なものをパッケージにしたものです。
Mac OS X 10.3.9 (Panther)、10.4.9(Tiger/PowerPC、Intel Core Duo)で動作確認しています。

*** 重要 ***
このインストーラパッケージは、Kakasi と Perl モジュールについてユニバーサルバイナリ形式でコンパイルしたものです。
Intel Code Duo 搭載の Mac でも動作確認されています。

■インストールされるもの
・POPFile 0.22.5

(Perl モジュール)
・DBI 1.56
・DBD-SQLite 1.13
・DBD-SQLite2 0.33
・HTML-Tagset 3.10
・HTML-Template 2.9
・TimeDate 1.16

(日本語サポート)
・Kakasi 2.3.4
・Text-Kakasi 2.04

■インストール先
POPFileは、/Library/POPFileにインストールされます。
設定はすべてデフォルトですので、POP3ポートは110、インタフェースポートは8080です。

■POPFileの起動方法
インストール終了後、自動的に起動します(アップグレードの場合、データベースの変換が行われますので、起動するまでにしばらく時間がかかります)。

■データベース、設定ファイルのバックアップについて
以前のバージョンからアップグレードする場合は、データベース、設定ファイルなどのバックアップを行ってください。
設定ファイル(popfile.cfg)、データベース(popfile.db)、無視する単語(stopwords)の各ファイルは、インストール時にそれぞれファイル名に 〜.old をつけたファイルにバックアップされます。インストール後、不要であればこれらのファイルを削除してください。

■設定方法
POPFile起動時に、ブラウザでhttp://127.0.0.1:8080/にアクセスして設定を行ってください。
詳しくは、クイックスタートガイド
http://popfile.sourceforge.net/cgi-bin/wiki.pl?JP_QuickStart
を参照してください。

■謝辞
このインストーラを作成するにあたり、Intel Mac で動作確認をいただいた皆様に感謝します。

■問い合わせ先
このインストーラは、POPFile プロジェクトとは別にアンオフィシャルな形でリリースしているものです。
問い合わせは、POPFile 日本語化プロジェクト(http://sourceforge.jp/projects/popfile)もしくはあまつぶ(http://amatubu.skr.jp)まで。

2007.6.18 いいむらなおき(amatubu@mac.com


■リリースノート

Welcome to POPFile v0.22.5

This version is a bug fix and minor feature release that's been over a
year in the making (mostly due to me being preoccupied by other
things).


NOMINATING POPFILE FOR AN AWARD

SourceForge has announced their 'Community Choice Awards' for 2007 and
is looking for nominations. If you feel that POPFile deserves such an
honour please visit the following link and nominate POPFile in the
'Best Project for Communications' category. POPFile requires multiple
nominations (i.e. as many people as possible) to get into the list of
finalists.

http://sourceforge.net/awards/cca/nomination.php?group_id=63137

Thanks!


WHAT'S CHANGED SINCE v0.22.4

1. POPFile now defaults to using SQLite2 (the Windows installer will
convert existing installations to use SQLite2).

2. Various improvements to the handling of Japanese messages and
improvements for the 'Nihongo' environment:

Performance enhancement for converting character encoding by
skipping conversion which was not needed. Fix a bug where the
wrong character set was sometimes used when the charset was not
defined in the mail header. Fix a bug where several HTML
entities caused misclassification. Avoid a warning 'uninitialized
value'. Fix a bug that the word's links in the bucket's detail
page were not url-encoded.

3. Single Message View now has a link to 'download' the message from
the message history folder.

4. Log file now indicates when an SSL connection is being made to the
mail server.

5. A number of small bug fixes to the POPFile IMAP interface.

6. Installer improvements:

Email reconfiguration no longer assumes Outlook Express is
present. Add/Remove Programs entries for POPFile now show a more
realistic estimate of the program and data size. Better support
for proxies when downloading the SSL Support files. The SSL
patches are no longer 'hard-coded', they are downloaded at
install time. This will make it easier to respond to future
changes to the SSL Support files. The Message Capture Utility
now has a Start Menu shortcut to make it easier to use the
utility. The minimal Perl has been updated to the latest
version. The installer package has been updated to make it work
better on Windows Vista (but further improvements are still
required).


WHERE TO DOWNLOAD

http://getpopfile.org/wiki/download


GETTING STARTED WITH POPFILE

An introduction to installing and using POPFile can be found in the
QuickStart guide:

http://getpopfile.org/wiki/QuickStart


SSL SUPPORT IN WINDOWS

SSL Support is offered as one of the optional components by the
installer. If the SSL Support option is selected the installer will
download the necessary files during installation.

If SSL support is not selected when installing (or upgrading) POPFile
or if the installer was unable to download all of the SSL files then
the command

setup.exe /SSL

can be used to run the installer again in a special mode which will
only add SSL support to an existing installation.


CROSS PLATFORM VERSION KNOWN ISSUES

The current version of SQLite (v3.x) is not compatible with POPFile.
You must use DBD:SQLite2 to access the database.

Users of SSL on non-Windows platforms should NOT use IO::Socket::SSL
v0.97 or v0.99. They are known to be incompatible with POPFile; v1.07
is the most recent release of IO::Socket::SSL that works correctly.


v0.22.0 RELEASE NOTES

If you are upgrading from pre-v0.22.0 please read the v0.22.0 release
notes for much more information:

http://getpopfile.org/wiki/ReleaseNotes


DONATIONS

Thank you to everyone who has clicked the Donate! button and donated
their hard earned cash to me in support of POPFile. Thank you also to
the people who have contributed their time through patches, feature
requests, bug reports, user support and translations.

http://sourceforge.net/forum/forum.php?forum_id=213876


THANKS

Big thanks to all who've contributed to POPFile over the last year.

John.

変更履歴

変更履歴はありません