Happy 2015
[squirrelmail.git] / src / delete_message.php
CommitLineData
59177427 1<?php
a2b193bc 2
35586184 3/**
4 * delete_message.php
5 *
65c3ec94 6 * Deletes a meesage from the IMAP server
35586184 7 *
5e5daa47 8 * @copyright 1999-2015 The SquirrelMail Project Team
4b4abf93 9 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
30967a1e 10 * @version $Id$
8f6f9ba5 11 * @package squirrelmail
35586184 12 */
ef870322 13
ebd2391c 14define('PAGE_NAME', 'delete_message');
15
30967a1e 16/**
202bcbcc 17 * Include the SquirrelMail initialization file.
30967a1e 18 */
202bcbcc 19include('../include/init.php');
1b858d86 20error_box('delete_message.php script is obsolete since 1.5.1.');
5c4ff7bf 21$oTemplate->display('footer.tpl');