diff options
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(); |