Differences Between: [Versions 310 and 401] [Versions 310 and 402] [Versions 310 and 403]
Copyright 2013-2017 Horde LLC (http://www.horde.org/) See the enclosed file LICENSE for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Copyright: | 2013-2017 Horde LLC |
License: | http://www.horde.org/licenses/lgpl21 LGPL 2.1 |
File Size: | 160 lines (4 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Horde_Imap_Client_Interaction_Pipeline:: (7 methods):
__construct()
__get()
add()
complete()
getCmd()
count()
getIterator()
Class: Horde_Imap_Client_Interaction_Pipeline - X-Ref
An object representing a series of IMAP client commands (RFC 3501 [2.2.1])__construct(Horde_Imap_Client_Fetch_Results $fetch) X-Ref |
Constructor. param: Horde_Imap_Client_Fetch_Results $fetch Fetch results object. |
__get($name) X-Ref |
No description |
add(Horde_Imap_Client_Interaction_Command $cmd,$top = false) X-Ref |
Add a command to the pipeline. param: Horde_Imap_Client_Interaction_Command $cmd Command object. param: boolean $top Add command to top |
complete(Horde_Imap_Client_Interaction_Server_Tagged $resp) X-Ref |
Mark a command as completed. param: Horde_Imap_Client_Interaction_Server_Tagged $resp Tagged server return: Horde_Imap_Client_Interaction_Command Command that was |
getCmd($tag) X-Ref |
Return the command for a given tag. param: string $tag The command tag. return: Horde_Imap_Client_Interaction_Command A command object (or |
count() X-Ref |
No description |
getIterator() X-Ref |
No description |