| Summary | text email URL decoding enhancement |
| Queue | Horde Framework Packages |
| Queue Version | FRAMEWORK_3 |
| Type | Enhancement |
| State | Resolved |
| Priority | 2. Medium |
| Owners | Horde Developers (at) , slusarz (at) horde (dot) org |
| Requester | Benoit.Branciard (at) univ-paris1 (dot) fr |
| Created | 10/12/2006 (6967 days ago) |
| Due | 10/12/2006 (6967 days ago) |
| Updated | 10/13/2006 (6966 days ago) |
| Assigned | 10/13/2006 (6966 days ago) |
| Resolved | 10/13/2006 (6966 days ago) |
| Milestone | |
| Patch | No |
State ⇒ Resolved
Assigned to
State ⇒ Assigned
New Attachment: emails.UP1-2.diff
(harmless) typo and re-inserts the "warning-disable-magic" (@). Sorry...
Priority ⇒ 2. Medium
Type ⇒ Enhancement
Summary ⇒ text email URL decoding enhancement
Due ⇒ 10/12/2006
Queue ⇒ Horde Framework Packages
New Attachment: emails.UP1.diff
State ⇒ New
"mailto:" pseudo-URL located in a text message.
This causes for example "%20"'s in subject not being expanded to
spaces when the user pops up a mail compose window by clicking on the
link.
The following patch addresses this problem. It applies on the
"lib/Horde/Text/Filter/emails.php" file of the Horde 3.1.3 release, as
well as the "Text_Filter/Filter/emails.php" file of the
framework-HEAD-2006-10-11.tar.gz package.
I made the URL-decoding happen on each parameter/value pair after
parameter splitting rather than on the entire parameter string, to
avoid unwanted splitting on encoded "=" or "&".