X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=class%2Fdeliver%2FDeliver_IMAP.class.php;h=4bb7b8d003ccbbf6b8ccd5b64e5de8c7ff015078;hp=7aec62ff3f306adc608fe0e0139d3ff90f1e5cf8;hb=4cf85dddc158d994c354c12d0c85b1a98e35fa3e;hpb=760c84a3b226747ea762935eecc91a990cf29f2d diff --git a/class/deliver/Deliver_IMAP.class.php b/class/deliver/Deliver_IMAP.class.php index 7aec62ff..4bb7b8d0 100644 --- a/class/deliver/Deliver_IMAP.class.php +++ b/class/deliver/Deliver_IMAP.class.php @@ -2,26 +2,32 @@ /** * Deliver_IMAP.class.php * - * Copyright (c) 1999-2002 The SquirrelMail Project Team + * Copyright (c) 1999-2005 The SquirrelMail Project Team * Licensed under the GNU GPL. For full terms see the file COPYING. * * Delivery backend for the Deliver class. * - * $Id$ + * @version $Id$ + * @package squirrelmail */ +/** This of course depends upon Deliver.. */ -require_once('../class/deliver/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() { return true; } - - /* to do: finishing the imap-class so the initStream function can call the + + /* to do: finishing the imap-class so the initStream function can call the imap-class */ } -?> +?> \ No newline at end of file