diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-10-07 18:32:56 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-10-07 18:32:56 +0000 |
| commit | 0619181f40510dcb2429573dda0bf3cdcc5cd57f (patch) | |
| tree | 93b3988b56fe9d0e3a687a7f7090cbb4e8f939ec /roundcubemail/bin/html2text.php | |
| parent | 6ebc22a4c0f2df8f3e0c41dba4e375dd232559be (diff) | |
- added bin/killcache.php script (#1485434)
- added copyrights disclaimers
git-svn-id: https://svn.roundcube.net/trunk@1954 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/bin/html2text.php')
| -rw-r--r-- | roundcubemail/bin/html2text.php | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/roundcubemail/bin/html2text.php b/roundcubemail/bin/html2text.php index 478ccced9..6500d2883 100644 --- a/roundcubemail/bin/html2text.php +++ b/roundcubemail/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'; |
