Skip to content

Commit

Permalink
phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Oct 1, 2013
1 parent 5033ceb commit 34d5ae8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions framework/ActiveSync/lib/Horde/ActiveSync/Imap/Adapter.php
Expand Up @@ -1506,6 +1506,15 @@ protected function _validateUtf8($data, $from_charset)
return $text;
}

/**
* Converts and validates the message body data structure.
*
* @param array $data Message body data structure.
*
* @return array The message body data structure, with the [html][body] and
* [plain][body] data converted to UTF-8, EOL normalized and
* placed in a stream.
*/
protected function _validateMessageBodyData($data)
{
//We will need the eol filter to work around PHP bug 65776.
Expand Down

0 comments on commit 34d5ae8

Please sign in to comment.