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 Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or 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

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: Tue Apr 23 22:01:31 2024 UTC