Horde_Kolab_Storage_Driver_Base::fetchStructure PHP Method

fetchStructure() public method

Retrieves the messages for the given message ids.
public fetchStructure ( string $mailbox, array $uids ) : Horde_Mime_Part
$mailbox string The mailbox to fetch the messages from.
$uids array The message UIDs.
return Horde_Mime_Part The message structure parsed into a Horde_Mime_Part instance.
    public function fetchStructure($mailbox, $uids)
    {
        throw new Horde_Kolab_Storage_Exception('"fetchStructure() not supported by this driver!');
    }