[imp] Problems with imp 3.0
Mike
mike@deadmime.com
Tue, 12 Feb 2002 19:52:36 -0500
> See what the getDelimiter() function in Tree.php returns. If it's wrong,
then
> your IMAP server isn't returning the right thing or we're not accounting
for
> something, and that's the problem.
Hmm... seems to be right, I added a quick syslog() statement at the end
of the the getDelimiter() function in Folder.php.
syslog(3, "DELIMITER -> '$delimiter'");
and got back
Feb 12 19:44:43 rotting httpd: DELIMITER -> '/'
Mike
mike@deadmime.com