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

Pull Requests

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 Dec 12 02:01:27 2024 UTC