From 9fd68c047d293e98f7b3ff51e5fe5eb8c0fd2738 Mon Sep 17 00:00:00 2001 From: Joel Uckelman Date: Mon, 27 Feb 2012 06:19:32 +0100 Subject: Strip Re and tags from Subject of incoming mail. --- src/PhpBB3.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/PhpBB3.php') diff --git a/src/PhpBB3.php b/src/PhpBB3.php index fbd3a20..36f54b6 100644 --- a/src/PhpBB3.php +++ b/src/PhpBB3.php @@ -27,6 +27,8 @@ interface PhpBB3 { public function forumExists($forumId); + public function getForumName($forumId); + public function topicStatus($topicId); public function getPostTime($postId); -- cgit v1.2.3