diff options
Diffstat (limited to 'bin/html2text.php')
-rw-r--r-- | bin/html2text.php | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/bin/html2text.php b/bin/html2text.php index 478ccced9..6500d2883 100644 --- a/bin/html2text.php +++ b/bin/html2text.php @@ -1,4 +1,23 @@ <?php +/* + + +-----------------------------------------------------------------------+ + | bin/html2text.php | + | | + | This file is part of the RoundCube Webmail client | + | Copyright (C) 2005-2008, RoundCube Dev. - Switzerland | + | Licensed under the GNU GPL | + | | + | PURPOSE: | + | Convert HTML message to plain text | + | | + +-----------------------------------------------------------------------+ + | Author: Thomas Bruederli <roundcube@gmail.com> | + +-----------------------------------------------------------------------+ + + $Id$ + +*/ define('INSTALL_PATH', realpath('./../') . '/'); require INSTALL_PATH.'program/include/iniset.php'; |