FAQ.hlp 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. <chapter>
  2. <title>
  3. Frequently Asked Questions
  4. </title>
  5. <summary>
  6. Often people have the same questions that have been asked many times
  7. before. This is a list of commonly asked questions and answers.
  8. </summary>
  9. </chapter>
  10. <section>
  11. <title>
  12. Can I use multiple names from the address book?
  13. </title>
  14. <description>
  15. <p>
  16. Yes. The address book search will display all matches for the
  17. search criteria entered in the search box. If 10 names are displayed
  18. any combination may be selected for either the <B>To:</B> or <B>CC:</B>
  19. fields. All selected addresses will be inserted into the proper
  20. filed when the Use Address button is pressed.
  21. </p>
  22. </description>
  23. </section>
  24. <section>
  25. <title>
  26. Can I add names directly to the address book from a email?
  27. </title>
  28. <description>
  29. <p>
  30. No. At this time you cannot add names directly from a received email
  31. to the address book. You can, however, right click on the address and
  32. save it to the clipboard and paste this into the address book. Try
  33. not to be disappointed. SquirrelMail is under continual development
  34. and this might be included in the future in one form or another.
  35. </p>
  36. </description>
  37. </section>
  38. <section>
  39. <title>
  40. Who made SquirrelMail?
  41. </title>
  42. <description>
  43. <p>
  44. A lot of people helped out. To get a list of them, you can visit our
  45. web site <a href="http://www.squirrelmail.org" target=_top>www.squirrelmail.org</a>.
  46. </p>
  47. </description>
  48. </section>
  49. <section>
  50. <title>
  51. What is webmail?
  52. </title>
  53. <description>
  54. <p>
  55. In SquirrelMail's case it gives you access through the IMAP protocol
  56. to your email account. This means that you don't have to figure out how
  57. to setup someone else's stuff just to check your mail.
  58. </p>
  59. </description>
  60. </section>
  61. <section>
  62. <title>
  63. Where can I use this webmail?
  64. </title>
  65. <description>
  66. <p>
  67. Any where there is a browser available.
  68. Wireless access (WAP/WML) is not on the drawing board at this time though.
  69. </p>
  70. </description>
  71. </section>
  72. <section>
  73. <title>
  74. Why use webmail instead of a regular email client?
  75. </title>
  76. <description>
  77. <p>
  78. It is doubtful that webmail will ever be a complete substitute for
  79. a regular email client. But hey, who knows? Anyway, If you ever
  80. were at a friends house, on a trip, at home or work and away from
  81. your computer and wanted to check your mail you already know why.
  82. Because it is a huge hassle to set your mail up on their computer
  83. and then delete it again. SquirrelMail is designed to be a supplement
  84. to your normal email client.
  85. </p>
  86. </description>
  87. </section>
  88. <section>
  89. <title>
  90. How does this stuff work?
  91. </title>
  92. <description>
  93. <p>
  94. SquirrelMail uses the IMAP protocol, info on it can be found
  95. <A HREF="http://imap.org"/>here</A>. The program also uses
  96. its own IMAP functions, not those built in to PHP4. This won't
  97. matter to anybody except those responsible for installing it,
  98. but trust us when we say they appreciate it.
  99. </p>
  100. </description>
  101. </section>