php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #661 Mail Header problem with Imap
Submitted: 1998-08-18 05:25 UTC Modified: 1998-08-18 11:36 UTC
From: webmaster at softgallery dot com Assigned: musone@afterfive (profile)
Status: Closed Package: Other
PHP Version: 3.0.3 OS: Linux 2.0.35 Redhat 4.2
Private report: No CVE-ID: None
 [1998-08-18 05:25 UTC] webmaster at softgallery dot com
I can't get the From line of the Imap header Structure. Everything else is working :

  $h=imap_header($mbox,$i);
  echo $h->From,$h->Subject;

It shows the subject but not the From line.

It was working perfectly with php 3.02a (I had to upgrade to imap 4.1 to compile the new
static version of imap.c. Also tested with imap 4.2).

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-08-18 11:36 UTC] musone
The new imap defines fromaddress, not From anymore.

theres more info in the dl/imap/README

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 23:01:29 2024 UTC