On Tue, 27 Aug 2002, Jochen Garcke wrote: > I assumed that I could use the subject which I get via e.g. > mail_fetchenvelope or mail_fetchheader, which the above is, > for a search via mail_search. > So that is not the case ?
That is correct. You have to convert MIME encoded-words into 8-bit string with charset. > Is there an easy way to convert the above into an 8-bit string ? You must either convert the MIME encoded-word yourself, or you can use utf8_mime2text() and do a CHARSET UTF-8 (as opposed to CHARSET ISO-8859-1) search. -- Mark -- http://staff.washington.edu/mrc Science does not emerge from voting, party politics, or public debate.
