Hello Sebastian,
On Thursday, January 15, 2004, Sebastian Fuchs wrote...

> That's the function which creates the error:

> function check_is_noselect ($lsub_line) {
>     return preg_match("/^\* LSUB \([^\)]*\\Noselect[^\)]*\)/i", $lsub_line);
> }

> with "functions/imap_mailbox.php" creates the error. Is it a PHP problem
> or has it do with my Imap Server or the configuration of squirrelmail.
> I found some hints in newsgroups that it might has to do with the regex
> function of PHP. What is that function exactly doing? Is it needed or is
> there a way to disable it?

A similar issue came up about this before and was determined to be a
PHP issue from what I remember.  See the \\Noselect part? Change it to
this:

  \\\\NoSelect

See if that helps.

-- 
Jonathan Angliss
([EMAIL PROTECTED])



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
--
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