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
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
48 + 28 = ?
Subscribe to this entry?

 
 [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: Tue May 13 06:01:27 2025 UTC