Skip to content

Commit

Permalink
Fix file headers.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Aug 6, 2015
1 parent 0c6b40b commit 543d4db
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions framework/ActiveSync/lib/Horde/ActiveSync/Mime/Iterator.php
Expand Up @@ -8,19 +8,22 @@
* @category Horde
* @copyright 2015 Horde LLC
* @license http://www.horde.org/licenses/lgpl21 LGPL 2.1
* @package Mime
* @package ActiveSync
*/

/**
* Recursive iterator for Horde_Mime_Part objects. This iterator is
* self-contained and independent of all other iterators.
* self-contained and independent of all other iterators. Adapted from
* Horde_Mime package. Changed to allow what EAS would consider attachments
* to be ignored during iteration and to always include the base part.
*
* @author Michael J Rubinsky <mrubinsk@horde.org>
* @author Michael Slusarz <slusarz@horde.org>
* @category Horde
* @copyright 2015 Horde LLC
* @license http://www.horde.org/licenses/lgpl21 LGPL 2.1
* @package Mime
* @since 2.9.0
* @package ActiveSync
* @since 2.29.0
*/
class Horde_ActiveSync_Mime_Iterator
implements Countable, Iterator
Expand Down

0 comments on commit 543d4db

Please sign in to comment.