bug-mailutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-mailutils] Sieve vacation action bug(s) in 20050906 snapshot


From: Sergey Poznyakoff
Subject: Re: [bug-mailutils] Sieve vacation action bug(s) in 20050906 snapshot
Date: Thu, 29 Sep 2005 21:25:55 +0300

Kostas Zorbadelos <address@hidden> wrote:

> My problem was using greek with the :subject switch. Does :mime
> produce a subject or you use it in place of the reply text?

If :subject is given, its argument will be used as a message subject.
Otherwise, the subject is constructed by prepending `Re:'  (or any other
word, given by :reply_prefix tag) to the original message subject.

If necessary, the subject will be encoded using 'quoted-printable'
method.

The tag :mime does not affect subject creation. It only affects the way
the message text will be represented. If :mime is given, the entire
message will be in MIME format, and the user text will be encoded using
'quoted-printable' method. If it is not given, the text will be inserted
in the message verbatim.

I have forgotten to say that vacation expects all strings to be in
UTF-8. However, although it is required by the RFC, I am evaluating a
possibility of using another encodings (possibly via `#pragma encoding'
or something similar).

Regards,
Sergey

 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]