[Tickets #5764] Re: renaming MIX format folders fails
bugs at bugs.horde.org
bugs at bugs.horde.org
Thu Oct 18 05:35:01 UTC 2007
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=5764
-----------------------------------------------------------------------
Ticket | 5764
Updated By | Michael Slusarz <slusarz at horde.org>
Summary | renaming MIX format folders fails
Queue | IMP
Version | 4.1.4
Type | Bug
-State | Feedback
+State | Not A Bug
Priority | 2. Medium
Owners | Michael Slusarz
-----------------------------------------------------------------------
Michael Slusarz <slusarz at horde.org> (2007-10-17 22:35) wrote:
>> Sounds like a broken IMAP server or c-client library. Michael?
>
> The format of folders on the IMAP server should be completely
> transparent to a MUA. So it sounds like UW-IMAP is incorrectly
> broadcasting both folder names - 'foo' and 'foo/'.
OK, definitely looks like that IMAP server is broken. Using the test
account, a list of all folders gives this:
a002 list "" *
* LIST (\NoInferiors \UnMarked) "/" junk-mail
* LIST () "/" sent
* LIST () "/" a
* LIST () "/" a/b
* LIST () "/" INBOX
A list of the 'a' folder gives the following:
a003 list "" a/%
* LIST () "/" a/
* LIST () "/" a/b
That 'a/' entry should not be there. It is not a valid folder. At the
very least it should have a '\Noselect' flag. But the IMAP server is
telling us it is a valid folder, so that's what we have to assume. We have
no way of knowing before we perform an operation on it whether that
operation will be successful or not.
More information about the bugs
mailing list