Closed Bug 94517 Opened 23 years ago Closed 23 years ago

Cannot store messages in IMAP Folder

Categories

(MailNews Core :: Networking: IMAP, defect)

x86
Linux
defect
Not set
major

Tracking

(Not tracked)

VERIFIED DUPLICATE of bug 27002
mozilla0.9.4

People

(Reporter: dgreer, Assigned: cavin)

Details

Just upgraded from 0.92 to 0.93 and I can no longer store Sent mail on the
IMAP server.  Says that my server issued a "permission denied" message.
  Here's an excerpt from the session log (on Cyrus version 1.6.13):
-------------------------
6 list "" "Sent"
(6 OK Completed
7 create "Sent"
 
7 NO Permission denied
-------------------------
  I'm afraid I don't have a copy of a working IMAP request from the previous
versions.
  Don
dgreer, can you attach an imap log for the whole session? This sounds like a
nasty problem between us and cyrus servers. Here are directions for generating
the imap log although given the snippet you posted you may already know how to
do this:

http://www.mozilla.org/quality/mailnews/mail-troubleshoot.html#imap
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
I believe this is a problem with us not honoring namespaces on your server when
creating a sent folder. 

you can see from your log excerpt that we properly detect folders like Drafts, etc:
* LSUB () "." "INBOX.Drafts"
* LSUB () "." "INBOX.Mail" 

However when we create a sent folder for you, we aren't adding the INBOX.
namespace to the command:

10 OK Completed
11 list "" "Sent"
(11 OK Completed
12 create "Sent"

12 NO Permission denied
13 logout
S* BYE LOGOUT received
13 OK Completed 

I believe our enteprise group is probably going to be interested in seeing this
fixed. Re-assigning to Cavin. 

Assignee: mscott → cavin
Status: ASSIGNED → NEW
Keywords: nsenterprise
Target Milestone: --- → mozilla0.9.4
I see the same thing running 2001080810 on Linux against courier imap server 0.30.
This sounds like a similar problem as #27002.

Reporter, is it true that 0.92 used to work and 0.93 breaks it and that you did
not change any prefs setting when upgrading to 0.93? I'm curious to know about
your 'fcc_folder' setting in the prefs.js file? This setting looks something like:

 user_pref("mail.identity.id1.fcc_folder", "imap://user@host.com/Sent");

mscott is right about the cause of the problem and I need to know if this is a
regression bug or not.  Ccing bnievenu in case he knows any changes that might
have affected this.
Yes. This is dup of bug 91398 (which is dup of 27002)
I believe this is because of the fix from bug 23625.
Marking as dup of bug 27002.
Please see bug 27002 latest comments since after bug 23625 fix, bug 91398 has
been dup of bug 27002 and the status has been updated from bug 27002.

*** This bug has been marked as a duplicate of 27002 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Verified as dup.
Status: RESOLVED → VERIFIED
Product: MailNews → Core
Product: Core → MailNews Core
You need to log in before you can comment on or make changes to this bug.