Summary | Sent does not exit |
Queue | IMP |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | rsalmon (at) mbpgroup (dot) com |
Created | 02/28/2011 (5239 days ago) |
Due | |
Updated | 03/02/2011 (5237 days ago) |
Assigned | 03/01/2011 (5238 days ago) |
Resolved | 03/02/2011 (5237 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Thanks.
Assigned to Michael Slusarz
State ⇒ Feedback
Bug #9607: Convert sent mail value from preference representationhttp://git.horde.org/horde-git/-/commit/4391cc1db3e8bae7d8b176cdfbe7bc7d778f96d7
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Sent does not exit
Queue ⇒ IMP
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
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".