6.0.0-beta1
9/24/25

[#3569] Outlook doesn't like wrapped links in e-mail notifications
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

History
03/08/2006 10:33:11 AM Jan Schneider State ⇒ Resolved
 
03/08/2006 07:58:58 AM voegelas (at) gmx (dot) net Comment #4 Reply to this comment
I've just tested your changes successfully with Outlook. Thanks a lot 
for the fix.
03/08/2006 06:40:54 AM Michael Slusarz Comment #3 Reply to this comment
Instead of dealing with flowed text, just send the message in 
quoted-printable format which will automatically wrap lines without 
chopping them.  Try what I just committed to HEAD (and FW3).
03/07/2006 10:53:28 PM Jan Schneider Comment #2
Assigned to Michael Slusarz
State ⇒ Feedback
Reply to this comment
Michael, what do you think?
03/07/2006 03:21:53 PM voegelas (at) gmx (dot) net Comment #1
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Outlook doesn't like wrapped links in e-mail notifications
Queue ⇒ Kronolith
Reply to this comment
The function sendITipNotifications() in lib/Kronolith.pm wraps 
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.

Saved Queries