зеркало из https://github.com/mozilla/gecko-dev.git
update examples for people looking to hook up ISPs to the account wizard (not part of build)
This commit is contained in:
Родитель
486def43b7
Коммит
4c3736fddd
|
@ -26,7 +26,7 @@ VPATH = @srcdir@
|
|||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
EXPORT_DIR = $(DIST)/bin/defaults/isp
|
||||
EXPORT_DIR = $(DIST)/bin/chrome/locales/en-US/messenger/locale/isp
|
||||
|
||||
EXPORT_RESOURCE_FILES = \
|
||||
aol.rdf \
|
||||
|
|
|
@ -4,17 +4,18 @@
|
|||
xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
|
||||
|
||||
<RDF:Description about="NC:ispinfo">
|
||||
<NC:provider>
|
||||
<NC:providers>
|
||||
<NC:nsIMsgAccount about="domain:aol.com">
|
||||
|
||||
<!-- server info -->
|
||||
<NC:incomingServer>
|
||||
<NC:nsIMsgIncomingServer>
|
||||
<NC:prettyName>AOL account</NC:prettyName>
|
||||
<NC:hostName>imap.aol.com</NC:hostName>
|
||||
<NC:hostName>imap.mail.aol.com</NC:hostName>
|
||||
<NC:type>imap</NC:type>
|
||||
<NC:rememberPassword>false</NC:rememberPassword>
|
||||
<NC:redirectorType>aol</NC:redirectorType>
|
||||
<NC:deleteModel>2</NC:deleteModel>
|
||||
</NC:nsIMsgIncomingServer>
|
||||
</NC:incomingServer>
|
||||
|
||||
|
@ -44,7 +45,7 @@
|
|||
<NC:wizardLongName>America Online</NC:wizardLongName>
|
||||
<NC:wizardPromote>true</NC:wizardPromote>
|
||||
</NC:nsIMsgAccount>
|
||||
</NC:provider>
|
||||
</NC:providers>
|
||||
</RDF:Description>
|
||||
|
||||
</RDF:RDF>
|
||||
|
|
Загрузка…
Ссылка в новой задаче