From: [EMAIL PROTECTED] Operating system: Windows2000 PHP version: 4.2.0 PHP Bug Type: IMAP related Bug description: structure->ifdisposition: Pop3:OK IMAP:fail
Problem: after fetcing structure and checking for dispositions with "ifdisposition", pop3 returns TRUE when there is an disposition, but IMAP don't. first i connect: $mbox=imap_open("{localhost/pop3}INBOX",name, pass); Fetcing structure for message 1: $structure = imap_fetchstructure($mbox, 1); Then checking for dispotition: (i have a prase function thats loop trought all parts) $structure->ifdisposition if i connect with localhost/pop3 it returns TRUE when there is an disposition. but always false if i connect with: localhost/imap or localhost or localhost:143 and so on.. Is this a bug? phpinfo: http://www.fjun.com/phpinfo.php -- Edit bug report at http://bugs.php.net/?id=17135&edit=1 -- Fixed in CVS: http://bugs.php.net/fix.php?id=17135&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=17135&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=17135&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=17135&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=17135&r=support Expected behavior: http://bugs.php.net/fix.php?id=17135&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=17135&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=17135&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=17135&r=globals