summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-10-31Major refactoring to make bridge easier to test.uckelman
2010-10-31No longer used.uckelman
2010-08-25Local policy to let postfix local read Perl modules no longer needed as of se...uckelman
2010-07-30Works as localhost, so use that and avoid name resolution.uckelman
2010-07-29* Added license.uckelman
2010-07-29* Added license.uckelman
2010-07-29Remove config file.uckelman
2010-07-29Added example config.uckelman
2010-07-29Handle <!-- l --> (postlink-local) non-BBCode local links.uckelman
2010-07-28Decode HTML entities in forum name and post subject.uckelman
2010-07-27* Don't throw on replies to old posts.uckelman
2010-07-27Added is_ascii().uckelman
2010-07-27Don't barf on unrecognized messages. Unrecognized messages are probaly just o...uckelman
2010-07-27Added more logging.uckelman
2010-07-27Convert non-BBCode email links.uckelman
2010-07-25* Correctly handle open tags with arguments.uckelman
2010-07-24Decode smilies.uckelman
2010-07-21Indicate name of forum in subject of outgoing mail.uckelman
2010-07-17Must include Sender header in forum->list messages to allow passage of messag...uckelman
2010-07-16Added lists table for mapping forum ids to lists.uckelman
2010-07-15Added SELinux policy to let postfix_local run postfix_handoff.pl.uckelman
2010-07-15Added script which bridges postfix_local to apache. uckelman
2010-07-15Added logging.uckelman
2010-07-15Move creation of Message-ID to be before its first use!uckelman
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-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