Loading...
 
Skip to main content

Webmail has problems with semi-non-standard mail-headers 'Message-ID' vs. 'Message-Id'

Status
Closed
Subject
Webmail has problems with semi-non-standard mail-headers 'Message-ID' vs. 'Message-Id'
Version
1.9.x
Category
  • Error
Feature
Webmail
Resolution status
Fixed or Solved
Submitted by
amette
Volunteered to solve
MatWho
Rating
(0)
Description

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

Files
  1. Code That Breaks In Tiki Mailin
  2. Code That May Fix Tiki Mailin Code
Solution

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!

Importance
4
Priority
20
Demonstrate Bug on Tiki 19+
Please demonstrate your bug on show2.tiki.org
Demonstrate Bug (older Tiki versions)
Ticket ID
355
Created
Friday 07 October, 2005 16:33:36 UTC
by Unknown
LastModif
Saturday 06 July, 2024 10:21:44 UTC


Collapse/expand modules below
Show PHP error messages