| Summary | Trying to create folder in wrong namespace |
| Queue | IMP |
| Queue Version | Git master |
| Type | Bug |
| State | Resolved |
| Priority | 3. High |
| Owners | slusarz (at) horde (dot) org |
| Requester | jan (at) horde (dot) org |
| Created | 09/25/2012 (4792 days ago) |
| Due | |
| Updated | 10/15/2012 (4772 days ago) |
| Assigned | 09/27/2012 (4790 days ago) |
| Resolved | 09/28/2012 (4789 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
commit 56d64e1477579a8522daa4bc14bcbb7bc4d445b0
Author: Michael M Slusarz <slusarz@horde.org>
Date: Thu Sep 27 15:56:07 2012 -0600
Bug #11450: Believe this fixes parsing the shared namespace(s).../Imap_Client/lib/Horde/Imap/Client/Socket.php | 3 +-
.../test/Horde/Imap/Client/SocketTest.php | 11 +++
.../test/Horde/Imap/Client/Stub/Socket.php | 10 +++
.../test/Horde/Imap/Client/TokenizeTest.php | 71
++++++++++++++++++++
4 files changed, 94 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/56d64e1477579a8522daa4bc14bcbb7bc4d445b0
State ⇒ Resolved
the refactoring, but I'll report this separately.
commit 56d64e1477579a8522daa4bc14bcbb7bc4d445b0
Author: Michael M Slusarz <slusarz@horde.org>
Date: Thu Sep 27 15:56:07 2012 -0600
Bug #11450: Believe this fixes parsing the shared namespace(s).../Imap_Client/lib/Horde/Imap/Client/Socket.php | 3 +-
.../test/Horde/Imap/Client/SocketTest.php | 11 +++
.../test/Horde/Imap/Client/Stub/Socket.php | 10 +++
.../test/Horde/Imap/Client/TokenizeTest.php | 71
++++++++++++++++++++
4 files changed, 94 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/56d64e1477579a8522daa4bc14bcbb7bc4d445b0
Priority ⇒ 3. High
* NAMESPACE (("INBOX." ".")) (("user." ".")) (("" "."))
It results in Horde_Imap_Client_Mailbox objects with the mailbox names
INBOX., user., and again user.
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Trying to create folder in wrong namespace
Queue ⇒ IMP
Assigned to Michael Slusarz
Milestone ⇒
Patch ⇒ No
State ⇒ Assigned
the full mailbox name if just "Foo". When opening a compose window, I
get an error message that the folder ".Foo" cannot be created.