Bug #359900 --> ship gmail.rdf in Thunderbird. remove obsolete rdf files (example and nswebmail)

sr=bienvenu
This commit is contained in:
scott%scott-macgregor.org 2007-01-04 04:19:08 +00:00
Родитель d9ab26e2ad
Коммит d4970e6f1a
6 изменённых файлов: 70 добавлений и 5 удалений

Просмотреть файл

@ -79,6 +79,8 @@ bin\defaults\profile\localstore.rdf
bin\defaults\profile\prefs.js
bin\defaults\profile\mimeTypes.rdf
bin\isp\gmail.rdf
bin\components\addrbook.xpt
bin\components\mime.xpt
bin\components\mailnews.xpt
@ -279,7 +281,7 @@ bin\components\txmgr.xpt
; Optional - only if your code uses nsIWebBrowserFind
bin\components\txtsvc.xpt
; moz storage
; moz storage
bin\components\storage.xpt
; netwerk

Просмотреть файл

@ -49,7 +49,7 @@ EXPORT_DIR = $(DIST)/bin/defaults/isp
EXPORT_DIR_L10N = $(DIST)/bin/defaults/isp/$(AB_CD)
endif
EXPORT_RESOURCE_FILES = \
EXPORT_RESOURCE_FILES = gmail.rdf \
$(NULL)
ifdef MOZ_MOVEMAIL

Просмотреть файл

@ -1,4 +1,4 @@
example.rdf is probably old and out of date
gmail.rdf is up to date and is a good example to use for POP3
dotmac.rdf is up to date and is a good example to use for IMAP
movemail.rdf is new, from pkw@us.ibm.com
nswebmail.rdf is pretty up to date, used by Netscape 7.x
aol.rdf is pretty up to date, used by Netscape 7.x
aol.rdf is a bad example, it was used by Netscape 7.x

Просмотреть файл

63
mailnews/base/ispdata/gmail.rdf Executable file
Просмотреть файл

@ -0,0 +1,63 @@
<?xml version="1.0"?>
<!DOCTYPE RDF>
<RDF:RDF
xmlns:NC="http://home.netscape.com/NC-rdf#"
xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<RDF:Description about="NC:ispinfo">
<NC:providers>
<NC:nsIMsgAccount about="domain:gmail.com">
<!-- pop3 server info -->
<NC:incomingServer>
<NC:nsIMsgIncomingServer>
<NC:prettyName>Gmail</NC:prettyName>
<NC:hostName>pop.gmail.com</NC:hostName>
<NC:type>pop3</NC:type>
<NC:ServerType-pop3>
<NC:nsIPopIncomingServer>
<NC:leaveMessagesOnServer>true</NC:leaveMessagesOnServer>
<NC:deleteMailLeftOnServer>false</NC:deleteMailLeftOnServer>
</NC:nsIPopIncomingServer>
</NC:ServerType-pop3>
<NC:loginAtStartUp>true</NC:loginAtStartUp>
<NC:downloadOnBiff>true</NC:downloadOnBiff>
<NC:rememberPassword>true</NC:rememberPassword>
<NC:port>995</NC:port>
<NC:socketType>3</NC:socketType>
</NC:nsIMsgIncomingServer>
</NC:incomingServer>
<!-- smtp server info -->
<NC:smtp>
<NC:nsISmtpServer>
<NC:hostname>smtp.gmail.com</NC:hostname>
<NC:port>587</NC:port>
<NC:trySSL>3</NC:trySSL>
<NC:description>Gmail</NC:description>
</NC:nsISmtpServer>
</NC:smtp>
<NC:smtpRequiresUsername>true</NC:smtpRequiresUsername>
<NC:smtpCreateNewServer>true</NC:smtpCreateNewServer>
<NC:smtpUsePreferredServer>true</NC:smtpUsePreferredServer>
<!-- identity defaults -->
<NC:identity>
<NC:nsIMsgIdentity>
</NC:nsIMsgIdentity>
</NC:identity>
<!-- other options -->
<NC:wizardSkipPanels>true</NC:wizardSkipPanels>
<NC:wizardShortName>Gmail</NC:wizardShortName>
<NC:wizardLongName>Gmail</NC:wizardLongName>
<NC:wizardShow>true</NC:wizardShow>
<NC:wizardPromote>true</NC:wizardPromote>
<NC:emailProviderName>Gmail</NC:emailProviderName>
<NC:sampleEmail>example@gmail.com</NC:sampleEmail>
<NC:sampleUserName>example</NC:sampleUserName>
<NC:emailIDDescription>Gmail Username:</NC:emailIDDescription>
<NC:showServerDetailsOnWizardSummary>true</NC:showServerDetailsOnWizardSummary>
</NC:nsIMsgAccount>
</NC:providers>
</RDF:Description>
</RDF:RDF>

Просмотреть файл