php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #2407 imap_add_body doesn't set body->id
Submitted: 1999-09-29 09:32 UTC Modified: 1999-09-29 17:20 UTC
From: ignwe at dsl dot upc dot es Assigned:
Status: Closed Package: Misbehaving function
PHP Version: 3.0.12 OS: Debian
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: ignwe at dsl dot upc dot es
New email:
PHP Version: OS:

 

 [1999-09-29 09:32 UTC] ignwe at dsl dot upc dot es
imap.c:line 1639:
-if(body->description) add_property_string( arg, "id",  body->description, 1 );
+add_property_string(arg,"id",body->id,1);

Also found in php4 beta 2

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-09-29 17:20 UTC] chagenbu at cvs dot php dot net
This has already been fixed in 3.0 CVS, and I just fixed
it in php4 - thanks for reporting that it occurred there
as well.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 14:01:29 2024 UTC