소스 검색

IMAP backend for the deliver class

stekkel 23 년 전
부모
커밋
66cb0a4172
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  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 */
 }
+
+
 ?>