diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/PhpBB3.php | 3 | ||||
-rw-r--r-- | src/list_post_receive.php | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/src/PhpBB3.php b/src/PhpBB3.php index 7eed84a..c19df00 100644 --- a/src/PhpBB3.php +++ b/src/PhpBB3.php @@ -174,6 +174,9 @@ class PhpBB3 { $subject = $msg->getSubject(); list($message, $attachments) = $msg->getFlattenedParts(); +# TODO: strip off list footer +# TODO: convert > quoting into BBCode + # handle attachments $attachment_data = array(); diff --git a/src/list_post_receive.php b/src/list_post_receive.php index ea06184..5343ec6 100644 --- a/src/list_post_receive.php +++ b/src/list_post_receive.php @@ -1,8 +1,7 @@ <?php # TODO: logging! -# TODO: translation of quoting to bbcode? -# TODO: handle attachments +# TODO: Refactor postMessage(). try { require_once(__DIR__ . '/Bridge.php'); |