hello ilohaMail fans, if at all any of you run into the issue with the from and to fields showing incorrectly, replace line 672 in include\pop3.inc $header_fields[$field] = $string; with if(!$header_fields[$field]) $header_fields[$field] = $string; and lines 744,745 else if (strcasecmp($field, "from")==0) $result->from = str_replace("\n", " ", $string); else if (strcasecmp($field, "to")==0) $result->to = $string; with else if (strcasecmp($field, "from")==0){ if(!$result->from) $result->from = str_replace("\n", " ", $string); } else if (strcasecmp($field, "to")==0){ if(!$result->to) $result->to = $string; }
in order to replicate the issue i'm talking abt, send an email to the a/c that u access via ilohaMail and in the body paste the content between the ++++ below. say u're send an email from [EMAIL PROTECTED] to [EMAIL PROTECTED] (this is the a/c u access via ilohaMail), the from field in the inbox will show [EMAIL PROTECTED] and to field will show [EMAIL PROTECTED], this will also repeat when this specific email is viewed separately. regards, -- amar Founder eBeku.com ++++ sending reply in plain text format not html..check to see if from field being displayed correctly ----- Original Message ----- From: "bleh From" <[EMAIL PROTECTED]> To: "bleh To" <[EMAIL PROTECTED]> Sent: Sunday, October 19, 2008 7:21 PM Subject: Re: Check reply check On 19/10/2008, blehFrom <[EMAIL PROTECTED]> wrote > Check > ++++ ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Ilohamail-devel mailing list Ilohamail-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ilohamail-devel