diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2010-02-23 04:07:04 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2010-02-23 04:07:04 +0000 |
commit | 479e0cec356cc69d2851317642c9f6f47c3b89a1 (patch) | |
tree | e0c0205bb6c02b9e3ff9b36c9a5fa6aeea852124 | |
parent | e6cd1baecae134c100c013ec7739569ad929ce9a (diff) |
updated NEWS and README.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2502 ee746299-78ed-0310-b773-934348b2243d
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | README | 13 | ||||
-rw-r--r-- | README.ja | 21 |
3 files changed, 28 insertions, 10 deletions
@@ -1,5 +1,9 @@ Changes of Sylpheed +* 3.0.0 (stable) + + * The message catalogs were updated. + * 3.0.0rc (development) * The Japanese manual was updated. @@ -23,9 +23,11 @@ What's Sylpheed =============== Sylpheed is an e-mail client based on GTK+ GUI toolkit. -It runs on X Window System, and Microsoft Windows. +Sylpheed runs on Unix-like systems such as Linux, BSD and Mac OS X, or +Microsoft Windows (2000 or later). -Sylpheed is a free software distributed under the GNU GPL. +Sylpheed is a free software distributed under the GNU GPL (the library part +LibSylph is GNU LGPL). Sylpheed has the following features: @@ -37,9 +39,12 @@ Sylpheed has the following features: * Internationalization and Multilingualization support * High-level Japanese processing * Various protocols support + * Multi-thread support + * Security feature (GnuPG, SSL/TLSv1) * Powerful filtering and search * Junk mail control * Flexible cooperation with external commands + * Plug-in faculty The appearance and interface are similar to some popular e-mail clients for Windows, such as Outlook Express or Becky!. Many commands are accessible with @@ -71,6 +76,7 @@ Features o powerful filtering (POP3, IMAP4, local spool) o powerful search (query search, quick search, search folder) o Junk mail control + o plug-in faculty o thread display o display and transfer of attachments by MIME o inline image display @@ -88,7 +94,6 @@ Features o mbox and eml import / export o action function to work with external commands o external editor - o plug-in faculty o message queueing o automatic mail checking o draft message @@ -107,6 +112,8 @@ Features o per-folder configuration o LDAP, vCard, and JPilot support in address book o CSV, LDIF file import in address book + o auto-registration of recipient's addresses to address book + o auto-completion of addresses o Drag & Drop o autoconf, automake support o internationalization of messages by gettext @@ -37,13 +37,15 @@ さらなる詳細は、 COPYING というファイルを参照してください。 -What's Sylpheed -=============== +Sylpheed とは +============= Sylpheed は GUI ツールキットに GTK+ を使用した電子メールクライアントです。 -X Window System 上または Microsoft Windows 上で動作します。 +Sylpheed は Linux、BSD、Mac OS X 等主に Unix 系のシステム、または +Microsoft Windows (2000以降)で動作します。 -Sylpheed は GNU GPL に従って配布されているフリーソフトウェアです。 +Sylpheed は GNU GPL (ライブラリ部分の LibSylph は GNU LGPL) に従って配布 +されているフリーソフトウェアです。 Sylpheed には以下のような特長があります。 @@ -55,9 +57,12 @@ Sylpheed には以下のような特長があります。 * 国際化、多言語対応 * 高度な日本語処理(文字コードの自動判別、機種依存文字対応等) * 多様なプロトコルに対応 + * マルチスレッド対応 + * セキュリティ機能 (GnuPG, SSL/TLSv1) * 強力なフィルタリング・検索機能 * 迷惑メール対策機能 * 外部コマンドとの柔軟な連携 + * プラグイン機能 外観やインタフェースは Outlook Express 、 Becky! といった、 Windows では定番のメーラを参考にしています。また、 Mew や Wanderlust 等の @@ -88,7 +93,8 @@ Emacs 系メーラに近い感覚で、キーボードのみによる操作が可能となっています。 o 複数アカウント o 強力なフィルタリング (POP3、IMAP4、ローカルスプール) o 強力な検索機能(クエリ検索、クイックサーチ、検索フォルダ) - o 迷惑メール対策 + o 迷惑メール対策機能 + o プラグイン機構 o スレッド表示 o MIMEによる添付ファイルの閲覧・送信 o インライン画像表示機能 @@ -106,7 +112,6 @@ Emacs 系メーラに近い感覚で、キーボードのみによる操作が可能となっています。 o mbox / eml ファイルのインポート / エクスポート o 外部コマンドとの連携が可能なアクション機能 o 外部エディタ - o プラグイン機構 o 送信待機 o 自動メールチェック o 草稿 @@ -125,6 +130,8 @@ Emacs 系メーラに近い感覚で、キーボードのみによる操作が可能となっています。 o フォルダ毎の設定 o アドレス帳の LDAP, vCard, JPilot 対応 o アドレス帳の CSV, LDIF ファイルのインポート + o 送信先アドレスのアドレス帳への自動登録 + o アドレスの自動補完 o ドラッグ & ドロップ o autoconf, automake 対応 o gettext によるメッセージの国際化対応 @@ -135,7 +142,7 @@ Emacs 系メーラに近い感覚で、キーボードのみによる操作が可能となっています。 インストール方法 ================ -インストールの説明は INSTALL を参照してください。 +インストールの説明は INSTALL.ja を参照してください。 使用方法 ======== |