IMAP backend for the deliver class
authorstekkel <stekkel@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 4 Sep 2002 22:00:49 +0000 (22:00 +0000)
committerstekkel <stekkel@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 4 Sep 2002 22:00:49 +0000 (22:00 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3541 7612ce4b-ef26-0410-bec9-ea0150e637f0

class/deliver/Deliver_IMAP.class.php

index 026eb58cd5cb72262ff52f8e6af7889a92f8e21c..2ac7c4a7559124f5d7b341ff06e482b652a4fcf7 100644 (file)
@@ -4,5 +4,13 @@ require_once('Deliver.class.php');
 
 class Deliver_IMAP extends Deliver {
 
+    function getBcc() {
+       return true;
+    }
+    
+    /* to do: finishing the imap-class so the initStream function can call the 
+       imap-class */
 }
+
+
 ?>