No decodeHeader inside the form because we already did that because we had
[squirrelmail.git] / class / deliver / Deliver_IMAP.class.php
index dd507a56d79dbbb83d57937bc40448b3913165e4..84f5d4b3f94e9e700799425bfcc5664afc7bb9c5 100644 (file)
@@ -2,7 +2,7 @@
 /**
  * Deliver_IMAP.class.php
  *
- * Copyright (c) 1999-2002 The SquirrelMail Project Team
+ * Copyright (c) 1999-2003 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * Delivery backend for the Deliver class.
@@ -10,8 +10,7 @@
  * $Id$
  */
 
-
-require_once('Deliver.class.php');
+require_once(SM_PATH . 'class/deliver/Deliver.class.php');
 
 class Deliver_IMAP extends Deliver {