Browse Source

IMAP backend for the deliver class

stekkel 23 years ago
parent
commit
66cb0a4172
1 changed files with 8 additions and 0 deletions
  1. 8 0
      class/deliver/Deliver_IMAP.class.php

+ 8 - 0
class/deliver/Deliver_IMAP.class.php

@@ -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 */
 }
+
+
 ?>