blob: 901b234b8b188c5cde74cf0896adb47ee33913d1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
|
<?xml version="1.0"?>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<!DOCTYPE RDF
[
<!ENTITY aol.wizardLongName "AOL account (For example, jsmith@aol.com)">
<!ENTITY aol.emailIDFieldTitle "Screen Name:">
<!ENTITY aol.emailIDDescription "screen name">
<!ENTITY aol.prettyName "AOL Mail">
]
>
<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:aol.com">
<!-- server info -->
<NC:incomingServer>
<NC:nsIMsgIncomingServer>
<NC:prettyName>&aol.prettyName;</NC:prettyName>
<NC:hostName>imap.mail.aol.com</NC:hostName>
<NC:type>imap
<NC:ServerType-imap>
<NC:nsIImapIncomingServer>
<NC:deleteModel>2</NC:deleteModel>
</NC:nsIImapIncomingServer>
</NC:ServerType-imap>
</NC:type>
<NC:offlineSupportLevel>0</NC:offlineSupportLevel>
<NC:defaultCopiesAndFoldersPrefsToServer>false</NC:defaultCopiesAndFoldersPrefsToServer>
<NC:canCreateFoldersOnServer>false</NC:canCreateFoldersOnServer>
<NC:canCompactFoldersOnServer>false</NC:canCompactFoldersOnServer>
<NC:canUndoDeleteOnServer>false</NC:canUndoDeleteOnServer>
<NC:canSearchMessages>false</NC:canSearchMessages>
<NC:canFileMessagesOnServer>false</NC:canFileMessagesOnServer>
<NC:canEmptyTrashOnExit>false</NC:canEmptyTrashOnExit>
<NC:isSecureServer>false</NC:isSecureServer>
<NC:canSearchMessages>false</NC:canSearchMessages>
</NC:nsIMsgIncomingServer>
</NC:incomingServer>
<!-- identity defaults -->
<NC:identity>
<NC:nsIMsgIdentity>
<NC:composeHtml>true</NC:composeHtml>
<NC:doFcc>false</NC:doFcc>
</NC:nsIMsgIdentity>
</NC:identity>
<NC:smtp>
<NC:nsISmtpServer>
<NC:hostname>smtp.aol.com</NC:hostname>
</NC:nsISmtpServer>
</NC:smtp>
<!-- other options... see http://www.mozilla.org/mailnews/?? -->
<NC:smtpRequiresUsername>true</NC:smtpRequiresUsername>
<NC:smtpCreateNewServer>true</NC:smtpCreateNewServer>
<NC:smtpUsePreferredServer>true</NC:smtpUsePreferredServer>
<NC:wizardSkipPanels>true</NC:wizardSkipPanels>
<NC:wizardShortName>AOL</NC:wizardShortName>
<NC:wizardLongName>&aol.wizardLongName;</NC:wizardLongName>
<NC:wizardShow>true</NC:wizardShow>
<NC:wizardPromote>true</NC:wizardPromote>
<NC:emailProviderName>AOL</NC:emailProviderName>
<NC:sampleEmail>screenname@aol.com</NC:sampleEmail>
<NC:sampleUserName>screenname</NC:sampleUserName>
<NC:emailIDDescription>&aol.emailIDDescription;</NC:emailIDDescription>
<NC:emailIDFieldTitle>&aol.emailIDFieldTitle;</NC:emailIDFieldTitle>
<NC:showServerDetailsOnWizardSummary>false</NC:showServerDetailsOnWizardSummary>
</NC:nsIMsgAccount>
</NC:providers>
</RDF:Description>
</RDF:RDF>
|