mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-10 01:40:17 +01:00
166 lines
6.1 KiB
Plaintext
166 lines
6.1 KiB
Plaintext
|
<?xml version="1.0"?>
|
||
|
|
||
|
<!-- ***** BEGIN LICENSE BLOCK *****
|
||
|
Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||
|
|
||
|
The contents of this file are subject to the Mozilla 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/MPL/
|
||
|
|
||
|
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 Communicator client code, released
|
||
|
March 31, 1998.
|
||
|
|
||
|
The Initial Developer of the Original Code is
|
||
|
Netscape Communications Corporation.
|
||
|
Portions created by the Initial Developer are Copyright (C) 1998-1999
|
||
|
the Initial Developer. All Rights Reserved.
|
||
|
|
||
|
Contributor(s):
|
||
|
|
||
|
Alternatively, the contents of this file may be used under the terms of
|
||
|
either of the GNU General Public License Version 2 or later (the "GPL"),
|
||
|
or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||
|
in which case the provisions of the GPL or the LGPL are applicable instead
|
||
|
of those above. If you wish to allow use of your version of this file only
|
||
|
under the terms of either the GPL or the LGPL, and not to allow others to
|
||
|
use your version of this file under the terms of the MPL, indicate your
|
||
|
decision by deleting the provisions above and replace them with the notice
|
||
|
and other provisions required by the GPL or the LGPL. If you do not delete
|
||
|
the provisions above, a recipient may use your version of this file under
|
||
|
the terms of any one of the MPL, the GPL or the LGPL.
|
||
|
|
||
|
***** END LICENSE BLOCK ***** -->
|
||
|
|
||
|
<?xml-stylesheet href="chrome://messenger/skin/accountManage.css" type="text/css"?>
|
||
|
|
||
|
<?xul-overlay href="chrome://messenger/content/msgFolderPickerOverlay.xul"?>
|
||
|
|
||
|
<!DOCTYPE dialog SYSTEM "chrome://messenger/locale/am-server-advanced.dtd">
|
||
|
|
||
|
<dialog
|
||
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||
|
title="&serverAdvanced.label;"
|
||
|
buttons="accept,cancel"
|
||
|
onload="onLoad();"
|
||
|
ondialogaccept="return onOk();">
|
||
|
|
||
|
<script type="application/x-javascript" src="am-server-advanced.js"/>
|
||
|
<stringbundle id="bundle_prefs" src="chrome://messenger/locale/prefs.properties"/>
|
||
|
|
||
|
<!-- IMAP Panel -->
|
||
|
<vbox id="imapPanel">
|
||
|
<hbox>
|
||
|
<label value="&serverDirectory.label;"
|
||
|
accesskey="&serverDirectory.accesskey;"
|
||
|
control="serverDirectory"/>
|
||
|
<textbox amsa_persist="true" id="serverDirectory"/>
|
||
|
</hbox>
|
||
|
|
||
|
<checkbox amsa_persist="true" id="usingSubscription"
|
||
|
label="&usingSubscription.label;"
|
||
|
accesskey="&usingSubscription.accesskey;"/>
|
||
|
|
||
|
<checkbox amsa_persist="true" id="dualUseFolders"
|
||
|
label="&dualUseFolders.label;"
|
||
|
accesskey="&dualUseFolders.accesskey;"/>
|
||
|
|
||
|
<checkbox amsa_persist="true" id="useIdle"
|
||
|
label="&useIdle.label;"
|
||
|
accesskey="&useIdle.accesskey;"/>
|
||
|
|
||
|
<separator class="groove"/>
|
||
|
<row>
|
||
|
<hbox align="center">
|
||
|
<label control="maximumConnectionsNumber"
|
||
|
value="&maximumConnectionsNumber.label;"
|
||
|
accesskey="&maximumConnectionsNumber.accesskey;"/>
|
||
|
<textbox amsa_persist="true" size="3" id="maximumConnectionsNumber"/>
|
||
|
</hbox>
|
||
|
</row>
|
||
|
|
||
|
<separator class="groove"/>
|
||
|
<description>&namespaceDesc.label;</description>
|
||
|
<grid>
|
||
|
<columns>
|
||
|
<column/>
|
||
|
<column/>
|
||
|
<column/>
|
||
|
</columns>
|
||
|
<rows>
|
||
|
<row>
|
||
|
<separator class="indent"/>
|
||
|
<label control="personalNamespace" value="&personalNamespace.label;"
|
||
|
accesskey="&personalNamespace.accesskey;"/>
|
||
|
<textbox amsa_persist="true" id="personalNamespace" />
|
||
|
</row>
|
||
|
<row>
|
||
|
<separator class="indent"/>
|
||
|
<label control="publicNamespace" value="&publicNamespace.label;"
|
||
|
accesskey="&publicNamespace.accesskey;"/>
|
||
|
<textbox amsa_persist="true" id="publicNamespace"/>
|
||
|
</row>
|
||
|
<row>
|
||
|
<separator class="indent"/>
|
||
|
<label control="otherUsersNamespace" value="&otherUsersNamespace.label;"
|
||
|
accesskey="&otherUsersNamespace.accesskey;"/>
|
||
|
<textbox amsa_persist="true" id="otherUsersNamespace"/>
|
||
|
</row>
|
||
|
</rows>
|
||
|
</grid>
|
||
|
<grid>
|
||
|
<columns>
|
||
|
<column/>
|
||
|
<column/>
|
||
|
</columns>
|
||
|
<rows>
|
||
|
<row>
|
||
|
<separator class="indent"/>
|
||
|
<checkbox amsa_persist="true" id="overrideNamespaces"
|
||
|
label="&overrideNamespaces.label;"
|
||
|
accesskey="&overrideNamespaces.accesskey;"/>
|
||
|
</row>
|
||
|
</rows>
|
||
|
</grid>
|
||
|
</vbox>
|
||
|
|
||
|
|
||
|
<!-- POP3 Panel -->
|
||
|
<vbox id="pop3Panel">
|
||
|
<description flex="1">&pop3Desc.label;</description>
|
||
|
<hbox align="center">
|
||
|
<radiogroup id="folderStorage" orient="horizontal" amsa_persist="true">
|
||
|
<rows>
|
||
|
<row>
|
||
|
<radio value="1" id = "accountDirectory" label="&accountDirectory.label;"
|
||
|
accesskey="&accountDirectory.accesskey;"
|
||
|
oncommand="updateInboxAccount(false, false)" />
|
||
|
</row>
|
||
|
<row align = "center">
|
||
|
<radio value="0" id = "globalInbox" label="&globalInbox.label;"
|
||
|
oncommand="updateInboxAccount(false, true)"
|
||
|
accesskey="&globalInbox.accesskey;"/>
|
||
|
</row>
|
||
|
<row>
|
||
|
<radio value="2" id = "deferToServer" label="&deferToServer.label;"
|
||
|
accesskey="&deferToServer.accesskey;"
|
||
|
oncommand="updateInboxAccount(true, true)"/>
|
||
|
<menulist id="deferedServerFolderPicker" />
|
||
|
</row>
|
||
|
</rows>
|
||
|
</radiogroup>
|
||
|
</hbox>
|
||
|
|
||
|
<separator class="thin"/>
|
||
|
|
||
|
<checkbox amsa_persist="true" id="deferGetNewMail"
|
||
|
label="&deferGetNewMail.label;"
|
||
|
accesskey="&deferGetNewMail.accesskey;"/>
|
||
|
</vbox>
|
||
|
</dialog>
|