Skip to content

Commit

Permalink
Phpdoc
Browse files Browse the repository at this point in the history
Make it clearer that this is expected to be decoded 8bit data.
  • Loading branch information
mrubinsk committed Jan 2, 2016
1 parent 8de42ef commit 1522a1a
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 2 deletions.
Expand Up @@ -345,7 +345,8 @@ public function fetchStructure($mailbox, $uids)
* @param array $uid The message UID.
* @param array $id The mime part ID.
*
* @return resource The body part, as a stream resource.
* @return resource The transfer-decoded body part data, as a stream
* resource presented as 8bit data.
*/
public function fetchBodypart($mailbox, $uid, $id)
{
Expand Down
Expand Up @@ -10,6 +10,8 @@
* @author Gunnar Wrobel <wrobel@pardus.de>
* @license http://www.horde.org/licenses/lgpl21 LGPL 2.1
* @link http://pear.horde.org/index.php?package=Kolab_Storage
* @deprecated This class is not maintained and will be removed in future
* releases.
*/

/**
Expand Down
Expand Up @@ -583,7 +583,8 @@ public function fetchStructure($folder, $uids)
* @param array $uid The message UID.
* @param array $id The mime part ID.
*
* @return resource The body part, as a stream resource.
* @return resource The body part, as a stream resource. The contents are
* already transfer decoded and presented as 8bit data.
*/
public function fetchBodypart($folder, $uid, $id)
{
Expand Down
Expand Up @@ -10,6 +10,8 @@
* @author Gunnar Wrobel <wrobel@pardus.de>
* @license http://www.horde.org/licenses/lgpl21 LGPL 2.1
* @link http://pear.horde.org/index.php?package=Kolab_Storage
* @deprecated This class is not maintained and will be removed in future
* releases.
*/

/**
Expand Down
Expand Up @@ -10,6 +10,8 @@
* @author Gunnar Wrobel <wrobel@pardus.de>
* @license http://www.horde.org/licenses/lgpl21 LGPL 2.1
* @link http://pear.horde.org/index.php?package=Kolab_Storage
* @deprecated This class is not maintained and will be removed in future
* releases.
*/

/**
Expand Down

0 comments on commit 1522a1a

Please sign in to comment.