Summary | IMSP address books with spaces in the name do not display properly in Turba |
Queue | Horde Framework Packages |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | mrubinsk (at) horde (dot) org |
Requester | stephen (at) unc (dot) edu |
Created | 01/31/2005 (7458 days ago) |
Due | |
Updated | 02/11/2005 (7447 days ago) |
Assigned | 02/07/2005 (7451 days ago) |
Resolved | 02/11/2005 (7447 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
State ⇒ Feedback
State ⇒ Assigned
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ IMSP address books with spaces in the name do not display properly in Turba
Queue ⇒ Horde Framework Packages
Net/IMSP/Book.php does not take into account the possibility that
people might name their IMSP address books with spaces. I don't name
mine with spaces but my users do.
The IMSP server response for getting all of the address books shows
that address books with spaces are returned surrounded by quotes.
Example:
* ADDRESSBOOK () "." sbraswe1.sb_test
* ADDRESSBOOK () "." "sbraswe1.space test"
* ADDRESSBOOK () "." sbraswe1.test
I saw a line in Book.php that does a split based on a space and I
wonder if that might be part of the problem as well as the need to
strip out the quotes included in the server response.
If you require more information, let me know.