Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.10.x will end 8 November 2021 (12 months).
  • Bug fixes for security issues in 3.10.x will end 9 May 2022 (18 months).
  • PHP version: minimum PHP 7.2.0 Note: minimum PHP version has increased since Moodle 3.8. PHP 7.3.x and 7.4.x are supported too.

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

Defines 1 class

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])
to be processed at the same time.

__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