X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=plugins%2Fmail_fetch%2Ffunctions.php;h=c29b0c70d03b15c1a110d2c22ec186fda3e01377;hp=8719fc2facd621dde724079a8b053d48ae38757e;hb=598294a727a2789b7c562ee7083da703c8bb0628;hpb=9af8c23a59689e79183778c99c56e6058ebc09ea diff --git a/plugins/mail_fetch/functions.php b/plugins/mail_fetch/functions.php index 8719fc2f..c29b0c70 100644 --- a/plugins/mail_fetch/functions.php +++ b/plugins/mail_fetch/functions.php @@ -3,7 +3,7 @@ /** ** mail_fetch/functions.php ** - ** Copyright (c) 1999-2002 The SquirrelMail Project Team + ** Copyright (c) 1999-2005 The SquirrelMail Project Team ** Licensed under the GNU GPL. For full terms see the file COPYING. ** ** Functions for the mailfetch plugin. @@ -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 */ @@ -74,4 +79,4 @@ return $tmp; } -?> +?> \ No newline at end of file