Norbert Schmidt wrote:
> When the client creates a folder the filename contains "&APY-".
> What should work is encode_base64( encode( 'UTF-7', 'ö' ) ), but that
> produces "&K0FQWS0-".
> When I simply use encode_base64( 'ö' ) I get "&9g-".
> When I use encode_base64( encode_utf8( 'ö' ) ) the result is "&w7Y-".
> 
> Which encoding functions should I use instead?

Try Unicode::IMAPUtf7

> Another problem: When I try to create folders containing "." or "/" the
> client (thunderbird) barfs about invalid characters.

'.', '/', '~', and ':' are in maildirinfo.c's "verbotten" list













































-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
courier-users mailing list
[email protected]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to