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
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:
20 - 18 = ?
Subscribe to this entry?

 
 [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: Fri Apr 19 06:01:29 2024 UTC