| | |
| | | |
| | | /* |
| | | +-----------------------------------------------------------------------+ |
| | | | program/include/rcube_content_filter.php | |
| | | | | |
| | | | This file is part of the Roundcube Webmail client | |
| | | | Copyright (C) 2011, The Roundcube Dev Team | |
| | | | | |
| | |
| | | | | |
| | | | PURPOSE: | |
| | | | PHP stream filter to detect evil content in mail attachments | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | | | Author: Thomas Bruederli <roundcube@gmail.com> | |
| | | +-----------------------------------------------------------------------+ |
| | |
| | | * PHP stream filter to detect html/javascript code in attachments |
| | | * |
| | | * @package Framework |
| | | * @subpackage Core |
| | | * @subpackage Utils |
| | | */ |
| | | class rcube_content_filter extends php_user_filter |
| | | { |