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
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: webmaster at softgallery dot com
New email:
PHP Version: OS:

 

 [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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Fri Mar 14 08:01:32 2025 UTC