[Tickets #9607] Sent does not exit
bugs at horde.org
bugs at horde.org
Mon Feb 28 08:23:30 UTC 2011
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/h/whups/ticket/9607
------------------------------------------------------------------------------
Ticket | 9607
Created By | rsalmon at mbpgroup.com
Summary | Sent does not exit
Queue | IMP
Version | Git master
Type | Bug
State | Unconfirmed
Priority | 1. Low
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
rsalmon at mbpgroup.com (2011-02-28 08:23) wrote:
I use courier-imap and $_prefs['sent_mail_folder']['value'] => 'Sent'
Since the recent changes in git, when I compose a new message, I get
the following error :
'The folder "Sent" was not created. This is what the server said: IMAP
error: Invalid mailbox name.'
This is the imap debug log :
(1298880203.6576) S: * OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN
NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE
SMAP1 KEYWORDS ACL ACL2=UNION STARTTLS] Courier-IMAP ready. Copyright
1998-2010 Double Precision, Inc. See COPYING for distribution
information.
(1298880203.6592) C: [LOGIN Command - username: rsalmon]
(1298880203.6752) S: 1 OK LOGIN Ok.
(1298880203.6756) C: 2 EXAMINE INBOX.Drafts
(1298880203.7242) S: * FLAGS (\Draft \Answered \Flagged \Deleted \Seen
\Recent)
(1298880203.7246) S: * OK [PERMANENTFLAGS ()] No permanent flags permitted
(1298880203.7248) S: * 0 EXISTS
(1298880203.7249) S: * 0 RECENT
(1298880203.7251) S: * OK [UIDVALIDITY 1253026356] Ok
(1298880203.7252) S: * OK [MYRIGHTS "1acdilrsw"] ACL
(1298880203.7253) S: 2 OK [READ-ONLY] Ok
(1298880203.7259) C: 3 EXAMINE Sent
(1298880203.7661) S: 3 NO Mailbox does not exist, or must be subscribed to.
(1298880203.7874) C: 4 LIST "" INBOX.*
(1298880203.8347) S: * LIST (\HasNoChildren) "." "INBOX.Sent-11-2010"
(1298880203.8639) S: * LIST (\HasNoChildren) "." "INBOX.Sent"
(1298880203.8359) S: * LIST (\HasNoChildren) "." "INBOX.Trash"
(1298880204.3629) C: 7 LIST "" INBOX
(1298880204.4037) S: * LIST (\Marked \HasChildren) "." "INBOX"
(1298880204.4041) S: 7 OK LIST completed
(1298880204.5859) C: 8 LSUB "" Sent
(1298880204.6260) S: 8 OK LSUB completed
(1298880204.6263) C: 9 LIST "" Sent
(1298880204.6662) S: 9 OK LIST completed
(1298880204.6700) C: 10 LSUB "" Sent
(1298880204.7100) S: 10 OK LSUB completed
(1298880204.7103) C: 11 LIST "" Sent
(1298880204.7502) S: 11 OK LIST completed
(1298880204.7506) C: 12 CREATE Sent
(1298880204.7900) S: 12 NO Invalid mailbox name.
(1298880204.9854) C: 13 LOGOUT
(1298880205.0249) S: * BYE Courier-IMAP server shutting down
(1298880205.0252) S: 13 OK LOGOUT completed
It looks like IMP is looking for "Sent" instead of "INBOX.Sent".
More information about the bugs
mailing list