71 lines
2.0 KiB
HTML
71 lines
2.0 KiB
HTML
<!-- -*- Mode: HTML; tab-width: 2; indent-tabs-mode: nil -*-
|
|
|
|
The contents of this file are subject to the Netscape Public
|
|
License Version 1.1 (the "License"); you may not use this file
|
|
except in compliance with the License. You may obtain a copy of
|
|
the License at http://www.mozilla.org/NPL/
|
|
|
|
Software distributed under the License is distributed on an "AS
|
|
IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
|
implied. See the License for the specific language governing
|
|
rights and limitations under the License.
|
|
|
|
The Original Code is mozilla.org code.
|
|
|
|
The Initial Developer of the Original Code is Netscape
|
|
Communications Corporation. Portions created by Netscape are
|
|
Copyright (C) 1998 Netscape Communications Corporation. All
|
|
Rights Reserved.
|
|
|
|
Contributor(s):
|
|
-->
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
|
<HTML>
|
|
|
|
<HEAD>
|
|
<LINK REL=STYLESHEET TYPE="text/JavaScript" HREF="cpsheet.htm" TITLE="Account Setup">
|
|
|
|
<TITLE>Account Setup Editor Help</TITLE>
|
|
|
|
<SCRIPT>
|
|
function moveNavLayer()
|
|
{
|
|
var newTop = 0;
|
|
var docHeight = document.height;
|
|
var windowHeight = window.innerHeight;
|
|
|
|
if (windowHeight-docHeight > 20) {
|
|
newTop = windowHeight-40;
|
|
|
|
document.layers['navLayer'].top = newTop;
|
|
document.layers['navLayer'].visibility = "show";
|
|
}
|
|
|
|
else {
|
|
|
|
newTop = docHeight-40;
|
|
|
|
document.layers['navLayer'].top = newTop;
|
|
document.layers['navLayer'].visibility = "show";
|
|
}
|
|
|
|
}
|
|
</SCRIPT>
|
|
|
|
</HEAD>
|
|
|
|
<BODY TEXT="#000000" BGCOLOR="#CCCCFF" LINK="#FFFFFF" VLINK="#FFFFFF" ALINK="#0000FF" onLoad='moveNavLayer()'>
|
|
|
|
<P CLASS="title"><B>Server Options</B></P>
|
|
|
|
<P>Use this Configurator screen to specify whether you want Account Setup to show input fields for IMAP and LDAP server addresses in the "Your Provider's Server Addresses" screen.</P>
|
|
|
|
<P>Check the checkboxes labelled IMAP and LDAP to display input fields for those server types.</P>
|
|
|
|
<P>When you have set these options, click Back to return to Account Setup.</P>
|
|
|
|
</FONT>
|
|
</BODY>
|
|
</HTML>
|
|
|