Closed
Bug 16540
Opened 25 years ago
Closed 25 years ago
4.x Pop3 specific prefs not being heeded.
Categories
(MailNews Core :: Networking, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
M11
People
(Reporter: jefft, Assigned: jefft)
References
Details
For example, mail.auth_login, mail.dot_fix, mail.leave_on_server,
mail.limit_message_size, mail.max_size. These prefs may need to be account
specific too.
leave_on_server has been migrating for at least the last few builds as far as I
can see. Unless I'm not understanding you fully... in my instances POP
migrates mail.leave_on_server to a mail.server.server1.leave_on_server pref
Updated•25 years ago
|
Assignee: mscott → sspitzer
Comment 2•25 years ago
|
||
re-assign to me, as I'm taking care of pref migration.
Updated•25 years ago
|
Assignee: sspitzer → mscott
Summary: 4.x Pop3 specific prefs not completly migrate over → 4.x Pop3 specific prefs not being heeded.
Comment 3•25 years ago
|
||
re-assign back to mscott.
I misunderstood.
changing summary to reflect the problem.
FYI: limit_message_size and max_size migrate into prefs.js with correct values.
The seamonkey prefs UI picks up enabled state, but doesn't pick up max_size.
Comment 5•25 years ago
|
||
max_size isn't implemented right now I think.
(that's what was truncating messages a while back when jefft fixed it)
Updated•25 years ago
|
Assignee: mscott → jefft
Comment 6•25 years ago
|
||
I think jefft mentioned that he was going to look into this for me.
re-assiging to jefft. (jeff just send it back to me if i was mistaken)
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
4.x Pop3 has been ported over as server specific prefs.
nsIPop3IncomingServer.idl, nsPop3IncomingServer.cpp, nsPop3IncomingServer.h,
nsPop3Protocol.cpp nsPop3Protocol.h modified.
Prefs.js written/engaging with UI for POP3 prefs as I can tell in general.
Specific problems will be logged as separate issues.
OK using 1999-11-09-11m11 commercial build NT 4.0 and linux 6.0
OK using 1999-11-09-16m11 commercial build mac OS 8.5.1.
Comment 10•25 years ago
|
||
To clarify, this bug doesn't mean that all the POP3 server functionality is
working, this was just to get the prefs.js engaging.
Specific functionality and/or UI or prefs.js problems will be logged separately.
Updated•20 years ago
|
Product: MailNews → Core
Updated•16 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•