I have noted a problem with the IMAP support in mutt 1.3.25i (and
earlier 1.3 versions)

When configuring mutt to use save_name with a folder directory on an
IMAP server it fails to locate the IMAP-folder for the user and ends
up saving the message in the record folder.

I have seen the following error messages:

  Permission denied: /jan
  Can't open /ekolin: not a selectable mailbox


Has anybody else encoutered this problem?


Relevant parts of .muttrc:

set folder="imap:[EMAIL PROTECTED]/"
set record=+sent
set save_name=yes
set force_name=no


Output from .muttdebug when it sending a mail to myself which should
have been Fcc:d to 

  imap:[EMAIL PROTECTED]/ekolin

but ends up in 

  imap:[EMAIL PROTECTED]/sent


Mutt 1.3.25i started at Wed Jan 16 09:41:49 2002
.
Debugging at level 4.

Using default IMAP port 143
Using default IMAPS port 993
mutt_alloc_color(): Color pairs used so far: 1
mutt_alloc_color(): Color pairs used so far: 2
mutt_alloc_color(): Color pairs used so far: 3
mutt_alloc_color(): Color pairs used so far: 4
mutt_alloc_color(): Color pairs used so far: 5
mutt_alloc_color(): Color pairs used so far: 6
mutt_alloc_color(): Color pairs used so far: 7
mutt_alloc_color(): Color pairs used so far: 8
mutt_alloc_color(): Color pairs used so far: 9
mutt_alloc_color(): Color pairs used so far: 10
mutt_alloc_color(): Color pairs used so far: 11
mutt_alloc_color(): Color pairs used so far: 12
imap_cmd_step: grew buffer to 512 bytes
< * OK [CAPABILITY IMAP4REV1 LOGIN-REFERRALS STARTTLS AUTH=LOGIN] 
neruda.got.gatespace.com IMAP4rev1 2001.315 at Wed, 16 Jan 2002 09:41:48 +0100 (CET)
> a0000 CAPABILITY
< * CAPABILITY IMAP4REV1 IDLE NAMESPACE MAILBOX-REFERRALS SCAN SORT THREAD=REFERENCES 
THREAD=ORDEREDSUBJECT MULTIAPPEND LOGIN-REFERRALS STARTTLS AUTH=LOGIN
Handling CAPABILITY
< a0000 OK CAPABILITY completed
imap_authenticate: Using any available method.
Sending LOGIN command for ekolin...
< a0001 OK [CAPABILITY IMAP4REV1 IDLE NAMESPACE MAILBOX-REFERRALS SCAN SORT 
THREAD=REFERENCES THREAD=ORDEREDSUBJECT MULTIAPPEND] User ekolin authenticated
> a0002 LIST "" ""
< * LIST (\NoSelect) "/" ""
< a0002 OK LIST completed
Delimiter: /
> a0003 SELECT "INBOX"
< * 87 EXISTS
Handling EXISTS
cmd_handle_untagged: New mail in INBOX - 87 messages total.
< * 0 RECENT
< * OK [UIDVALIDITY 942934710] UID validity status
< * OK [UIDNEXT 38708] Predicted next UID


.....


> a0006 STATUS "/ekolin" (UIDVALIDITY)
< * NO Can't open /ekolin: not a selectable mailbox
Handling untagged NO
Can't open /ekolin: not a selectable mailbox
< a0006 NO STATUS failed: Can't open /ekolin: not a selectable mailbox
imap_access: Can't check STATUS of "/ekolin"
> a0007 STATUS "ekolin" (UIDVALIDITY)
< * STATUS ekolin (UIDVALIDITY 942934557)
< a0007 OK STATUS completed
> a0008 APPEND "ekolin" (\Seen) {517}
< + Ready for argument
> Date: Wed, 16 Jan 2002 09:42:39 +0100
From: Gunnar Ekolin <[EMAIL PROTECTED]>
To: Gunnar Ekolin <[EMAIL PROTECTED]>
Subject: test
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.3.25i
Status: RO

tesras
-- 
Gunnar Ekolin, Gatespace AB, [EMAIL PROTECTED]
Phone:   +46-31 743 98 19        (CR&T): +46-31 701 42 19   
Telefax: +46-31 711 64 16        Mobile: +46-70 796 77 19        
> 
< a0008 OK APPEND completed
mx_close_message (): unlinking /tmp/mutt-porter-18984-2

Note that this time the message was actually saved in the apprpriate
place, but when I get the 'Permission denied /user' message it ends
upp in the record folder.

Gunnar Ekolin

-- 
Gunnar Ekolin, Gatespace AB, [EMAIL PROTECTED]

Reply via email to