Page MenuHomePhorge

Accent error in subject of auto reply
Closed, WontfixPublic

Description

pykolab-0.7.10-4.el7.kolab_3.4.noarch

If I set auto reply with Hungarian characters then subject is wrong.

I set this: Irodán kívül
System send reply with this subject: IrodXXn kXXvXXl

LANG=hu_HU.UTF-8

/var/lib/imap/sieve/domain/x/x.hu/x/xyz/roundcube.script:

require ["date","relational","vacation"];

  1. EDITOR Roundcube (Managesieve)
  2. EDITOR_VERSION 8.4
  3. rule:[Vakáció]

if allof (currentdate :zone "+0200" :value "ge" "date" "2016-06-27", currentdate :zone "+0200" :value "le" "iso8601" "2016-07-04T08:00:00+02:
00")
{

vacation :subject "Irodán kívül" text:

Kedves Levélíró!
.....

Details

Ticket Type
Task

Event Timeline

dacrhu updated the task description. (Show Details)

From RFC5230: "UTF-8 characters can be used in the string argument; implementations MUST convert the string to [RFC2047] encoded words if and only if non-ASCII characters are present."

So, it looks like a cyrus issue.

vanmeeuwen claimed this task.
vanmeeuwen subscribed.

This is an upstream Cyrus IMAP problem more so than a Kolab problem.