sylpheed.1 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270
  1. .TH "Sylpheed" "1" "" "Hiroyuki Yamamoto" ""
  2. .SH "NAME"
  3. .LP
  4. Sylpheed \- a GTK+ based fast e\-mail and news client
  5. .SH "DESCRIPTION"
  6. .TP
  7. Sylpheed is an e\-mail client (and news reader) based on GTK+, running on X Window System, and aiming for
  8. .br
  9. * Quick response
  10. .br
  11. * Graceful, and sophisticated interface
  12. .br
  13. * Easy configuration, intuitive operation
  14. .br
  15. * Abundant features
  16. \fR
  17. .TP
  18. Currently implemented features include:
  19. o POP3 support
  20. .br
  21. o IMAP4rev1 support
  22. .br
  23. o integrated NetNews client
  24. .br
  25. o unlimited multiple account handling
  26. .br
  27. o thread display
  28. .br
  29. o filtering
  30. .br
  31. o MIME (attachments)
  32. .br
  33. o built\-in image view
  34. .br
  35. o X\-Face support
  36. .br
  37. o multiple MH folder support
  38. .br
  39. o mbox importing / exporting
  40. .br
  41. o external editor support
  42. .br
  43. o message queueing
  44. .br
  45. o automatic mail checking
  46. .br
  47. o draft message function
  48. .br
  49. o template function
  50. .br
  51. o line\-wrapping
  52. .br
  53. o clickable URI
  54. .br
  55. o XML\-based address book
  56. .br
  57. o LDAP, vCard, and JPilot support
  58. .br
  59. o newly arrived and unread message management
  60. .br
  61. o Mew/Wanderlust\-like key bind
  62. .br
  63. o printing
  64. .br
  65. o APOP authentication support
  66. .br
  67. o SMTP AUTH support
  68. .br
  69. o SSL support (POP3, SMTP, IMAP4rev1)
  70. .br
  71. o IPv6 support
  72. .br
  73. o drag & drop (partially implemented)
  74. .br
  75. o GnuPG support (currently implementing)
  76. .br
  77. o automake + autoconf support
  78. .br
  79. o internationalization of messages by gettext
  80. .br
  81. o support of many code sets, including UTF\-8 (Unicode) (when using libjconv)
  82. \fR
  83. .LP
  84. This list is not complete.
  85. .SH "OPTIONS"
  86. .LP
  87. \fB \-\-compose\fR [address]
  88. .br
  89. \fB \-\-attach file1 [file2]...\fR
  90. .br
  91. \fB \-\-receive\fR
  92. .br
  93. \fB \-\-receive\-all\fR
  94. .br
  95. \fB \-\-send\fR
  96. .br
  97. \fB \-\-status\fR
  98. .br
  99. \fB \-\-debug\fR
  100. .br
  101. \fB \-\-help\fR
  102. .br
  103. \fB \-\-version\fR
  104. .SH "FILES"
  105. .LP
  106. .TP
  107. $HOME/Mail
  108. Default directory for mail storage
  109. .TP
  110. $PREFIX/share/sylpheed
  111. Global program directory
  112. .TP
  113. $PREFIX/share/sylpheed/manual
  114. Manual files in HTML format
  115. .TP
  116. $PREFIX/share/sylpheed/faq
  117. FAQ files in HTML format
  118. .TP
  119. $HOME/.sylpheed
  120. User's configuration files directory
  121. .TP
  122. $HOME/.sylpheed/accountrc
  123. Configuration for account(s)
  124. .TP
  125. $HOME/.sylpheed/addrbook*
  126. Addressbook files
  127. .TP
  128. $HOME/.sylpheed/command_history
  129. User\-specified commands
  130. .TP
  131. $HOME/.sylpheed/customheaderrc
  132. Configuration for custom headers for sending mail
  133. .TP
  134. $HOME/.sylpheed/dispheaderrc
  135. Configuration for custom display of headers in message view
  136. .TP
  137. $HOME/.sylpheed/filterrc
  138. Filter function configuration
  139. .TP
  140. $HOME/.sylpheed/folderlist.xml
  141. Folder hierachy listing
  142. .TP
  143. $HOME/.sylpheed/menurc
  144. Menu shortcut\-key configuration
  145. .TP
  146. $HOME/.sylpheed/sylpheed.log
  147. Sylpheed logfile
  148. .TP
  149. $HOME/.sylpheed/sylpheedrc
  150. Main configuration file
  151. .SH "EXAMPLES"
  152. .LP
  153. To run this program the standard way type:
  154. .LP
  155. sylpheed
  156. .LP
  157. Alternatively you can run it with the following options:
  158. .TP
  159. \fB\-\-debug\fR
  160. for debug mode
  161. .TP
  162. \fB\-\-compose [address]\fR
  163. to open a Compose window
  164. .TP
  165. \fB\-\-attach file1 [file2]...\fR
  166. open composition window with specified files attached
  167. .TP
  168. \fB\-\-compose\fR "mailto:\fI%t\fR?subject=\fI%s\fR&cc=\fI%c\fR&body=\fI%b\fR"
  169. this syntax can be used in web\-browsers and CLI to open a pre\-populated Compose window
  170. .TP
  171. \fB\-\-receive\fR
  172. receive new messages
  173. .TP
  174. \fB\-\-receive\-all\fR
  175. receive new messages from all accounts
  176. .TP
  177. \fB\-\-send\fR
  178. .br
  179. send all queued messages
  180. .TP
  181. \fB\-\-status\fR
  182. show the total number of messages
  183. .br
  184. [new][unread][total]
  185. .TP
  186. \fB\-\-help\fR
  187. .br
  188. display the help message and exit
  189. .TP
  190. \fB\-\-version\fR
  191. display version number and exit
  192. .SH "INSTALLATION"
  193. .LP
  194. This program requires GTK+ 1.2.6 or higher to be compiled.
  195. .LP
  196. Please make sure that gtk\-devel and glib\-devel (or similar) packages are
  197. installed before the compilation (you may also require flex (lex) and bison
  198. (yacc)).
  199. .LP
  200. To compile and install, just type:
  201. .LP
  202. % ./configure
  203. .br
  204. % make
  205. .br
  206. % su
  207. .br
  208. Password: [Enter password]
  209. .br
  210. # make install
  211. .LP
  212. See INSTALL from the source distribution package for full installation instructions.
  213. .SH "AUTHORS"
  214. .LP
  215. .TP
  216. main\-branch (http://sylpheed.good\-day.net)
  217. Hiroyuki Yamamoto <hiro\-y@kcn.ne.jp>
  218. <yamamoto@good\-day.co.jp>
  219. .TP
  220. claws\-branch (http://sylpheed\-claws.sourceforge.net)
  221. Hoa viet Dinh <dinh.viet.hoa@free.fr>
  222. .br
  223. Match Grun <match@dimensional.com>
  224. .br
  225. Melvin Hadasht <melvin.hadasht@free.fr>
  226. .br
  227. Christoph Hohmann <reboot@gmx.ch>
  228. .br
  229. Alfons Hoogervorst <alfons@proteus.demon.nl>
  230. .br
  231. Darko Koruga <darko.koruga@hermes.si>
  232. .br
  233. Colin Leroy <colin@colino.net>
  234. .br
  235. Thorsten Maerz <torte@netztorte.de>
  236. .br
  237. Paul Mangan <claws@thewildbeast.co.uk>
  238. .br
  239. Martin Schaaf <mascha@ma\-scha.de>
  240. .br
  241. Carsten Schurig <Carsten.Schurig@web.de>
  242. .br
  243. Sergey Vlasov <vsu@users.sourceforge.net>
  244. .br
  245. Hiroyuki Yamamoto <hiro\-y@kcn.ne.jp>
  246. .TP
  247. sylpheed\-w32 (http://www.gnupg.org/cvs\-access.html)
  248. Werner Koch <wk@gnupg.org>
  249. .TP
  250. sylpheed\-claws\-w32 (http://claws\-w32.sourceforge.net)
  251. Thorsten Maerz <torte@netztorte.de>\fR
  252. .SH "SEE ALSO"
  253. .LP
  254. .TP
  255. Sylpheed Homepage
  256. <http://sylpheed.good\-day.net>
  257. .TP
  258. Sylpheed\-Claws Homepage
  259. <http://www.sf.net/sylpheed\-claws>
  260. .TP
  261. Sylpheed Win32
  262. <http://www.gnupg.org/cvs\-access.html>
  263. .TP
  264. Sylpheed\-Claws Win32 Homepage
  265. <http://www.sf.net/claws\-w32>