From d39ae4209f0d47046acdc4f52a95459c7f5a2546 Mon Sep 17 00:00:00 2001 From: stekkel Date: Wed, 4 Sep 2002 22:00:49 +0000 Subject: [PATCH] IMAP backend for the deliver class 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 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/class/deliver/Deliver_IMAP.class.php b/class/deliver/Deliver_IMAP.class.php index 026eb58c..2ac7c4a7 100644 --- a/class/deliver/Deliver_IMAP.class.php +++ b/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 */ } + + ?> -- 2.25.1