ダウンロードリスト

プロジェクト概要

Windows用のシンプルなIMAP4/POP3対応メールチェッカーです。

Windows XPからWindows 10まで対応。Gmailのチェックにも使えます。

ソースコードはgithubに移動しました。<https://github.com/z0rac/befoo>

機能

  • IMAP4/POP3による定期的なメール取得。
  • 件名、送信者、日時の一覧表示。
  • 件名、送信者の多言語表示。
  • 複数メールボックス対応(メール取得間隔の個別設定可)。
  • SSLとSTARTTLSコマンド対応。
  • USBメモリ等での持ち運び対応。
  • IPv6対応。

システム要件

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

リリース時刻: 2010-02-07 22:32
befoo 1.1 (2 個のファイル 非表示)

リリースノート

Verify the SSL certification

This release verifies the SSL certification. On security reason, befoo will verify completely. If any problem should occur, such as failed to connect to self-certificate server, you need to set the "verify" item in befoo.ini to "2" meaning "Allow self certification" or "1" meaning "Only server name".

Select the IP version

On IPv6/IPv4 mixed environment, IP version can be specified. You can set the "ip" item in befoo.ini to IP version number for that purpose. By default, it is "0" meaning "Don't specified".

Fixed bugs

The following bugs were fixed.

  • Sometimes password was lost when it was coded.
  • IPv6 address in the URI was percent-escaped unnecessary.
  • In the settings dialog, the "Recent only" check box for POP3 always be unchecked.

SSL証明書を検証

SSL証明書を検証するようにしました。 セキュリティ上の理由からデフォルトで完全な検証を行います。 自己証明書のサーバなどに接続できない場合は、 befoo.iniの"verify"項目を2(自己証明書可)か1(サーバ名のみ)に設定してください。

IPバージョン選択

IPv6/IPv4混在環境でIPのバージョンを指定できるようにしました。 befoo.iniの"ip"項目にバージョン番号が設定できます。デフォルトは0(指定なし)です。

不具合修正

以下の不具合を修正しました。

  • 暗号化の際にパスワードが消えることがある。
  • IPv6アドレスのURIが余分に%エスケープされる。
  • 設定ダイアログでPOP3の新着のみチェックボックスが常にオフになる。

変更履歴

変更履歴はありません