On Wed, 16 Jul 2003 07:13:48 -0700
Tom Williams <[EMAIL PROTECTED]> wrote:

> At least on Unix, IMAP
> folders are stored as hidden directories in the filesystem and I've
> had some "interestng" problems with folders being named with an
> ampersand embedded, "GOOD & BAD".:(

What's wrong with the ampersand, either in a unix file name or in an
IMAP folder? It's us-ascii, so it's legal in IMAP. And I'm positive that
it's legal in a unix filename too. (If you have trouble accessing it in
the shell, it's because your shell parses the & for "execute in the
background", and you have to escape it as in \& or enclose the filename
in quotes).


> Does SquirrelMail do much validation of folder names BEFORE creating
> folders?

If the aforementioned bug has been fixed, I believe that all should be
well now. All non-us-ascii characters are encoded properly in modified
IMAP UTF7 for some time now. And the delimiter, quotes etc. are all
checked for (see src/folders_create.php for details).

Cheers,

-- 
Alexandros Vellis       University of Athens
[EMAIL PROTECTED]         Network Operations Centre
        http://www.noc.uoa.gr/~avel/
Public Key: http://www.noc.uoa.gr/~avel/gpgkey.asc


-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to