X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=plugins%2Fmail_fetch%2Ffunctions.php;h=068ad8282746b6ef25b1788e44b29b18fd9edb48;hp=42d170430883550a7e16649c5abea3bbdf37185c;hb=ea5f4b8eaf805c4cc4e9533e87d057300a7fe666;hpb=76911253eb850bacde3d86c8cb7b4af072e67ebe diff --git a/plugins/mail_fetch/functions.php b/plugins/mail_fetch/functions.php index 42d17043..068ad828 100644 --- a/plugins/mail_fetch/functions.php +++ b/plugins/mail_fetch/functions.php @@ -13,8 +13,13 @@ ** Adapted for MailFetch by Philippe Mingo ** ** $Id$ + * @package plugins + * @subpackage mail_fetch **/ + /** + * hex2bin - document me + */ function hex2bin( $data ) { /* Original code by josh@superfork.com */