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  


 [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