starting.xml 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <section id="ch_starting">
  3. <title>Getting started with Claws Mail</title>
  4. <section id="start_wizard">
  5. <title>The initial wizard</title>
  6. <para>
  7. The first time that you start Claws Mail, you will be asked a few
  8. questions in order to set up an account. These questions are easy to
  9. answer and grouped in several short pages.
  10. </para><para>
  11. First you will be asked to fill in your name, (<emphasis>usually
  12. guessed from the operating system</emphasis>), your email address, and
  13. the name of your organisation, (<emphasis>optional</emphasis>).
  14. </para><para>
  15. The following page will allow you to enter details of how to retrieve
  16. your mail. The format of the page will be determined by the
  17. <quote>Server type</quote>:
  18. </para>
  19. <blockquote>
  20. <variablelist>
  21. <varlistentry>
  22. <term>POP3</term>
  23. <listitem>
  24. <para>
  25. If you choose POP3, you will need to enter the server address,
  26. username, and password. The password is optional, if you don't provide
  27. it here then you will be prompted for it each time it is needed.
  28. </para>
  29. </listitem>
  30. </varlistentry>
  31. <varlistentry>
  32. <term>IMAP</term>
  33. <listitem>
  34. <para>
  35. If you choose IMAP, you will need to enter the server address,
  36. username, password, and IMAP server directory. The password is
  37. optional, if you don't provide it here then you will be prompted for it
  38. each time it is needed. The IMAP server directory is also optional,
  39. often it is not needed and can be left empty.
  40. </para>
  41. </listitem>
  42. </varlistentry>
  43. <varlistentry>
  44. <term>Local mbox file</term>
  45. <listitem>
  46. <para>
  47. If you choose Local mbox file, you will need to enter the location of
  48. your local mailbox spool file. This location depends on your Operating
  49. System, but values like <filename>/var/mail/username</filename> or
  50. <filename>/var/spool/mail/username</filename> are common, where
  51. <literal>username</literal> is your system login.
  52. </para>
  53. </listitem>
  54. </varlistentry>
  55. </variablelist>
  56. </blockquote>
  57. <para>
  58. When you click the <quote>Auto-configure</quote> button, Claws Mail will
  59. attempt to configure your account's servers based on your email address
  60. and the type of account you have chosen.
  61. </para>
  62. <para>
  63. On the next page you will enter the address of your SMTP server,
  64. (<emphasis>sometimes referred to as
  65. <quote>Outgoing server</quote></emphasis>). You will also be asked
  66. whether to authenticate when sending mail; this is often not the case
  67. if you're using an ISP to connect to Internet, and often the case if
  68. you are configuring a professional account.
  69. </para><para>
  70. If you chose either POP3 or Local mbox file, the next page will ask
  71. you where you want to save your mail on disk. The default,
  72. <quote>Mail</quote>, is usually ok and will save your mails in a
  73. directory called <filename>Mail</filename> in your home directory.
  74. </para><para>
  75. If Claws Mail is built with support for OpenSSL, you will next see
  76. the <quote>Security</quote> page, here you will be able to choose to
  77. use SSL encryption to send and receive your emails. Most ISPs do not
  78. enable this, but many companies do; if you're unsure about it, you can
  79. leave them unselected.
  80. </para><para>
  81. You can now click on the Save button, and start enjoying Claws Mail.
  82. </para>
  83. </section>
  84. <section id="start_getting">
  85. <title>Getting mail</title>
  86. <para>
  87. Retrieving your email can be done from the toolbar button named
  88. <quote>Get mail</quote> or from the <quote>Receive</quote> submenu of
  89. the <quote>Message</quote> menu.
  90. </para><para>
  91. If you want Claws Mail to check your mail automatically at regular
  92. intervals, you can ask it to do so from the
  93. <quote>Mail handling: Receiving</quote> preference page which you'll
  94. find in the <quote>Configuration/Preferences...</quote> menu. Just
  95. click the
  96. <quote>Automatically check new mail every [...] minute(s)</quote>
  97. checkbox, and set the interval to your liking.
  98. </para>
  99. </section>
  100. <section id="start_reading">
  101. <title>Reading your mail</title>
  102. <para>
  103. Once you have retrieved your emails, the Inbox folder will contain
  104. them. The total number of emails in a folder is shown at the right of
  105. the folder's name, along with the number of unread and new emails in
  106. it. To see them, click on the folder row in the folder list, and the
  107. list of emails in that folder will be displayed in the Message List
  108. pane. You can then select an email using the mouse, or by using the Up
  109. and Down keys to navigate through the list, and the Space bar to
  110. display and scroll emails. You can use other keys to navigate through
  111. emails, like P and N (previous and next).
  112. </para>
  113. </section>
  114. <section id="start_writing">
  115. <title>Writing your first mail</title>
  116. <para>
  117. When clicking on the <quote>Compose</quote> button of the toolbar, a
  118. composition window will open. This window contains different fields
  119. which you should be able to recognise easily: if you have multiple
  120. accounts, the From field can be used to select which account you want
  121. to use for this email; the To field is for recipient of the email. When
  122. you fill it in, a second To field will appear, so that you can send the
  123. email to multiple recipients. You can also change the To field to a Cc
  124. field or other types of fields, by using its dropdown menu, or by
  125. typing in the field that you require. After that, you will be able to
  126. set the subject of your email, then type its body.
  127. </para><para>
  128. A little note about an email's subject: Claws Mail will ask you for
  129. confirmation if you attempt to send an email with an empty subject.
  130. This is because it can be annoying for the recipient to receive emails
  131. without a subject, as it doesn't help in handling email.
  132. </para>
  133. </section>
  134. <section id="start_sending">
  135. <title>Sending your first mail</title>
  136. <para>
  137. When you have finished writing your first email, you can either click
  138. the <quote>Send</quote> button to send your email immediately, or use
  139. the <quote>Send later</quote> button to queue the message for later
  140. sending. When using <quote>Send</quote>, the composition window will
  141. close itself when the mail has been sent; it will stay open if there is
  142. an error. When using <quote>Send later</quote>, the composition window
  143. will immediately close, and your email will be stored in your Queue
  144. folder. It will then be sent when you click the <quote>Send</quote>
  145. button in the main window's toolbar.
  146. </para><para>
  147. The emails that you send are saved in the Sent folder of your mailbox,
  148. so that you can recall what you wrote to whom, or use an already sent
  149. email as a template to write another.
  150. </para>
  151. </section>
  152. </section>