X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=blobdiff_plain;f=README;h=68d72e7d7ebe40c1011b1859b23e76755bad6823;hp=81e124822931c4bf1090c4f83c6bdd907892f25f;hb=96da3e144d67f520c369814d97b973c48d3231a9;hpb=036b63d8fc5a8c6e1ff150737226122c174c39cb;ds=sidebyside diff --git a/README b/README index 81e124822..68d72e7d7 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ Sylpheed - a GTK+ based, lightweight, and fast e-mail client - Copyright(C) 1999,2000 Hiroyuki Yamamoto + Copyright(C) 1999-2002 Hiroyuki Yamamoto This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -25,15 +25,16 @@ What's Sylpheed Sylpheed is an e-mail client (and news reader) based on GTK+, running on X Window System, and aiming for - * Quick response - * Graceful, and sophisticated interface - * Easy configuration, intuitive operation - * Abundant features + * Quick response + * Graceful, and sophisticated interface + * Easy configuration, intuitive operation + * Abundant features The appearance and interface are similar to some popular e-mail clients for Windows, such as Outlook Express, Becky!, and Datula. The interface is also designed to emulate the mailers on Emacsen, and almost all commands are -accessible with the keyboard. +accessible with the keyboard. You'll figure out the usage if you have ever +used some e-mail clients for Windows, or Mew or Wanderlust. The messages are managed by MH format, and you'll be able to use it together with another mailer based on MH format (like Mew). You can also utilize @@ -42,40 +43,41 @@ imget). Currently implemented features are: - o user-friendly and intuitive interface - o 3-paned view like many Windoze-based mail client - o ability of keyboard-only operation - o Mew/Wanderlust-like key bind (most of normally used keys have been - implemented) - o multipart MIME + o POP3 support + o IMAP4rev1 support + o integrated NetNews client + o unlimited multiple account handling + o thread display + o filtering + o MIME (attachments) o built-in image view o X-Face support + o multiple MH folder support + o mbox importing / exporting o external editor support - o unlimited multiple account handling o message queueing - o filtering + o automatic mail checking o draft message function + o template function o line-wrapping + o clickable URI o XML-based address book - o APOP support - o unread message management - o multiple MH folder support - o integrated NetNews client + o LDAP, vCard, and JPilot support + o newly arrived and unread message management + o Mew/Wanderlust-like key bind + o printing + o APOP authentication support + o SMTP AUTH support + o SSL support (POP3, SMTP, IMAP4rev1) o IPv6 support - o GnuPG support (currently implementing) - o multithread support (experimental) - o mbox importing o drag & drop (partially implemented) - o fast thread display - o high-speed message processing - o lightweight resource usage - o easily customizable configuration - o supports automake + autoconf, and internationalization of message - by gettext - o IMAP4 support (currently implementing) + o GnuPG support (currently implementing) + o automake + autoconf support + o internationalization of messages by gettext + o support of many code sets, including UTF-8 (Unicode) (when using + libjconv) -You'll figure out the usage if you have used a mailer on Windows, or -Mew or Wanderlust. +and more. Installation ============ @@ -85,6 +87,30 @@ See INSTALL for installation instructions. Usage ===== +Preparation before running +-------------------------- + +If you want to use characters other than English (aka US-ASCII), +you must specify some environmental variables related to locale. +For example: + +% export LANG=de_DE (sh, bash etc.) + +or + +% setenv LANG de_DE (csh, tcsh etc.) + +(replace de_DE to appropriate locale name) + +If you don't want translated messages, set LC_MESSAGES to "C" +(and unset LC_ALL if specified). + +How to run +---------- + +Input `sylpheed' on a command line, or double-click the icon on a file +manager to execute. + Initial startup --------------- @@ -149,5 +175,5 @@ To update to the newest source tree, run the command: on the top directory of the source tree. --- +-- Hiroyuki Yamamoto