Skip to content

Commit

Permalink
Add Horde_ActiveSync_Imap_Message::getFlags()
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Aug 7, 2014
1 parent 8aea680 commit 6f73435
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions framework/ActiveSync/lib/Horde/ActiveSync/Imap/Message.php
Expand Up @@ -780,6 +780,17 @@ public function getFlag($flag)
: 0;
}

/**
* Return all message flags.
*
* @return array An array of message flags.
* @since 2.17.0
*/
public function getFlags()
{
return $this->_flags;
}

/**
* Return this message's content map
*
Expand Down

0 comments on commit 6f73435

Please sign in to comment.