X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=class%2Fdeliver%2FDeliver_IMAP.class.php;h=4bb7b8d003ccbbf6b8ccd5b64e5de8c7ff015078;hb=741d74d391f7d8130f7f7e2bd8de6b02654d7ec6;hp=84f5d4b3f94e9e700799425bfcc5664afc7bb9c5;hpb=76911253eb850bacde3d86c8cb7b4af072e67ebe;p=squirrelmail.git diff --git a/class/deliver/Deliver_IMAP.class.php b/class/deliver/Deliver_IMAP.class.php index 84f5d4b3..4bb7b8d0 100644 --- a/class/deliver/Deliver_IMAP.class.php +++ b/class/deliver/Deliver_IMAP.class.php @@ -2,25 +2,32 @@ /** * Deliver_IMAP.class.php * - * Copyright (c) 1999-2003 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(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