Closed Bug 73499 Opened 23 years ago Closed 23 years ago

[CCK]Need to support prefs, "leave_on_server", as a pop3 server in RDF ds

Categories

(SeaMonkey :: MailNews: Account Configuration, defect, P2)

Tracking

(Not tracked)

RESOLVED FIXED
mozilla0.9.2

People

(Reporter: tao, Assigned: racham)

References

Details

(Whiteboard: [nsbeta1+]Havefix)

Attachments

(1 file)

As of now, this POP3 server pref is not supported in RDF datasource. The
consequence is that we can't conifgure a new POP3 mail account by specifying 
this pref in fooISP.rdf.
Blocks: 38392
Blocks: 38932
No longer blocks: 38392
Tao, do you have a list of all highest priority items you need supported?
How about marking the severity field as "major" as an indication?

Add [CCK] to the summary field for reference.
Summary: Need to support prefs, "leave_on_server", as a pop3 server in RDF ds → [CCK]Need to support prefs, "leave_on_server", as a pop3 server in RDF ds
Status: NEW → ASSIGNED
Keywords: nsbeta1
Blocks: 7579
marking nsbeta1+
Whiteboard: [nsbeta1+]
Target Milestone: --- → mozilla0.9
Priority: -- → P2
moving to mozilla0.9.1
Target Milestone: mozilla0.9 → mozilla0.9.1
Adding Bob and Shruti to the cc list. I will try post the patch tonight.
moving to 0.9.2.  If this can get fixed in 0.9.1 that's ok, too.
Target Milestone: mozilla0.9.1 → mozilla0.9.2
Here is how you add customization for leaving messages and deleting messages 
when deleted locally. 

Shruti is working on adding these customizations in ISP's rdf file and the 
following syntax should be familiar with following syntax.

             <NC:rememberPassword>false</NC:rememberPassword>
+            <NC:ServerType-pop3>
+              <NC:nsIPopIncomingServer>
+                <NC:leaveMessagesOnServer>true</NC:leaveMessagesOnServer>
+                <NC:deleteMailLeftOnServer>false</NC:deleteMailLeftOnServer>
+              </NC:nsIPopIncomingServer>
+            </NC:ServerType-pop3>
           </NC:nsIMsgIncomingServer>

Above details are going under incomingServer section.

&

Other customizations, viz., 

         <NC:wizardPromote>true</NC:wizardPromote>
+        <NC:wizardShow>true</NC:wizardShow>
+        <NC:emailProviderName>Fred's ISP</NC:emailProviderName>
+        <NC:sampleEmail>username@fred.com</NC:sampleEmail>
+        <NC:sampleUserName>username</NC:sampleUserName>
+        <NC:emailIDDescription>user name</NC:emailIDDescription>
+        <NC:emailIDFieldTitle>User Name:</NC:emailIDFieldTitle>
+        
<NC:showServerDetailsOnWizardSummary>false</NC:showServerDetailsOnWizardSummary> 
 
       </NC:nsIMsgAccount>

allows ISp to customize the identity page in the account wizard.

This is pretty a safe change. It is not going hurt the build. This one is just 
an example file designed for ISPs to follow and build their own rdf file. So, it 
is a lot of addded value.

Adding Seth to cc list.
errata :

Shruti is working on adding these customizations in ISP's rdf file and the 
following syntax should be familiar with following syntax.

->

Shruti is working on adding these customizations in ISP's rdf file and she is 
familiar with following syntax.

bhuvan
Whiteboard: [nsbeta1+] → [nsbeta1+]Havefix
According to johng, "OK to miss by beta - at a minimum we need a way for 
distributors to manually customize this pref at rtm."
sr=sspitzer, as long as all the new options in example.rdf work.
I tested those options, they set the preferences (on/off) based on the boolean 
values in the rdf file.
Bhuvan,
Thanks for the quick update in providing "leaveMessagesOnServer" option.
Fixed.

Please refer to 
http://lxr.mozilla.org/seamonkey/source/mailnews/base/ispdata/example.rdf
for customizing ISP settings.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
reassigning QA to blee, this is a CCK bug.  Bon-Shik  please let me know if this 
is not your bug to verify.  
QA Contact: esther → blee
QA Contact: blee → shrutiv
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: