diff options
author | Aaron Weber <aaron@ximian.com> | 2001-10-20 05:53:07 +0800 |
---|---|---|
committer | Aaron Weber <aaron@src.gnome.org> | 2001-10-20 05:53:07 +0800 |
commit | d634c1e15e08bec61d6880baf8a3c76eff22fffb (patch) | |
tree | e7a4e1dba0a4496f7615c307f05f5a55f2d0d4ad /help/C/usage-mainwindow.sgml | |
parent | 8c6c9b4643f3ff6a7719a25c1f8a397550b5eac1 (diff) | |
download | gsoc2013-evolution-d634c1e15e08bec61d6880baf8a3c76eff22fffb.tar.gz gsoc2013-evolution-d634c1e15e08bec61d6880baf8a3c76eff22fffb.tar.zst gsoc2013-evolution-d634c1e15e08bec61d6880baf8a3c76eff22fffb.zip |
Many changes w/r/t IMAP and importation and encryption.
2001-10-19 Aaron Weber <aaron@ximian.com>
* C/usage-mail-org.sgml: Many changes w/r/t IMAP and importation and encryption.
* C/usage-contact.sgml: A few changes, w/r/t import.
* C/usage-mainwindow.sgml: IMAP stuff.
* C/usage-exec-summary.sgml: More changes. Update to intro sect.
* C/usage-mainwindow.sgml: Assorted fixes. Kevin, there's a FIXME for ya in here.
svn path=/trunk/; revision=13806
Diffstat (limited to 'help/C/usage-mainwindow.sgml')
-rw-r--r-- | help/C/usage-mainwindow.sgml | 35 |
1 files changed, 26 insertions, 9 deletions
diff --git a/help/C/usage-mainwindow.sgml b/help/C/usage-mainwindow.sgml index 7b57548423..f01f519b8a 100644 --- a/help/C/usage-mainwindow.sgml +++ b/help/C/usage-mainwindow.sgml @@ -140,7 +140,9 @@ <para> Server Type — There are numerous types of servers from which <application>Ximian Evolution</application> - can fetch your mail: + can fetch your mail. Ask your system administrator if + you're not sure which of the following are available to + you: <itemizedlist> <listitem> <para> @@ -150,18 +152,15 @@ </listitem> <listitem> <para> - IMAPv4 — Keeps the email on your server so - you can access your email from any computer that - supports IMAPv4 and have everything be the - same. For more information about how to use IMAP - mail, see <xref - linkend="usage-mail-subscriptions">. + IMAP — Keeps the email on your server so you + can access your email from multiple systems. </para> </listitem> <listitem> <para> Unix mail spool file — If you run a mail - server on your desktop computer, choose this optino. + server on your desktop computer, choose this + option. </para> </listitem> <listitem> @@ -180,10 +179,28 @@ </listitem> <listitem> <para> - None — How do you have None? figure out! + None — Select this if you do not plan to + check mail with this account. </para> </listitem> </itemizedlist> + + <note id="imap-note-one"> + <title>What's an IMAP Namespace?</title> + <para> + For IMAP mail servers, your sysadmin may provide + you with a specific namespace, the path on the + IMAP server where you check for mail. If you + check your IMAP mail and your folder list includes + files that don't look like mail folders, you + probably need to change your mail + namespace. Typical values are "mail" and "Mail." + If you prefer, you can choose to subscribe to + individual mail folders. For more information + about how to use IMAP mail, see <xref + linkend="usage-mail-subscriptions">. + </para> + </note> </para> </listitem> <listitem> |