mail word wrapping breaks urls and other words
Bug #28649 reported by
Paul Sladen
This bug affects 17 people
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| Launchpad itself |
Triaged
|
Low
|
Unassigned | ||
Bug Description
Malone, the bug-tracking component of Launchpad keeps subscribers informed about the status of a bug by emailing them updates.
If a URL appears in this email that is longer than $length character (seen with 75) then the URL is word-wrapped, making it inconvient and hard to click on the link, eg:
http://
support_
The word-wrapping algorithm should make an exception for "long words" where the word starts with "(f|ht)tps?:"
Related branches
~chrissharp123/launchpad:lp28649_fix_emails_breaking_urls_with_hyphens
- Launchpad code reviewers: Pending requested
-
Diff: 12 lines (+1/-0)1 file modifiedlib/lp/services/mail/mailwrapper.py (+1/-0)
| Changed in malone: | |
| assignee: | nobody → bjornt |
| status: | Unconfirmed → Confirmed |
| summary: |
- Malone word-wraps URLs when sending out emails + Launchpad word-wraps URLs when sending out emails |
| Changed in launchpad-foundations: | |
| assignee: | Björn Tillenius (bjornt) → nobody |
| tags: | added: bugs questions |
| tags: | added: teams |
| Changed in launchpad: | |
| importance: | Medium → Low |
| summary: |
- Launchpad word-wraps URLs when sending out emails + mail word wrappping breaks urls and other words |
| summary: |
- mail word wrappping breaks urls and other words + mail word wrapping breaks urls and other words |
To post a comment you must log in.
Related to bug 2804.