6.0.0-beta1
10/17/25

[#10888] Imp doesn't send properly encoded ics replies (when there's accented chars)
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

History
08/29/2012 12:29:17 PM Git Commit Comment #14 Reply to this comment
Changes have been made in Git (master):

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
08/29/2012 12:29:11 PM Git Commit Comment #13 Reply to this comment
Changes have been made in Git (master):

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
02/01/2012 09:20:38 AM Git Commit Comment #12 Reply to this comment
Changes have been made in Git (refs/heads/develop):

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
02/01/2012 09:20:21 AM Git Commit Comment #11 Reply to this comment
Changes have been made in Git (refs/heads/develop):

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
01/31/2012 07:36:01 PM Git Commit Comment #10 Reply to this comment
Changes have been made in Git (refs/heads/master):

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
01/31/2012 07:35:57 PM Git Commit Comment #9 Reply to this comment
Changes have been made in Git (refs/heads/master):

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
01/31/2012 07:33:02 PM Jan Schneider State ⇒ Resolved
Taken from Gunnar Wrobel
Assigned to Jan Schneider
 
01/31/2012 07:22:41 PM Jan Schneider Comment #8 Reply to this comment
The original issue was bug #10324.
01/31/2012 06:38:47 PM Michael Slusarz Comment #7 Reply to this comment

[Show Quoted Text - 9 lines]
I guess I misunderstood.  That's what using sendmail will do in 
certain instances (although off top of head, I can't remember if that 
is only in headers or it is the entire message).
01/31/2012 06:37:15 PM Jan Schneider Comment #6 Reply to this comment
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.
You can't use sendmail.  Use SMTP instead.  (Or else you need to 
define sendmail_eol in horde's conf.php).
This doesn't have anything to do with SMTP vs. sendmail. This is about 
keeping (and don't doubling) CRLFs in text parts.
01/31/2012 06:05:28 PM Michael Slusarz Comment #5 Reply to this comment
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.
You can't use sendmail.  Use SMTP instead.  (Or else you need to 
define sendmail_eol in horde's conf.php).

01/31/2012 03:17:13 PM Jan Schneider Comment #4
State ⇒ Assigned
Taken from Jan Schneider
Assigned to Gunnar Wrobel
Reply to this comment
1) This only happens if the mailer doesn't support 8BITMIME, because 
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.
01/31/2012 03:12:13 PM Jan Schneider Version ⇒ Git master
Queue ⇒ Horde Framework Packages
 
01/31/2012 01:18:10 PM goncalo (dot) queiros (at) portugalmail (dot) net Comment #3 Reply to this comment
Works perfectly fine for me.
Tested with orde live demo (demo.horde.org) and doesn't work.

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
01/30/2012 05:51:39 PM Jan Schneider Comment #2
State ⇒ Feedback
Reply to this comment
Works perfectly fine for me.
01/26/2012 07:25:49 PM Michael Slusarz Assigned to Jan Schneider
 
12/27/2011 01:18:40 AM goncalo (dot) queiros (at) portugalmail (dot) net Comment #1
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
Reply to this comment
Im only using imp and Kronolith to reproduce this.

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.

Saved Queries