summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-07-15isset() is faster than array_key_exists().uckelman
2010-07-15* Use isset() instead of array_key_exists (faster).uckelman
2010-07-04Added SQL schema.uckelman
2010-05-11Added TODOs.uckelman
2010-05-11Fixed var name.uckelman
2010-05-11Print 1 on success, don't return it. (Nothing reads the return value.)uckelman
2010-05-11Adjusted to use attachment writer shim.uckelman
2010-05-11Changed to match interface.uckelman
2010-05-10Typos. Added ability to set more headers.uckelman
2010-05-10Added file existance check.uckelman
2010-05-10Added newlines at ends of error messages.uckelman
2010-05-10Refactored.uckelman
2010-05-10Added logic for writing attachments.uckelman
2010-05-10Added shim for writing attachments.uckelman
2010-05-09Fixed bad SQL.uckelman
2010-05-09Apparently sql_quote() doesn't wrap value in quotes.uckelman
2010-05-09Remember Bobby Tables: Sanitize your SQL inputs.uckelman
2010-05-09Forgot to import the phpBB db.uckelman
2010-05-09addAttachment() is a method, not a function.uckelman
2010-05-09Removed fixed FIXME.uckelman
2010-05-09Changed topicExists() to topicStatus().uckelman
2010-05-09Added attachment handling.uckelman
2010-05-09Always include comment, even if empty.uckelman
2010-05-09Added missing scope.uckelman
2010-05-09Added missing argument.uckelman
2010-05-09Added getFlattenedParts() for conversion to phpBB-ish message.uckelman
2010-05-09buildPost is static.uckelman
2010-05-09Added dump() for debugging.uckelman
2010-05-09Refactoring for MIME part access.uckelman
2010-05-09Added comment.uckelman
2010-05-09Adjusted test.uckelman
2010-05-09Fixed bad function call.uckelman
2010-05-09Missing argument.uckelman
2010-05-09Added buildPost test.uckelman
2010-05-09Adjusted test.uckelman
2010-05-09Adjusted test.uckelman
2010-05-09Missing comma.uckelman
2010-05-09Added tests.uckelman
2010-05-09Added test for buildFilePart.uckelman
2010-05-09Test works now.uckelman
2010-05-09Refactored.uckelman
2010-05-09Fixed typo.uckelman
2010-05-09Adjustments to test.uckelman
2010-05-09Fixed class var.uckelman
2010-05-09Doing reflection differently.uckelman
2010-05-09Don't call static method with object.uckelman
2010-05-09Added missing test argument.uckelman
2010-05-09Added missing ).uckelman
2010-05-09Added missing ).uckelman
2010-05-09Added missing function keyword.uckelman