Some MTAs set the message id to "Message-Id" in the mail-headers. Tiki only checks for "Message-ID", so that produces an
Notice: Undefined index: Message-ID in /tiki-webmail.php on line 425
when in /tiki-webmail.php?locSection=mailbox
and an
Notice: Undefined index: Message-ID in /tiki-webmail.php on line 160
when in /tiki-webmail.php?locSection=read
Pear net_pop3 doesn't take that in account - not even in the newest version 1.3.6.
Rewrite the array to always use "Message-ID" ?
And tell the Pear guys!
To help developers solve the bug, we kindly request that you demonstrate your bug on a show2.tiki.org instance. To start, simply select a version and click on "Create show2.tiki.org instance". Once the instance is ready (in a minute or two), as indicated in the status window below, you can then access that instance, login (the initial admin username/password is "admin") and configure the Tiki to demonstrate your bug. Priority will be given to bugs that have been demonstrated on show2.tiki.org.