charset table and how to use them

2004-06-24 Thread Shawn Walker
How can I utilize c-client charset table to convert characters? I know that utf8_text() can convert the characters, but I'm having mixed results. Thanks, Shawn -- -- For information about this mailing list, and its archives, see:

Re: charset table and how to use them

2004-06-24 Thread Mark Crispin
On Thu, 24 Jun 2004, Shawn Walker wrote: How can I utilize c-client charset table to convert characters? I know that utf8_text() can convert the characters, but I'm having mixed results. What, exactly, are you trying to do? utf8_text() is the routine to convert from arbitrary character sets into

Re: checking for new mail in all mailboxes

2004-06-24 Thread Mark Crispin
On Thu, 24 Jun 2004, David Feldman wrote: How does one (at both the IMAP command and c-client level) check for new mail efficiently in all a user's mailboxes at once? The short answer is: you can't. The longer answer is: Identify a set of mailboxes which merit further probing, and focus your

Re: charset table and how to use them

2004-06-24 Thread Shawn Walker
On Thu, 24 Jun 2004 11:42:26 -0700 (PDT), Mark Crispin [EMAIL PROTECTED] wrote: On Thu, 24 Jun 2004, Shawn Walker wrote: To do conversion from one non-UTF-8 character set into another non-UTF-8 character set, you can use the new utf8_cstocstext() routine (I forget if this made it into