diff options
author | uckelman <uckelman@nomic.net> | 2010-05-11 21:53:08 +0000 |
---|---|---|
committer | uckelman <uckelman@nomic.net> | 2010-05-11 21:53:08 +0000 |
commit | afe35c6acfa286cac5c14883068e85d259008780 (patch) | |
tree | 125d28c286036b32ddf1f1c935df36e7179bd1b5 /src/PhpBB3.php | |
parent | 1ffa2258bc31eeac8550aa4eb03c3d0e7f8063d1 (diff) |
Added TODOs.
git-svn-id: https://vassalengine.svn.sourceforge.net/svnroot/vassalengine/site-src/trunk@6854 67b53d14-2c14-4ace-a08f-0dab2b34000c
Diffstat (limited to 'src/PhpBB3.php')
-rw-r--r-- | src/PhpBB3.php | 3 |
1 files changed, 3 insertions, 0 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(); |