6.0.0-alpha14
7/2/25

[#8803] Mailbox names with spaces cause exception when viewing attachements
Summary Mailbox names with spaces cause exception when viewing attachements
Queue IMP
Queue Version Git master
Type Bug
State Resolved
Priority 1. Low
Owners slusarz (at) horde (dot) org
Requester mrubinsk (at) horde (dot) org
Created 12/27/2009 (5666 days ago)
Due
Updated 12/31/2009 (5662 days ago)
Assigned
Resolved 12/31/2009 (5662 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
12/31/2009 08:16:51 AM Michael Slusarz Assigned to Michael Slusarz
State ⇒ Resolved
 
12/31/2009 08:16:34 AM CVS Commit Comment #2 Reply to this comment
Changes have been made in Git for this ticket:

Bug #8803: Fix urlencoding of parameters.
http_build_query() does urlencode()-ish encoding, not rawurlencode()-ish
encoding. We need the latter to ensure that we always handle spaces
correctly (i.e. javascript code does not like '+' encoding for spaces -
it wants '%20' instead).

http://git.horde.org/diff.php/framework/Core/lib/Horde.php?rt=horde-git&r1=0aae6d32cd3fb633626e21224c9b24eb7b250807&r2=674073b5951b1cdba9c274ecac976df94c7c7779
12/27/2009 04:28:14 PM Michael Rubinsky Comment #1
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ Mailbox names with spaces cause exception when viewing attachements
Type ⇒ Bug
State ⇒ Unconfirmed
Reply to this comment
When trying to view an image attachment by clicking on the link in the 
email, a Horde_Exception is thrown in IMP_Contents after it catches a 
Horde_Imap_Client_Exception.  The error message from the imap 
exception is:

IMAP error: Mailbox doesn't exist: Horde+ListsError displaying message.

The mailbox I am viewing the attachment out of is `Horde Lists`.

Saved Queries