Closed
Bug 22349
Opened 24 years ago
Closed 24 years ago
FCC not working on Cyrus IMAP
Categories
(MailNews Core :: Networking, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
M14
People
(Reporter: edwin, Assigned: jefft)
Details
(Whiteboard: [PDT+] Verified for all the platforms)
FCC is not working for me on Cyrus. According to lchiang it is working for her (on a non Cyrus imap server). The following error is displayed: > The current command did not succeed. > The mailserver responded: Mailbox does not exist The line in prefs.js is this one: > user_pref("mail.identity.id1.fcc_folder", "imap://edwin@130.89.234.74/INBOX/Sent"); This may be related to: http://bugzilla.mozilla.org/show_bug.cgi?id=19229 (the pref should be INBOX.Sent instead of INBOX/Sent)
Comment 1•24 years ago
|
||
This may already be fixed since bienvenu fixed Bug #19229 where we weren't paying attention to the online folder hierarchy delimiter for Cyrus Servers. jefft has volunteered to take a look at this. Thanks Jeff!
Assignee: mscott → jefft
Target Milestone: M14
I have a fix for bug 24667, bug 22349, bug 23588, & bug 24715. I'll check in once I got a review. To test you need to remove the following namespace entries for your Cyrus server: user_pref("mail.server.server5.namespace.other_users", ""); user_pref("mail.server.server5.namespace.public", ""); and add/modify the following entry: user_pref("mail.server.server5.namespace.personal", "Inbox."); Unfortunately, we don't have UI for it now.
Fix checked in.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 6•24 years ago
|
||
OK on both Linux & WinNT platform on today's 02-04-08/10-M14 commercial build. Need to verify on Mac later since I have the Mac hardware probelem....
Comment 8•24 years ago
|
||
Pass by retesting on Mac 02-07-08-M14 mozilla build w/NEW PROFILE & existing draft/template folders w/added personal namespace on prefs.js only: Marking as verified!! P.S.There was bug#27002 logged for IMAP Cyrus migration problems for default folders.
Status: RESOLVED → VERIFIED
Whiteboard: [PDT+] → [PDT+] Verified for all the platforms
Updated•19 years ago
|
Product: MailNews → Core
Updated•15 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•