Rewrite of the foldLine function in order to fold correctly in case of
[squirrelmail.git] / class / deliver / Deliver_IMAP.class.php
index 2ac7c4a7559124f5d7b341ff06e482b652a4fcf7..84f5d4b3f94e9e700799425bfcc5664afc7bb9c5 100644 (file)
@@ -1,6 +1,16 @@
 <?php
+/**
+ * Deliver_IMAP.class.php
+ *
+ * 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.
+ *
+ * $Id$
+ */
 
-require_once('Deliver.class.php');
+require_once(SM_PATH . 'class/deliver/Deliver.class.php');
 
 class Deliver_IMAP extends Deliver {