X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=class%2Fdeliver%2FDeliver_IMAP.class.php;h=83b8252214a452c3095e54890d22e1b4b8aeea91;hp=dd507a56d79dbbb83d57937bc40448b3913165e4;hb=2b64659747776ed791389955cc915cfb7f0b89b2;hpb=5b8fd093bb0effdd6c19259a4c2c13efcdda0e6b diff --git a/class/deliver/Deliver_IMAP.class.php b/class/deliver/Deliver_IMAP.class.php index dd507a56..83b82522 100644 --- a/class/deliver/Deliver_IMAP.class.php +++ b/class/deliver/Deliver_IMAP.class.php @@ -2,17 +2,23 @@ /** * 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. * * $Id$ + * @package squirrelmail */ +/** This of course depends upon Deliver.. */ -require_once('Deliver.class.php'); +require_once(SM_PATH . 'class/deliver/Deliver.class.php'); +/** + * This class is incomplete and entirely undocumented. + * @package squirrelmail + */ class Deliver_IMAP extends Deliver { function getBcc() {