IMAP backend for the deliver class
[squirrelmail.git] / class / deliver / Deliver_IMAP.class.php
1 <?php
2
3 require_once('Deliver.class.php');
4
5 class Deliver_IMAP extends Deliver {
6
7 function getBcc() {
8 return true;
9 }
10
11 /* to do: finishing the imap-class so the initStream function can call the
12 imap-class */
13 }
14
15
16 ?>