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 |
State ⇒ Resolved
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
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ Mailbox names with spaces cause exception when viewing attachements
Type ⇒ Bug
State ⇒ Unconfirmed
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`.