.TH "CLAWS MAIL" "1" "January 13, 2014" "The Claws Mail team" "User Manuals" .SH "NAME" .LP Claws Mail \- a GTK+ based fast email and news client .SH "SYNOPSIS" .B claws-mail .RI [ options ] .SH "DESCRIPTION" .TP Claws Mail is an email client (and news reader) based on GTK+, running on the X Window System, and aiming for: .br \[bu] Quick response .br \[bu] Graceful, and sophisticated interface .br \[bu] Easy configuration, intuitive operation .br \[bu] Abundant features \fR .TP Currently implemented features include: \[bu] POP3 support .br \[bu] IMAP4rev1 support .br \[bu] integrated NetNews client .br \[bu] unlimited multiple account handling .br \[bu] thread display .br \[bu] filtering .br \[bu] MIME (attachments) .br \[bu] built\-in image view .br \[bu] X\-Face and (colour) Face support .br \[bu] multiple MH folder support .br \[bu] mbox importing / exporting .br \[bu] external editor support .br \[bu] message queueing .br \[bu] automatic mail checking .br \[bu] draft message function .br \[bu] template function .br \[bu] line\-wrapping .br \[bu] clickable URI .br \[bu] XML\-based address book .br \[bu] LDAP, vCard, and JPilot support .br \[bu] newly arrived and unread message management .br \[bu] Mew/Wanderlust\-like key bind .br \[bu] printing .br \[bu] APOP authentication support .br \[bu] SMTP AUTH support .br \[bu] SSL support (POP3, SMTP, IMAP4rev1) .br \[bu] IPv6 support .br \[bu] drag & drop (partially implemented) .br \[bu] GnuPG support .br \[bu] automake + autoconf support .br \[bu] internationalization of UI messages by gettext .br \[bu] support of many code sets, including UTF\-8 (Unicode) (when using libjconv) .br \[bu] support for plugins \fR .LP This list is not complete. .SH "OPTIONS" .LP \fB \-\-compose\fR [address] .br \fB \-\-compose\-from\-file\fR file .br \fB \-\-subscribe\fR [uri] .br \fB \-\-attach file1 [file2]...\fR .br \fB \-\-receive\fR .br \fB \-\-receive\-all\fR .br \fB \-\-cancel\-receiving\fR .br \fB \-\-cancel\-sending\fR .br \fB \-\-send\fR .br \fB \-\-status\fR .br \fB \-\-status folder[/subfolder]\fR .br \fB \-\-status\-full\fR .br \fB \-\-statistics\fR .br \fB \-\-reset-statistics\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 \-\-toggle\-debug\fR .br \fB \-\-help\fR .br \fB \-\-version\fR .br \fB \-\-version\-full\fR .br \fB \-\-config\-dir\fR .br \fB \-\-alternate\-config\-dir [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, PDF, PostScript and plain text 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/addrbook/* Addressbook files .TP $HOME/.claws\-mail/autofaces/* Automatic Faces and X\-Faces files for accounts .TP $HOME/.claws\-mail/certs/* SSL certificates received from mail servers .TP $HOME/.claws\-mail/templates User\-defined templates directory .TP $HOME/.claws\-mail/themes User's themes directory .TP $HOME/.claws\-mail/accountrc Configuration for account(s) .TP $HOME/.claws\-mail/actionsrc User\-defined custom actions .TP $HOME/.claws\-mail/addressbookcustomattributerc User\-defined address book custom attributes .TP $HOME/.claws\-mail/claws.log Claws Mail logfile .TP $HOME/.claws\-mail/claws-win32.log Claws Mail output file (Windows only) .TP $HOME/.claws\-mail/clawsrc Main configuration file .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/extraheaderrc Editable extra headers to be added to compose window combobox .TP $HOME/.claws\-mail/folderitemrc All folders' attributes .TP $HOME/.claws\-mail/folderlist.xml Folder hierarchy listing .TP $HOME/.claws\-mail/matcherrc Filtering and Processing function configuration .TP $HOME/.claws\-mail/menurc Menu shortcut\-key configuration .TP $HOME/.claws\-mail/messagesearch_history User\-specified searches in message bodies .TP $HOME/.claws\-mail/quicksearch_history User\-specified quick\-search list .TP $HOME/.claws\-mail/messagesearch_history User\-specified searches in message bodies .TP $HOME/.claws\-mail/summary*_history User\-specified searches in message list .TP $HOME/.claws\-mail/tagsrc User\-specified tag list .TP $HOME/.claws\-mail/toolbar*.xml User\-defined custom toolbars .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\-\-compose\-from\-file file open composition window with data from given file. Use \- as file name for reading from standard input. Content format: headers first (To: header required) until an empty line is found, then mail body until end of file. .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. Possible fields after the destination recipient are: subject, from, cc, bcc, in\-reply\-to, body, insert (insert a file in body part, needs an absolute path), attach (attach a file, needs an absolute path, see also: \-\-attach) .TP \fB\-\-receive\fR receive new messages .TP \fB\-\-receive\-all\fR receive new messages from all accounts .TP \fB\-\-cancel\-receiving\fR cancel receiving of messages .TP \fB\-\-cancel\-sending\fR cancel sending of messages .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\-\-statistics\fR .br show session statistics .TP \fB\-\-reset-statistics\fR .br reset session statistics .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\-\-toggle-debug\fR toggle debug mode of a running Claws Mail instance .TP \fB\-\-version\fR display version number and exit .TP \fB\-\-version\-full\fR display version number and compiled\-in features then exit .TP \fB\-\-config\-dir\fR display the CONFIG\-DIR and exit .TP \fB\-\-alternate\-config\-dir [dir]\fR start Claws Mail with the configuration stored in [dir] directory .SH "ENVIRONMENT" .LP .TP \fBCLAWS_NO_CRASH\fR if defined disables crash dialog (only if Claws Mail has been built with crash dialog feature enabled) .TP \fBDISPLAY\fR default host and display number to use .TP \fBGPG_AGENT_INFO\fR the information to access the GPG agent if using GPG agent is enabled in GPG plugin preferences (this is usually set by the agent when launched, otherwise it likely means the GPG agent is not running) .TP \fBG_BROKEN_FILENAMES\fR assumes that filenames are in the locale encoding rather than in UTF-8 .TP \fBHOME\fR full path of the user's home directory .TP \fBLC_ALL\fR, \fBLC_CTYPE\fR, \fBLANG\fR locale to use for non-win32 systems (the first one not empty is used) .TP \fBPILOT_CHARSET\fR if defined overrides default J-Pilot charset (CP1252) .TP \fBPOSIXLY_CORRECT\fR if defined regular expressions matching follows POSIX standards .TP \fBSESSION_MANAGER\fR if defined tries to use the Session Manager (only if Claws Mail has been built with libSM feature enabled) .TP \fBSHELL\fR if defined overrides default shell "sh" used by Spamassassin plugin to launch spamc wrappers .TP \fBSSL_CERT_DIR\fR use this CA certificates directory instead known system directories .TP \fBSSL_CERT_FILE\fR use this CA certificates file instead of searching known system files .TP \fBUSER\fR used to initialize default "user_id" preference in newly created accounts .SH "BUGS" .LP .TP You can search for existing bugs and report new ones on Claws Mail bugzilla: .br .SH "COPYRIGHT" .LP .TP 1999-2014 Hiroyuki Yamamoto and the Claws Mail team .SH "AUTHORS" .LP .TP .I "The Claws Mail Team" .LP .RS 4 Holger Berndt .br Tristan Chabredier .br Andrej Kacian .br Darko Koruga .br Ricardo Mones Lastra .br Colin Leroy .br Paul Mangan .br Salvatore De Paolis .br Pawel Pekala .br Michael Rasmussen .RE .TP .I "Previous team members" .LP .RS 4 Ho\(`a Vi\(^et Dinh, Keith Edmunds, Match Grun, Melvin Hadasht, Oliver Haertel, Christoph Hohmann, Alfons Hoogervorst, Werner Koch, Thorsten Maerz, Leandro A. F. Pereira, Luke Plant, Martin Schaaf, Carsten Schurig, Fabien Vantard, Sergey Vlasov, Hiroyuki Yamamoto .RE .SH "SEE ALSO" .LP .TP Claws Mail Homepage .TP Claws Mail online manual .TP Claws Mail plugins