claws-mail.1 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374
  1. .TH "Claws Mail" "1" "December 18, 2007" "Hiroyuki Yamamoto & the Claws Mail team"
  2. .SH "NAME"
  3. .LP
  4. Claws Mail \- a GTK+ based fast email and news client
  5. .SH "SYNOPSIS"
  6. .B claws-mail
  7. .RI [ options ]
  8. .SH "DESCRIPTION"
  9. .TP
  10. Claws Mail is an email client (and news reader) based on GTK+, running on X Window System, and aiming for
  11. .br
  12. * Quick response
  13. .br
  14. * Graceful, and sophisticated interface
  15. .br
  16. * Easy configuration, intuitive operation
  17. .br
  18. * Abundant features
  19. \fR
  20. .TP
  21. Currently implemented features include:
  22. o POP3 support
  23. .br
  24. o IMAP4rev1 support
  25. .br
  26. o integrated NetNews client
  27. .br
  28. o unlimited multiple account handling
  29. .br
  30. o thread display
  31. .br
  32. o filtering
  33. .br
  34. o MIME (attachments)
  35. .br
  36. o built\-in image view
  37. .br
  38. o X\-Face and (colour) Face support
  39. .br
  40. o multiple MH folder support
  41. .br
  42. o mbox importing / exporting
  43. .br
  44. o external editor support
  45. .br
  46. o message queueing
  47. .br
  48. o automatic mail checking
  49. .br
  50. o draft message function
  51. .br
  52. o template function
  53. .br
  54. o line\-wrapping
  55. .br
  56. o clickable URI
  57. .br
  58. o XML\-based address book
  59. .br
  60. o LDAP, vCard, and JPilot support
  61. .br
  62. o newly arrived and unread message management
  63. .br
  64. o Mew/Wanderlust\-like key bind
  65. .br
  66. o printing
  67. .br
  68. o APOP authentication support
  69. .br
  70. o SMTP AUTH support
  71. .br
  72. o SSL support (POP3, SMTP, IMAP4rev1)
  73. .br
  74. o IPv6 support
  75. .br
  76. o drag & drop (partially implemented)
  77. .br
  78. o GnuPG support
  79. .br
  80. o automake + autoconf support
  81. .br
  82. o internationalization of messages by gettext
  83. .br
  84. o support of many code sets, including UTF\-8 (Unicode) (when using libjconv)
  85. .br
  86. o support for plugins
  87. \fR
  88. .LP
  89. This list is not complete.
  90. .SH "OPTIONS"
  91. .LP
  92. \fB \-\-compose\fR [address]
  93. .br
  94. \fB \-\-subscribe\fR [uri]
  95. .br
  96. \fB \-\-attach file1 [file2]...\fR
  97. .br
  98. \fB \-\-receive\fR
  99. .br
  100. \fB \-\-receive\-all\fR
  101. .br
  102. \fB \-\-send\fR
  103. .br
  104. \fB \-\-status\fR
  105. .br
  106. \fB \-\-status folder[/subfolder]\fR
  107. .br
  108. \fB \-\-status\-full\fR
  109. .br
  110. \fB \-\-select [#mh/mailbox/]folder[/msg|/msgid]\fR
  111. .br
  112. \fB \-\-online\fR
  113. .br
  114. \fB \-\-offline\fR
  115. .br
  116. \fB \-\-exit\fR
  117. .br
  118. \fB \-\-debug\fR
  119. .br
  120. \fB \-\-help\fR
  121. .br
  122. \fB \-\-version\fR
  123. .br
  124. \fB \-\-version\-full\fR
  125. .br
  126. \fB \-\-config\-dir\fR
  127. .br
  128. \fB \-\-alternate\-config\-dir [dir]\fR
  129. .SH "FILES"
  130. .LP
  131. .TP
  132. $HOME/Mail
  133. Default directory for mail storage
  134. .TP
  135. $PREFIX/share/claws\-mail
  136. Global program directory
  137. .TP
  138. $PREFIX/share/claws\-mail/manual
  139. Manual files in HTML, PDF, PostScript and plain text format
  140. .TP
  141. $PREFIX/share/claws\-mail/themes
  142. Global themes directory
  143. .TP
  144. $PREFIX/lib/claws\-mail/plugins
  145. Directory for plugins
  146. .TP
  147. $PREFIX/include/claws\-mail
  148. Directory for header files
  149. .TP
  150. $HOME/.claws\-mail
  151. Default directory for user's configuration files directory
  152. .TP
  153. $HOME/.claws\-mail/addrbook/*
  154. Addressbook files
  155. .TP
  156. $HOME/.claws\-mail/templates
  157. User\-defined templates directory
  158. .TP
  159. $HOME/.claws\-mail/themes
  160. User's themes directory
  161. .TP
  162. $HOME/.claws\-mail/accountrc
  163. Configuration for account(s)
  164. .TP
  165. $HOME/.claws\-mail/actionsrc
  166. User\-defined custom actions
  167. .TP
  168. $HOME/.claws\-mail/addressbookcustomattributerc
  169. User\-defined address book custom attributes
  170. .TP
  171. $HOME/.claws\-mail/claws.log
  172. Claws Mail logfile
  173. .TP
  174. $HOME/.claws\-mail/claws-win32.log
  175. Claws Mail output file (Windows only)
  176. .TP
  177. $HOME/.claws\-mail/clawsrc
  178. Main configuration file
  179. .TP
  180. $HOME/.claws\-mail/command_history
  181. User\-specified commands
  182. .TP
  183. $HOME/.claws\-mail/customheaderrc
  184. Configuration for custom headers for sending mail
  185. .TP
  186. $HOME/.claws\-mail/dispheaderrc
  187. Configuration for custom display of headers in message view
  188. .TP
  189. $HOME/.claws\-mail/folderitemrc
  190. All folders' attributes
  191. .TP
  192. $HOME/.claws\-mail/folderlist.xml
  193. Folder hierarchy listing
  194. .TP
  195. $HOME/.claws\-mail/matcherrc
  196. Filtering and Processing function configuration
  197. .TP
  198. $HOME/.claws\-mail/menurc
  199. Menu shortcut\-key configuration
  200. .TP
  201. $HOME/.claws\-mail/messagesearch_history
  202. User\-specified searches in message bodies
  203. .TP
  204. $HOME/.claws\-mail/quicksearch_history
  205. User\-specified quick-search list
  206. .TP
  207. $HOME/.claws\-mail/messagesearch_history
  208. User\-specified searches in message bodies
  209. .TP
  210. $HOME/.claws\-mail/summary*_history
  211. User\-specified searches in message list
  212. .TP
  213. $HOME/.claws\-mail/tagsrc
  214. User\-specified tag list
  215. .TP
  216. $HOME/.claws\-mail/toolbar*.xml
  217. User\-defined custom toolbars
  218. .SH "EXAMPLES"
  219. .LP
  220. To run this program the standard way type:
  221. .LP
  222. claws\-mail
  223. .LP
  224. Alternatively you can run it with the following options:
  225. .TP
  226. \fB\-\-compose [address]\fR
  227. to open a Compose window
  228. .TP
  229. \fB\-\-subscribe [uri]\fR
  230. subscribe to the given URI if possible
  231. .TP
  232. \fB\-\-attach file1 [file2]...\fR
  233. open composition window with specified files attached
  234. .TP
  235. \fB\-\-compose\fR "mailto:\fI%t\fR?subject=\fI%s\fR&cc=\fI%c\fR&body=\fI%b\fR"
  236. this syntax can be used in web\-browsers and CLI to open a pre\-populated Compose window
  237. .TP
  238. \fB\-\-receive\fR
  239. receive new messages
  240. .TP
  241. \fB\-\-receive\-all\fR
  242. receive new messages from all accounts
  243. .TP
  244. \fB\-\-send\fR
  245. .br
  246. send all queued messages
  247. .TP
  248. \fB\-\-status\fR
  249. show the total number of messages
  250. .br
  251. [new][unread][unread answers to marked][total]
  252. .TP
  253. \fB\-\-status folder[/subfolder]\fR
  254. show the total number of messages in specified folder
  255. .br
  256. [new][unread][unread answers to marked][total]
  257. .TP
  258. \fB\-\-status\-full\fR
  259. show the total number of messages per folder
  260. .br
  261. [new][unread][unread answers to marked][total]
  262. .TP
  263. \fB\-\-select [#mh/mailbox/]folder[/msg|/msgid]\fR
  264. On startup, jumps to the specified folder/message
  265. .TP
  266. \fB\-\-online\fR
  267. Start claws\-mail in (or switch to, if already running) online mode
  268. .TP
  269. \fB\-\-offline\fR
  270. Start claws\-mail in (or switch to, if already running) offline mode
  271. .TP
  272. \fB\-\-help\fR
  273. display the help message and exit
  274. .TP
  275. \fB\-\-exit\fR
  276. exit Claws Mail
  277. .TP
  278. \fB\-\-debug\fR
  279. for debug mode
  280. .TP
  281. \fB\-\-version\fR
  282. display version number and exit
  283. .TP
  284. \fB\-\-version-full\fR
  285. display version number and compiled-in features then exit
  286. .TP
  287. \fB\-\-config\-dir\fR
  288. display the CONFIG\-DIR and exit
  289. .TP
  290. \fB\-\-alternate\-config\-dir [dir]\fR
  291. start Claws Mail with the configuration stored in [dir] directory
  292. .SH "INSTALLATION"
  293. .LP
  294. This program requires GTK+ 2.6.x or higher to be compiled.
  295. .LP
  296. Please make sure that gtk\-devel and glib\-devel (or similar) packages are
  297. installed before the compilation (you may also require flex (lex) and bison
  298. (yacc)).
  299. .LP
  300. To compile and install, just type:
  301. .LP
  302. % ./configure
  303. .br
  304. % make
  305. .br
  306. % su
  307. .br
  308. Password: [Enter password]
  309. .br
  310. # make install
  311. .LP
  312. Refer to ./configure \-\-help for further information.
  313. .SH "AUTHORS"
  314. .LP
  315. .TP
  316. The Claws Mail Team
  317. Holger Berndt <berndth@users.sf.net>
  318. .br
  319. Tristan Chabredier <wwp@claws\-mail.org>
  320. .br
  321. Ho\(`a Vi\(^et Dinh <hoa@users.sf.net>
  322. .br
  323. Werner Koch <wk@gnupg.org>
  324. .br
  325. Darko Koruga <darko@users.sf.net>
  326. .br
  327. Ricardo Mones Lastra <ricardo@mones.org>
  328. .br
  329. Colin Leroy <colin@colino.net>
  330. .br
  331. Paul Mangan <paul@claws\-mail.org>
  332. .br
  333. Martin Schaaf <mascha1@users.sf.net>
  334. .TP
  335. Previous team members
  336. Keith Edmunds
  337. .br
  338. Match Grun
  339. .br
  340. Melvin Hadasht
  341. .br
  342. Oliver Haertel
  343. .br
  344. Christoph Hohmann
  345. .br
  346. Alfons Hoogervorst
  347. .br
  348. Thorsten Maerz
  349. .br
  350. Leandro A. F. Pereira
  351. .br
  352. Luke Plant
  353. .br
  354. Carsten Schurig
  355. .br
  356. Sergey Vlasov
  357. .br
  358. Hiroyuki Yamamoto
  359. .SH "SEE ALSO"
  360. .LP
  361. .TP
  362. Claws Mail Homepage
  363. <http://www.claws\-mail.org>