read_mail.hlp 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  1. <chapter>
  2. <title>
  3. Reading an email message
  4. </title>
  5. <summary>
  6. The ability to read an email message is one of the most basic features
  7. of any email client. However, SquirrelMail has quite a few features
  8. for while you are reading messages. This explains what they all do.
  9. </summary>
  10. <description>
  11. <p>
  12. Click on the subject of a particular mail and that message is displayed.
  13. One thing you will notice is that email and web addresses are live
  14. links so you can click on them and send an email or open a page.
  15. Another really nifty feature is that mail threads are color coded.
  16. The standard for a reply is to quote the previous message with ">" before
  17. every line. SquirrelMail sees this and color codes them. A replied
  18. message will have a different color on the reply than the new text.
  19. This works two layers deep. Another menu bar is now presented below the
  20. main menu choices. This bar is in three sections. On the left side
  21. you may delete or return to the summary. In the middle direct
  22. navigation between messages is made possible. On the right, various
  23. mailing functions are presented.
  24. </p>
  25. </description>
  26. </chapter>
  27. <section>
  28. <title>
  29. Message List
  30. </title>
  31. <description>
  32. <p>
  33. Click this link to return to the folder from which you came.
  34. </p>
  35. </description>
  36. </section>
  37. <section>
  38. <title>
  39. Delete
  40. </title>
  41. <description>
  42. <p>
  43. Click this link to delete the message being currently viewed.
  44. All attachments of deleted mail are deleted as well. You can prevent the
  45. loss of attachments by Downloading them first (explained further in
  46. this chapter).<BR>
  47. In this context, deleting means that the message will be moved to
  48. the folder called Trash. If you wish to keep the message afterall, view
  49. the Trash folder and move the message out.
  50. </p>
  51. </description>
  52. </section>
  53. <section>
  54. <title>
  55. Navigation
  56. </title>
  57. <description>
  58. <p>
  59. In the middle of the bar are navigation buttons. Previous will be
  60. an active link if it can be utilized and plain text otherwise. Clicking
  61. this link will display the previous message without the need to go back
  62. to the summary display of messages. The same goes for the Next link which
  63. will advance you to the mail immediately following the one
  64. currently being viewed.
  65. </p>
  66. </description>
  67. </section>
  68. <section>
  69. <title>
  70. Forward
  71. </title>
  72. <description>
  73. <p>
  74. On the right, the forward link, when pressed, opens the Compose page
  75. with the previously viewed email in the text box below a tag of
  76. "--Original Message--". "Fwd:" is appended to the original subject
  77. line and placed in the correct field. The various fields for sending
  78. to an address await your completion. You may position the cursor in
  79. the text box in order to add comments to the already existing text.
  80. You may also use the attachment feature.
  81. </p>
  82. </description>
  83. </section>
  84. <section>
  85. <title>
  86. Reply
  87. </title>
  88. <description>
  89. <p>
  90. Click this link to return a new message to the originator of the
  91. previously viewed message. "Re:" is appended to the original subject
  92. line and placed in the subject field. Again, the text of the original
  93. message is quoted in the text box. This time the ">" symbol is placed
  94. in front of the original text. You may note that some of the original
  95. text doesn't have the ">" symbol. This is due to line wrapping and
  96. may be unavoidable. Try setting the value of <i>Wrap incoming text</i>
  97. in the Options page to a larger number, this may help. Comments can be
  98. made anywhere in the text box in addition to the quoted message. You
  99. may also use the attachment feature.
  100. </p>
  101. </description>
  102. </section>
  103. <section>
  104. <title>
  105. Reply All
  106. </title>
  107. <description>
  108. <p>
  109. Same story here as "reply" with the exception that all addresses listed
  110. in the header will receive the mail.
  111. </p>
  112. </description>
  113. </section>
  114. <section>
  115. <title>
  116. View all headers
  117. </title>
  118. <description>
  119. <p>
  120. This will display the entire header for the email message. This includes
  121. the route that the message took to get here, and a lot more detailed
  122. information about the message itself.
  123. </p>
  124. </description>
  125. </section>
  126. <section>
  127. <title>
  128. View Printable Version
  129. </title>
  130. <description>
  131. <p>
  132. If you want to print a message, you might want to click this link. It
  133. presents you with a new window containing the message but with all unneccessary
  134. information and menus removed, ready to print. Clicking the Print button in
  135. this window will do so. Press Close to return to your message.
  136. </p>
  137. </description>
  138. </section>
  139. <section>
  140. <title>
  141. Download this as a file
  142. </title>
  143. <description>
  144. <p>
  145. At the bottom just above the bottom bar you will find this link.
  146. Clicking this link allows you to save this email to your local hard drive
  147. as a plain text message. A simple header will be attached to the top
  148. of the message as well.
  149. </p>
  150. </description>
  151. </section>
  152. <section>
  153. <title>
  154. Attachments
  155. </title>
  156. <description>
  157. <p>
  158. Any attachments sent with a received email will be displayed at the
  159. bottom of the message inside a colored box. The file is presented
  160. as a link with a description of the file type to it's right. Clicking
  161. on the file name will either display the attachment or present a
  162. download dialog depending on the file type. If you wish to download
  163. the file (rather than possibly viewing it), click on the "download"
  164. link on the right side.<BR>
  165. If your webbrowser supports viewing the attachment file type, another
  166. link, "view" will be displayed which displays the file in your browser.
  167. </p>
  168. </description>
  169. </section>