Summary | Outlook doesn't like wrapped links in e-mail notifications |
Queue | Kronolith |
Queue Version | HEAD |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | voegelas (at) gmx (dot) net |
Created | 03/07/2006 (7141 days ago) |
Due | |
Updated | 03/08/2006 (7140 days ago) |
Assigned | 03/07/2006 (7141 days ago) |
Resolved | 03/08/2006 (7140 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
for the fix.
quoted-printable format which will automatically wrap lines without
chopping them. Try what I just committed to HEAD (and FW3).
Assigned to Michael Slusarz
State ⇒ Feedback
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Outlook doesn't like wrapped links in e-mail notifications
Queue ⇒ Kronolith
messages after 80 characters. If $attend_link is longer than 80
characters the links that users may click to accept or decline an
event are wrapped by String::wrap(). Outlook cannot handle such links.
Two possible solutions come to my mind. Either insert the links after
wrapping the message or send the message in flowed format without
wrapping.