123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323 |
- .TH "Claws Mail" "1" "" "Hiroyuki Yamamoto & the Claws Mail team" ""
- .SH "DESCRIPTION"
- .TP
- Claws Mail is an email client (and news reader) based on GTK+, running on X Window System, and aiming for
- .br
- * Quick response
- .br
- * Graceful, and sophisticated interface
- .br
- * Easy configuration, intuitive operation
- .br
- * Abundant features
- \fR
- .TP
- Currently implemented features include:
- o POP3 support
- .br
- o IMAP4rev1 support
- .br
- o integrated NetNews client
- .br
- o unlimited multiple account handling
- .br
- o thread display
- .br
- o filtering
- .br
- o MIME (attachments)
- .br
- o built\-in image view
- .br
- o X\-Face support
- .br
- o multiple MH folder support
- .br
- o mbox importing / exporting
- .br
- o external editor support
- .br
- o message queueing
- .br
- o automatic mail checking
- .br
- o draft message function
- .br
- o template function
- .br
- o line\-wrapping
- .br
- o clickable URI
- .br
- o XML\-based address book
- .br
- o LDAP, vCard, and JPilot support
- .br
- o newly arrived and unread message management
- .br
- o Mew/Wanderlust\-like key bind
- .br
- o printing
- .br
- o APOP authentication support
- .br
- o SMTP AUTH support
- .br
- o SSL support (POP3, SMTP, IMAP4rev1)
- .br
- o IPv6 support
- .br
- o drag & drop (partially implemented)
- .br
- o GnuPG support (currently implementing)
- .br
- o automake + autoconf support
- .br
- o internationalization of messages by gettext
- .br
- o support of many code sets, including UTF\-8 (Unicode) (when using libjconv)
- .br
- o support for plugins
- \fR
- .LP
- This list is not complete.
- .SH "NAME"
- .LP
- Claws Mail \- a GTK+ based fast email and news client
- .SH "OPTIONS"
- .LP
- \fB \-\-compose\fR [address]
- .br
- \fB \-\-subscribe\fR [uri]
- .br
- \fB \-\-attach file1 [file2]...\fR
- .br
- \fB \-\-receive\fR
- .br
- \fB \-\-receive\-all\fR
- .br
- \fB \-\-send\fR
- .br
- \fB \-\-status\fR
- .br
- \fB \-\-status folder[/subfolder]\fR
- .br
- \fB \-\-status\-full\fR
- .br
- \fB \-\-select [#mh/mailbox/]folder[/msg|/msgid]\fR
- .br
- \fB \-\-online\fR
- .br
- \fB \-\-offline\fR
- .br
- \fB \-\-exit\fR
- .br
- \fB \-\-debug\fR
- .br
- \fB \-\-help\fR
- .br
- \fB \-\-version\fR
- .br
- \fB \-\-config\-dir\fR
- .SH "FILES"
- .LP
- .TP
- $HOME/Mail
- Default directory for mail storage
- .TP
- $PREFIX/share/claws\-mail
- Global program directory
- .TP
- $PREFIX/share/claws\-mail/manual
- Manual files in HTML format
- .TP
- $PREFIX/share/claws\-mail/themes
- Global themes directory
- .TP
- $PREFIX/lib/claws\-mail/plugins
- Directory for plugins
- .TP
- $PREFIX/include/claws\-mail
- Directory for header files
- .TP
- $HOME/.claws\-mail
- Default directory for user's configuration files directory
- .TP
- $HOME/.claws\-mail/themes
- User's themes directory
- .TP
- $HOME/.claws\-mail/accountrc
- Configuration for account(s)
- .TP
- $HOME/.claws\-mail/addrbook*
- Addressbook files
- .TP
- $HOME/.claws\-mail/command_history
- User\-specified commands
- .TP
- $HOME/.claws\-mail/customheaderrc
- Configuration for custom headers for sending mail
- .TP
- $HOME/.claws\-mail/dispheaderrc
- Configuration for custom display of headers in message view
- .TP
- $HOME/.claws\-mail/matcherrc
- Filtering and Processing function configuration
- .TP
- $HOME/.claws\-mail/folderlist.xml
- Folder hierarchy listing
- .TP
- $HOME/.claws\-mail/menurc
- Menu shortcut\-key configuration
- .TP
- $HOME/.claws\-mail/claws.log
- Claws Mail logfile
- .TP
- $HOME/.claws\-mail/clawsrc
- Main configuration file
- .SH "EXAMPLES"
- .LP
- To run this program the standard way type:
- .LP
- claws\-mail
- .LP
- Alternatively you can run it with the following options:
- .TP
- \fB\-\-compose [address]\fR
- to open a Compose window
- .TP
- \fB\-\-subscribe [uri]\fR
- subscribe to the given URI if possible
- .TP
- \fB\-\-attach file1 [file2]...\fR
- open composition window with specified files attached
- .TP
- \fB\-\-compose\fR "mailto:\fI%t\fR?subject=\fI%s\fR&cc=\fI%c\fR&body=\fI%b\fR"
- this syntax can be used in web\-browsers and CLI to open a pre\-populated Compose window
- .TP
- \fB\-\-receive\fR
- receive new messages
- .TP
- \fB\-\-receive\-all\fR
- receive new messages from all accounts
- .TP
- \fB\-\-send\fR
- .br
- send all queued messages
- .TP
- \fB\-\-status\fR
- show the total number of messages
- .br
- [new][unread][unread answers to marked][total]
- .TP
- \fB\-\-status folder[/subfolder]\fR
- show the total number of messages in specified folder
- .br
- [new][unread][unread answers to marked][total]
- .TP
- \fB\-\-status\-full\fR
- show the total number of messages per folder
- .br
- [new][unread][unread answers to marked][total]
- .TP
- \fB\-\-select [#mh/mailbox/]folder[/msg|/msgid]\fR
- On startup, jumps to the specified folder/message
- .TP
- \fB\-\-online\fR
- Start claws\-mail in (or switch to, if already running) online mode
- .TP
- \fB\-\-offline\fR
- Start claws\-mail in (or switch to, if already running) offline mode
- .TP
- \fB\-\-help\fR
- display the help message and exit
- .TP
- \fB\-\-exit\fR
- exit Claws Mail
- .TP
- \fB\-\-debug\fR
- for debug mode
- .TP
- \fB\-\-version\fR
- display version number and exit
- .TP
- \fB\-\-config\-dir\fR
- display the CONFIG\-DIR and exit
- .SH "INSTALLATION"
- .LP
- This program requires GTK+ 2.6.x or higher to be compiled.
- .LP
- Please make sure that gtk\-devel and glib\-devel (or similar) packages are
- installed before the compilation (you may also require flex (lex) and bison
- (yacc)).
- .LP
- To compile and install, just type:
- .LP
- % ./configure
- .br
- % make
- .br
- % su
- .br
- Password: [Enter password]
- .br
- # make install
- .LP
- Refer to ./configure \-\-help for further information.
- .SH "AUTHORS"
- .LP
- .TP
- The Claws Mail Team
- Holger Berndt <berndth@users.sf.net>
- .br
- Tristan Chabredier <wwp@claws\-mail.org>
- .br
- Ho\(`a Vi\(^et Dinh <hoa@users.sf.net>
- .br
- Werner Koch <wk@gnupg.org>
- .br
- Darko Koruga <darko@users.sf.net>
- .br
- Ricardo Mones Lastra <ricardo@mones.org>
- .br
- Colin Leroy <colin@colino.net>
- .br
- Paul Mangan <paul@claws\-mail.org>
- .br
- Martin Schaaf <mascha1@users.sf.net>
- .TP
- Previous team members
- Keith Edmunds
- .br
- Match Grun
- .br
- Melvin Hadasht
- .br
- Oliver Haertel
- .br
- Christoph Hohmann
- .br
- Alfons Hoogervorst
- .br
- Thorsten Maerz
- .br
- Leandro A. F. Pereira
- .br
- Luke Plant
- .br
- Carsten Schurig
- .br
- Sergey Vlasov
- .br
- Hiroyuki Yamamoto
- .SH "SEE ALSO"
- .LP
- .TP
- Claws Mail Homepage
- <http://www.claws\-mail.org>
|