X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=plugins%2Fmail_fetch%2Ffunctions.php;h=28a3045930c722b6d4e80bd9caab7c8b25ceafbd;hb=2e82f6c4b0509eb3ac12a0563a9df1b79d57f42d;hp=c426e2787f8f15eb0d6a2ec4f4341630d1446cc2;hpb=d622d38af6c2101b24c27851caf30866070c90c1;p=squirrelmail.git diff --git a/plugins/mail_fetch/functions.php b/plugins/mail_fetch/functions.php index c426e278..28a30459 100644 --- a/plugins/mail_fetch/functions.php +++ b/plugins/mail_fetch/functions.php @@ -1,13 +1,19 @@ - * and josh@superfork.com (extracted from php manual) - * Adapted for MailFetch by Philippe Mingo - * - */ - + /** + ** mail_fetch/functions.php + ** + ** Copyright (c) 1999-2002 The SquirrelMail Project Team + ** Licensed under the GNU GPL. For full terms see the file COPYING. + ** + ** Functions for the mailfetch plugin. + ** + ** Original code from LexZEUS + ** and josh@superfork.com (extracted from php manual) + ** Adapted for MailFetch by Philippe Mingo + ** + ** $Id$ + **/ function hex2bin( $data ) { @@ -67,4 +73,4 @@ return $tmp; } -?> \ No newline at end of file +?>