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