Eugh, this code is getting messy, can somebody verify this regex for me,
authorjangliss <jangliss@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 16 Jun 2003 03:59:45 +0000 (03:59 +0000)
committerjangliss <jangliss@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 16 Jun 2003 03:59:45 +0000 (03:59 +0000)
commit43a312983930fcca20ceb70047c162a2d359706d
tree796d0cc887a4ae63c8b2e2e501340daf7325828d
parentdbdfdf6c123c81d3a3fd8d90ff0a781032dac59f
Eugh, this code is getting messy, can somebody verify this regex for me,
I'm trying to get it to match on "INBOX" or INBOX but nothing afterwards,
but some IMAP servers are returning an extra char or two on the end, so
a direct match is messing up, so I've tried something a little different
and told it to do a full match, but fail it if the next char after INBOX is
a delimiter (do we have a full list of possibilities?).

Tested on uw, courier, exchange, and cyrus, and the list builds nicely now.
uw still has some odd behaviours when you have a default folder prefix, but
the others seem a lot better... got to do some minor tweaks, and I think this
can go for full testing.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5062 7612ce4b-ef26-0410-bec9-ea0150e637f0
functions/imap_mailbox.php