diff options
author | Andre Klapper <a9016009@gmx.de> | 2011-08-04 21:38:54 +0800 |
---|---|---|
committer | Andre Klapper <a9016009@gmx.de> | 2011-08-04 23:55:14 +0800 |
commit | bacd47805ed9be1bd1fcb7b3fc3e12adf12ade64 (patch) | |
tree | cd7f23ad545c9a5e44b4588b8db51ed1e4f4d09c /help/C/mail-account-manage-microsoft-exchange-evo-mapi.page | |
parent | 5397851156bf868ac912376d0ea2060ec1b528c3 (diff) | |
download | gsoc2013-evolution-bacd47805ed9be1bd1fcb7b3fc3e12adf12ade64.tar.gz gsoc2013-evolution-bacd47805ed9be1bd1fcb7b3fc3e12adf12ade64.tar.zst gsoc2013-evolution-bacd47805ed9be1bd1fcb7b3fc3e12adf12ade64.zip |
Put new user documentation in place
Diffstat (limited to 'help/C/mail-account-manage-microsoft-exchange-evo-mapi.page')
-rw-r--r-- | help/C/mail-account-manage-microsoft-exchange-evo-mapi.page | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/help/C/mail-account-manage-microsoft-exchange-evo-mapi.page b/help/C/mail-account-manage-microsoft-exchange-evo-mapi.page new file mode 100644 index 0000000000..fc6c478b87 --- /dev/null +++ b/help/C/mail-account-manage-microsoft-exchange-evo-mapi.page @@ -0,0 +1,59 @@ +<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its" + type="guide" id="mail-account-manage-microsoft-exchange-evo-mapi"> + + <info> + <desc>Add and edit a Microsoft Exchange 2007 account in Evolution.</desc> + + <link type="guide" xref="mail-account-manage-microsoft-exchange"/> + + <revision pkgversion="3.0.2" version="0.4" date="2011-07-30" status="final"/> + <credit type="author"> + <name>Andre Klapper</name> + <email>ak-47@gmx.net</email> + </credit> + <license> + <p>Creative Commons Share Alike 3.0</p> + </license> + + </info> + + <title>Exchange MAPI account settings</title> + +<section id="account-editor"> +<title>Account Editor</title> + +<p>Mail accounts can be added via <guiseq><gui>Edit</gui><gui>Preferences</gui><gui>Mail Accounts</gui><gui style="button">Add</gui></guiseq>. The steps are mostly the same as for the <link xref="intro-first-run">First-Run Assistant</link>, except for not getting asked whether to import data from other applications or to restore from a backup file.</p> +<p>Mail accounts can be edited via <guiseq><gui>Edit</gui><gui>Preferences</gui><gui>Mail Accounts</gui><gui style="button">Edit</gui></guiseq>. The following settings are available when editing an existing account:</p> + +<section id="identity"> +<title>Identity</title> +<!-- TODO:XINCLUDE: Quite ugly to copy this text into all account type's, but it's not really worth a separate topic page for it, plus it would make the intro-first-run.page even more complex. Maybe later replace this text by a single instance by doing some content sharing with xinclude and xpointer in the other mail-account-manage-*.page files and in intro-first-run.page. <include href="foo.xml" xmlns="http://www.w3.org/2001/XInclude"/> See gnome-user-docs module for example usage. Also see https://bugzilla.gnome.org/show_bug.cgi?id=638866 --> +<p>Here you define your name and your email address.</p> +<p>Optionally you can make this account your default account (e.g. when writing emails), set a Reply-To email address (if you want replies to messages sent to a different address), and set an organization (the company where you work, or the organization you represent when you send email from this account).</p> +</section> + +<section id="receiving-email"> +<title>Receiving Email and Receiving options</title> +</section> + +<section id="defaults"> +<title>Defaults</title> +</section> + +<section id="exchange-settings"> +<title>Exchange Settings</title> +<p>In this section you can view the size of all Exchange folders.</p> +</section> + +<section id="security"> +<title>Security</title> +</section> + +</section> <!-- end "account editor" section, now list any account settings stuff related to this account type outside of it --> + +<!-- <section id="other-settings"> +<title>Other settings</title> +<p>Other account related settings that are not located in the <gui>Account Editor</gui>:</p> +</section> --> + +</page> |