Source for file Deliver_IMAP.class.php

Documentation is available at Deliver_IMAP.class.php

  1. <?php
  2.  
  3. /**
  4.  * Deliver_IMAP.class.php
  5.  *
  6.  * Delivery backend for the Deliver class.
  7.  *
  8.  * @copyright &copy; 1999-2006 The SquirrelMail Project Team
  9.  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  10.  * @version $Id: Deliver_IMAP.class.php,v 1.15 2006/07/15 12:00:44 tokul Exp $
  11.  * @package squirrelmail
  12.  */
  13.  
  14. /** This of course depends upon Deliver.. */
  15.  
  16. require_once(SM_PATH 'class/deliver/Deliver.class.php');
  17.  
  18. /**
  19.  * This class is incomplete and entirely undocumented.
  20.  * @package squirrelmail
  21.  */
  22. class Deliver_IMAP extends Deliver {
  23.  
  24.     function getBcc({
  25.        return true;
  26.     }
  27.  
  28.     /* to do: finishing the imap-class so the initStream function can call the
  29.        imap-class */
  30. }

Documentation generated on Sat, 07 Oct 2006 16:10:36 +0300 by phpDocumentor 1.3.0RC6