Statistics
| Revision:

root / README @ 89

History | View | Annotate | Download (6.9 kB)

1
	Sylpheed - a GTK+ based, lightweight, and fast e-mail client
2
3
   Copyright(C) 1999-2005 Hiroyuki Yamamoto <hiro-y@kcn.ne.jp>
4
5
   This program is free software; you can redistribute it and/or modify
6
   it under the terms of the GNU General Public License as published by
7
   the Free Software Foundation; either version 2, or (at your option)
8
   any later version.
9
10
   This program is distributed in the hope that it will be useful,
11
   but WITHOUT ANY WARRANTY; without even the implied warranty of
12
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13
   GNU General Public License for more details.
14
15
   You should have received a copy of the GNU General Public License
16
   along with this program; if not, write to the Free Software
17
   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
18
19
   For more details see the file COPYING.
20
21
22
What's Sylpheed
23
===============
24
25
Sylpheed is an e-mail client and news reader based on GTK+ GUI toolkit,
26
and runs on X Window System.
27
28
Sylpheed is a free software distributed under the GNU GPL.
29
30
The development of Sylpheed sets the following things as its goal:
31
32
  * Quick response by keeping CPU and memory usage to a minimum
33
  * Fast processing even though a folder contains large number of messages
34
    (more than 10 thousand)
35
  * Enables intuitive operation by simple, graceful, and well-polished
36
    interface
37
  * Similar operation methods to other mailers.
38
  * Readily available with simple configuration
39
  * Fully equipped with features required as a mailer
40
  * Full support of Japanese, and support of i18n
41
  * Enables flexible interaction with external commands
42
  * Stable, and don't lose any data (to the utmost) in case of crash
43
44
The appearance and interface are similar to some popular e-mail clients for
45
Windows, such as Outlook Express, Becky!, and Datula. The interface is also
46
designed to emulate the Emacs-based mailers, and almost all commands are
47
accessible with the keyboard. So you will able to migrate to Sylpheed
48
without much discomfort in the case where you are accustomed to other
49
mailers.
50
51
The messages are managed by MH format, and you'll be able to use it together
52
with another mailer based on MH format (like Mew). It has less possibility
53
of losing mails on failures since one file corresponds to one mail. You can
54
import or export mbox format messages. You can also utilize fetchmail or/and
55
procmail, and external programs on receiving (like inc or imget).
56
57
Currently implemented major features
58
====================================
59
60
Supported protocols
61
62
	o POP3
63
	o IMAP4rev1
64
	o SMTP
65
	o NNTP
66
	o SSL/TLSv1 (POP3, SMTP, IMAP4rev1, NNTP)
67
	o IPv6
68
69
Features
70
71
	o multiple accounts
72
	o thread display
73
	o powerful filtering
74
	o MIME (attachments)
75
	o integrated News reader
76
	o SMTP AUTH support
77
	o CRAM-MD5 authentication (SMTP AUTH / IMAP4rev1)
78
	o APOP authentication (POP3)
79
	o PGP signature / encryption (requires GPGME)
80
	o built-in image view
81
	o X-Face display
82
	o user-defined headers
83
	o color label
84
	o Mew/Wanderlust compatible key bind
85
	o multiple MH folder support
86
	o mbox importing / exporting
87
	o external editor
88
	o message queueing
89
	o automatic mail checking
90
	o draft message
91
	o template
92
	o line-wrapping
93
	o clickable URI
94
	o XML-based address book
95
	o newly arrived and unread message management
96
	o printing
97
	o offline mode
98
	o remote operation by command line
99
	o per-folder configuration
100
	o LDAP, vCard, and JPilot support
101
	o Drag & Drop
102
	o autoconf, automake support
103
	o internationalization of messages by gettext
104
	o support of many code sets, including UTF-8 (Unicode)
105
106
and more.
107
108
Installation
109
============
110
111
See INSTALL for installation instructions.
112
113
Usage
114
=====
115
116
Preparation before running
117
--------------------------
118
119
If you are using a character encodings other than UTF-8 for filename,
120
you must set the following environmental variable:
121
122
(use locale-specific encoding)
123
% export G_FILENAME_ENCODING=@locale
124
125
or
126
127
(manually specifying encoding)
128
% export G_FILENAME_ENCODING=ISO-8859-1
129
130
If you want to display messages translated to your language,
131
you must specify some environmental variables related to locale.
132
For example:
133
134
% export LANG=de_DE
135
136
(replace de_DE to the actual locale name)
137
138
If you don't want translated messages, set LC_MESSAGES to "C"
139
(and unset LC_ALL if specified).
140
141
How to run
142
----------
143
144
Input `sylpheed' on a command line, or double-click the icon on a file
145
manager to execute.
146
147
Initial startup
148
---------------
149
150
When Sylpheed is executed for the first time, it automatically creates the
151
configuration files under ~/.sylpheed-2.0/, and asks you the location of
152
mailbox. The default is ~/Mail. If some files which are non-MH format
153
already exist on the directory, you will have to specify another location.
154
155
If ~/.sylpheed-2.0/ doesn't exist, but the previous version of configuration
156
exists in ~/.sylpheed/, migration will be made automatically after the
157
confirmation.
158
159
Required settings
160
-----------------
161
162
Initially, you have to create at least one account to send or receive
163
messages (you can read messages that already exist without creating
164
accounts). The configuration dialog will be shown by clicking
165
"Configuration -> Create new account..." on the menu, or "Account" on
166
the toolbar. Then, fill the required settings.
167
168
Refer to the manual supplied with this program for the general usage.
169
170
Hidden settings
171
---------------
172
173
You can configure most of the features in Sylpheed through the preferences
174
dialog, but there are a few parameters which don't have user interface
175
(you don't have to modify them in normal use). You must edit
176
~/.sylpheed-2.0/sylpheedrc by an editor when Sylpheed is not running.
177
178
allow_jisx0201_kana		allow JIS X 0201 Kana (half-width kana) on
179
				sending.
180
				0: off  1: on   [default: 0]
181
enable_hscrollbar		enable horizontal scroll bar in summary view
182
				0: off  1: on	[default: 1]
183
bold_unread			show unread messages using bold font in
184
				summary view
185
				0: off  1: on   [default: 1]
186
folderview_vscrollbar_policy	specify the policy of vertical scroll bar
187
				of folder view
188
				0: always  1: automatic  2: never [default: 0]
189
190
Information
191
===========
192
193
You can check the newest version and information about Sylpheed at:
194
195
	http://sylpheed.good-day.net/
196
197
There's also the manual of Sylpheed written by
198
Yoichi Imai <yoichi@silver-forest.com> on:
199
200
	http://y-imai.good-day.net/sylpheed/
201
202
Feedback
203
========
204
205
Comments, ideas and (most of all) bug reports (and especially patches) are
206
very welcome.
207
208
Subversion
209
==========
210
211
You can get the newest source code from the Subversion repository.
212
213
Move to an appropriate directory, and with the command:
214
215
	svn checkout svn://sylpheed.good-day.net/sylpheed
216
217
a source tree named `sylpheed' is created under the current directory.
218
219
The subdirectory of sylpheed is divided as following:
220
221
    * trunk/     Main tree
222
    * branches/  Miscellaneous experimental branches
223
    * tags/      Release-tagged branches
224
225
To update to the newest source tree, run the command:
226
227
	svn update
228
229
at the target directory.
230
231
-- 
232
Hiroyuki Yamamoto <hiro-y@kcn.ne.jp>