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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
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

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: Fri Apr 26 15:01:56 2024 UTC