Re: sieve and utf-8 MIME/base64 content

2018-02-19 Thread Robert Stepanek
On Mon, Feb 19, 2018, at 14:33, Eugene M. Zheganin wrote: > But my users kind of demand more and more :), now they want not only the > header/body search, but also sorting out the letters to the folders that > contain the localized symbols. So, it's working fine when a folder is > named 'Junk e-

Re: sieve and utf-8 MIME/base64 content

2018-02-19 Thread Eugene M. Zheganin
Hi, On 16.02.2018 15:37, Robert Stepanek wrote: Thanks for making this more clear to me :) On Fri, Feb 16, 2018, at 11:07, Vladislav Kurz wrote: The problem is that headers with non-ascii chars are encoded in form like this: Subject: =?UTF-8?B?UmU6I.gVG9v?= And also the body is sometimes c

Re: sieve and utf-8 MIME/base64 content

2018-02-16 Thread Robert Stepanek
Thanks for making this more clear to me :) On Fri, Feb 16, 2018, at 11:07, Vladislav Kurz wrote: > The problem is that headers with non-ascii chars are encoded in form > like this: > Subject: =?UTF-8?B?UmU6I.gVG9v?= > And also the body is sometimes completely in base64, even though it is > jus

Re: sieve and utf-8 MIME/base64 content

2018-02-16 Thread Vladislav Kurz
On 02/16/18 10:25, Robert Stepanek wrote: > On Fri, Feb 16, 2018, at 10:17, Eugene M. Zheganin wrote: > >> I'm using sieve with cyrus to sort incoming mail, and it works perfectly >> with latin symbols. But what if I need to sort out the mail that has all >> sorts utf-8 sumbols in it ? Like MIME

Re: sieve and utf-8 MIME/base64 content

2018-02-16 Thread Robert Stepanek
On Fri, Feb 16, 2018, at 10:17, Eugene M. Zheganin wrote: > I'm using sieve with cyrus to sort incoming mail, and it works perfectly > with latin symbols. But what if I need to sort out the mail that has all > sorts utf-8 sumbols in it ? Like MIME-encoded headers and base64 > -encoded body ? T

sieve and utf-8 MIME/base64 content

2018-02-16 Thread Eugene M. Zheganin
Hi, I'm using sieve with cyrus to sort incoming mail, and it works perfectly with latin symbols. But what if I need to sort out the mail that has all sorts utf-8 sumbols in it ? Like MIME-encoded headers and base64 -encoded body ? I've read in the RFC that implementation should support this,