Summary | Imp doesn't send properly encoded ics replies (when there's accented chars) |
Queue | Horde Framework Packages |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | jan (at) horde (dot) org |
Requester | goncalo.queiros (at) portugalmail (dot) net |
Created | 12/27/2011 (5043 days ago) |
Due | |
Updated | 08/29/2012 (4797 days ago) |
Assigned | 01/31/2012 (5008 days ago) |
Resolved | 01/31/2012 (5008 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
commit ff5b7f515a1dbb0511eed961213a11b8a63ada60
Author: Jan Schneider <jan@horde.org>
Date: Tue Jan 31 20:32:45 2012 +0100
[jan] Fix line breaks of iTip responses when using
quoted-printable encoding (
Bug #10888).framework/Itip/package.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/ff5b7f515a1dbb0511eed961213a11b8a63ada60
commit 866badce5be46d75d3a215c8cc12a027e093ed30
Author: Jan Schneider <jan@horde.org>
Date: Tue Jan 31 20:31:41 2012 +0100
Enforce CRLF line endings (
Bug #10888).framework/Itip/lib/Horde/Itip/Response.php | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/866badce5be46d75d3a215c8cc12a027e093ed30
commit bb75bf962a321c011fa43431aa728ba225d9c203
Author: Jan Schneider <jan@horde.org>
Date: Tue Jan 31 20:31:41 2012 +0100
Enforce CRLF line endings (
Bug #10888).framework/Itip/lib/Horde/Itip/Response.php | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/bb75bf962a321c011fa43431aa728ba225d9c203
commit b55b1d2df29196567bfd512772d6283616448752
Author: Jan Schneider <jan@horde.org>
Date: Tue Jan 31 20:32:45 2012 +0100
[jan] Fix line breaks of iTip responses when using
quoted-printable encoding (
Bug #10888).framework/Itip/package.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/b55b1d2df29196567bfd512772d6283616448752
commit bb75bf962a321c011fa43431aa728ba225d9c203
Author: Jan Schneider <jan@horde.org>
Date: Tue Jan 31 20:31:41 2012 +0100
Enforce CRLF line endings (
Bug #10888).framework/Itip/lib/Horde/Itip/Response.php | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/bb75bf962a321c011fa43431aa728ba225d9c203
commit b55b1d2df29196567bfd512772d6283616448752
Author: Jan Schneider <jan@horde.org>
Date: Tue Jan 31 20:32:45 2012 +0100
[jan] Fix line breaks of iTip responses when using
quoted-printable encoding (
Bug #10888).framework/Itip/package.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/b55b1d2df29196567bfd512772d6283616448752
Taken from Gunnar Wrobel
Assigned to Jan Schneider
bug #10324.certain instances (although off top of head, I can't remember if that
is only in headers or it is the entire message).
with double CRs in text/calendar attachments. Michael might recall
off his head what the actual problem was and how it was fixed.
define sendmail_eol in horde's conf.php).
keeping (and don't doubling) CRLFs in text parts.
with double CRs in text/calendar attachments. Michael might recall
off his head what the actual problem was and how it was fixed.
define sendmail_eol in horde's conf.php).
State ⇒ Assigned
Taken from Jan Schneider
Assigned to Gunnar Wrobel
it only happens when using quoted-printable.
2) This is the same issue that happened earlier, where we ended up
with double CRs in text/calendar attachments. Michael might recall off
his head what the actual problem was and how it was fixed.
3) This only happens when sending iTip replies via Horde_Itip. That's
why the orginal invitation works fine, just the response is broken.
The difference might be that Kronolith is using Horde_Mime_Mail to
build and send the messages, while Horde_Itip is doing this manually.
I'm having a hard time following Horde_Itip, so I leave this to Gunnar
for now.
Queue ⇒ Horde Framework Packages
With the guest user created event with title (accented invite
"canção") and invited the user demo.
Demo accepted the invitation.
Guest received the response with a (An unknown person wishes to make
you aware of "Unknown Meeting".) message.
If the event title doesn't have accented chars, everything works fine
State ⇒ Feedback
Priority ⇒ 1. Low
State ⇒ Unconfirmed
Patch ⇒ No
Milestone ⇒
Summary ⇒ Imp doesn't send properly encoded ics replies (when there's accented chars)
Type ⇒ Bug
Queue ⇒ IMP
If user A invites B to an event that has no accented chars on its
description/title everything works ok, user B receives the invite on
Imp, and when he replies, user A receives confirmation.
The problem happens when the event title/description has accented
chars, and the reply user A will receive (after B confirms), will not
render any information on the message body, thus making it impossible
to guest what user replied to what event.