Re: charset-specific searches, and continuation lines

2014-09-12 Thread Michael M Slusarz
Quoting Eric Abrahamsen : Michael M Slusarz writes: Quoting Eric Abrahamsen : While I've got you here, I hope you'll answer one more question: what's the format for searching multiple terms with non-ascii strings? Is it possible in one run to find a utf-8 encoded subject, and a utf-8 encode

Re: charset-specific searches, and continuation lines

2014-09-11 Thread Eric Abrahamsen
Michael M Slusarz writes: > Quoting Eric Abrahamsen : > >> While I've got you here, I hope you'll answer one more question: what's >> the format for searching multiple terms with non-ascii strings? Is it >> possible in one run to find a utf-8 encoded subject, and a utf-8 encoded >> body? > > IMAP

Re: charset-specific searches, and continuation lines

2014-09-04 Thread Eric Abrahamsen
Michael M Slusarz writes: > Quoting Eric Abrahamsen : > >> While I've got you here, I hope you'll answer one more question: what's >> the format for searching multiple terms with non-ascii strings? Is it >> possible in one run to find a utf-8 encoded subject, and a utf-8 encoded >> body? > > IMAP

Re: charset-specific searches, and continuation lines

2014-09-04 Thread Michael M Slusarz
Quoting Eric Abrahamsen : While I've got you here, I hope you'll answer one more question: what's the format for searching multiple terms with non-ascii strings? Is it possible in one run to find a utf-8 encoded subject, and a utf-8 encoded body? IMAP interaction would look like this: C: . UI

Re: charset-specific searches, and continuation lines

2014-09-04 Thread Eric Abrahamsen
Michael M Slusarz writes: > Quoting Eric Abrahamsen : > >> Hi there, >> >> I'm looking into improving IMAP search support for the Gnus Emacs mail >> client, and trying to add the ability to search non-ascii characters. So >> far as I know, I start this invocation with something like: >> >> . UID

Re: charset-specific searches, and continuation lines

2014-09-04 Thread Michael M Slusarz
Quoting Eric Abrahamsen : Hi there, I'm looking into improving IMAP search support for the Gnus Emacs mail client, and trying to add the ability to search non-ascii characters. So far as I know, I start this invocation with something like: . UID SEARCH CHARSET UTF-8 TEXT {NNN} Where NNN is th