intro.xml 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <section id="ch_intro">
  3. <title>Introduction</title>
  4. <section id="intro_what">
  5. <title>What is Claws Mail?</title>
  6. <para>
  7. Claws Mail is an email client aiming at being fast, easy-to-use and
  8. powerful. It is mostly desktop-independent, but tries to integrate
  9. with your desktop as best as possible. The Claws Mail developers try
  10. hard to keep it lightweight, so that it should be usable on low-end
  11. computers without much memory or CPU power.
  12. </para>
  13. </section>
  14. <section id="intro_whatnot">
  15. <title>What Claws Mail is not</title>
  16. <para>
  17. Claws Mail is not a full-featured Personal Information Manager like
  18. Evolution or Outlook, although external plugins provide these
  19. functionalities. Claws Mail will not let you write and send HTML
  20. emails or other kind of annoyances, hence it may not be the software
  21. you need in some business environments.
  22. </para>
  23. </section>
  24. <section id="intro_features">
  25. <title>Main features</title>
  26. <para>
  27. Claws Mail sports almost everything a perfect email client needs.
  28. Mail retrieval over POP3, IMAP4, local mbox, over SSL; support for
  29. various authentication schemes. It has multiple accounts and
  30. mailboxes, powerful filtering and search functionality, import/export
  31. capabilities using a number of formats, support for GnuPG (digital
  32. signatures and encryption). It supports plugins, customisable
  33. toolbars, spell checking, a number of guards to prevent any data loss,
  34. per-folder preferences, and much more. A list of features can be
  35. found at <ulink url="http://www.claws-mail.org/features.php"
  36. >www.claws-mail.org/features.php</ulink>.
  37. </para>
  38. </section>
  39. <section id="intro_history">
  40. <title>History of Claws Mail</title>
  41. <para>
  42. Claws Mail has existed since April 2001. It was initially named
  43. Sylpheed-Claws and changed its name to Claws Mail in November 2006.
  44. The primary goal of Sylpheed-Claws was to be a test-bed for potential
  45. features of <ulink url="http://sylpheed.sraoss.jp/en/"
  46. >Sylpheed</ulink>, so that new features could be tested thoroughly
  47. without compromising Sylpheed's stability. Sylpheed-Claws developers
  48. regularly synchronised their codebase with Sylpheed's codebase, and
  49. Sylpheed's author, Hiroyuki Yamamoto, took back the new features he
  50. liked once they were stabilised.
  51. </para><para>
  52. Originally both Sylpheed and Claws Mail were based on GTK1. The work
  53. on the GTK2 versions started in early 2003, and the first modern
  54. (GTK2-based) Sylpheed-Claws was released in March 2005. Since about
  55. this time, Sylpheed and Sylpheed-Claws' goals started to diverge more,
  56. and Sylpheed-Claws became an entity of its own. This is why its name
  57. is now Claws Mail.
  58. </para>
  59. </section>
  60. <section id="intro_information">
  61. <title>Useful URLs</title>
  62. <para>
  63. Website: <ulink url="http://www.claws-mail.org"
  64. >www.claws-mail.org</ulink>
  65. </para>
  66. <para>
  67. Latest News: <ulink url="http://www.claws-mail.org/news.php"
  68. >www.claws-mail.org/news.php</ulink>
  69. </para>
  70. <para>
  71. Plugins: <ulink url="http://www.claws-mail.org/plugins.php"
  72. >www.claws-mail.org/plugins.php</ulink>
  73. </para>
  74. <para>
  75. Icon Themes: <ulink url="http://www.claws-mail.org/themes.php"
  76. >www.claws-mail.org/themes.php</ulink>
  77. </para>
  78. <para>
  79. Tools: <ulink url="http://www.claws-mail.org/tools.php"
  80. >www.claws-mail.org/tools.php</ulink>
  81. </para>
  82. <para>
  83. Mailing Lists: <ulink url="http://www.claws-mail.org/MLs.php"
  84. >www.claws-mail.org/MLs.php</ulink>
  85. </para>
  86. <para>
  87. Bugtracker: <ulink url="http://www.thewildbeast.co.uk/claws-mail/bugzilla/"
  88. >www.thewildbeast.co.uk/claws-mail/bugzilla/</ulink>
  89. </para>
  90. <para>
  91. Source code:
  92. </para>
  93. <variablelist>
  94. <varlistentry>
  95. <term>Tarballs</term>
  96. <listitem>
  97. <para>
  98. <ulink url="http://sourceforge.net/projects/claws-mail/files/"
  99. >sourceforge.net/projects/claws-mail/files/</ulink>
  100. </para>
  101. </listitem>
  102. </varlistentry>
  103. <varlistentry>
  104. <term>VCS repository</term>
  105. <listitem>
  106. <para>
  107. <ulink url="http://git.claws-mail.org/"
  108. >git.claws-mail.org/</ulink>
  109. </para>
  110. </listitem>
  111. </varlistentry>
  112. </variablelist>
  113. </section>
  114. </section>