diff options
author | Joel Uckelman <uckelman@nomic.net> | 2012-02-27 06:19:32 +0100 |
---|---|---|
committer | Joel Uckelman <uckelman@nomic.net> | 2012-02-27 06:19:32 +0100 |
commit | 9fd68c047d293e98f7b3ff51e5fe5eb8c0fd2738 (patch) | |
tree | a72fa701ba9fb045c21029bfb95f61cf68ad3732 /src/PhpBB3.php | |
parent | 538192afeccfada79de6e699ecc460a830f98d66 (diff) |
Strip Re and tags from Subject of incoming mail.
Diffstat (limited to 'src/PhpBB3.php')
-rw-r--r-- | src/PhpBB3.php | 2 |
1 files changed, 2 insertions, 0 deletions
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); |