Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.1.4

Bug #20404 getBodyPart method returns random empty results
Submitted: 2014-09-10 18:46 UTC
From: juanmanuel_ramon Assigned:
Status: Open Package: Net_IMAP (version 1.1.3)
PHP Version: 5_3 SVN-2014-09-10 OS: Debian GNU/Linux 6.0.10 (squeeze
Roadmaps: (Not assigned)    
Subscription  
Comments Add Comment Add patch


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 : 50 - 7 = ?

 
 [2014-09-10 18:46 UTC] juanmanuel_ramon (Juan Manuel)
Description: ------------ Executing this code: return $this->connection->getBodyPart($messageId, $part, $uidFetch); Ramdonly returns an empty result when in other cases the Email (with number "$uidFetch") body part "$part" is correctly retrieved. Is there any problem in that method? Test script: --------------- return $this->connection->getBodyPart($messageId, $part, $uidFetch); Expected result: ---------------- The Email body part parsed correctly. Actual result: -------------- An empty result.

Comments