summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-10-08more config markersHEADmasterCharly Root
2013-10-08allow posting by unknown email addressesCharly Root
2013-10-08fix complaining about attachment comment being NULLCharly Root
2013-10-07mark config with CONFIG_TODOCharly Root
2013-05-12Fixed bad variable name which prevents attachments from getting theJoel Uckelman
2012-03-18Moved list footer stripping to strip_list_footer().Joel Uckelman
2012-03-17* Must double-backslash regex metacharacters in PHP strings.Joel Uckelman
2012-03-01build_post should prepend Re: for replies.Joel Uckelman
2012-03-01Cleanup.Joel Uckelman
2012-02-27phpBB 3.0 adds 'Re:' to reply subjects, so we have to strip it on the way out...Joel Uckelman
2012-02-27Strip Re and tags from Subject of incoming mail.Joel Uckelman
2012-02-27Use new build_email_subject implementation for outgoing mail.Joel Uckelman
2012-02-27Remove Edit marker from incoming mail, add it to outgoing mail.Joel Uckelman
2012-02-27Renamed functions in build_email.php.Joel Uckelman
2012-02-27Fixed problem with expected exceptions.Joel Uckelman
2012-02-27build_email_subject passes tests now.Joel Uckelman
2012-02-27Removed unused function.Joel Uckelman
2012-02-27Cosmetic.Joel Uckelman
2012-02-27PREG_OFFSET_CAPTURE is useless, as it gives start offsets, not end offsets, a...Joel Uckelman
2012-02-27Trim subject before returning.Joel Uckelman
2012-02-27Added built_post_subject for stripping tags and Re's added by mailing lists.Joel Uckelman
2011-09-26Removed SVN $Id$.Joel Uckelman
2011-09-26No longer needed, we don't remove message ids from the DB now.Joel Uckelman
2011-09-26Don't delete message id's from the post DB, as this prevents replies coming i...Joel Uckelman
2011-09-26Adjusted attachment writer URL.Joel Uckelman
2010-12-17Missing semicolon.uckelman
2010-12-16Added a FIXME.uckelman
2010-12-16In-Reply-To headers are not always just a message id, try to parse out the me...uckelman
2010-11-25* Broke out From construction.uckelman
2010-11-25Added has_rfc822_specials and rfc822_quote for handling names in email addres...uckelman
2010-11-22Renamed $db so as not to clobber phpbb's $db global.uckelman
2010-11-22find_destination is a member function.uckelman
2010-11-22Removed unused globals.uckelman
2010-11-05Removed diagnostic echo.uckelman
2010-11-02Refactored to use mailparse instead of Mail_mimeDecode. This solves the multi...uckelman
2010-11-02Removed getParts(). Fixed typo in ctor.uckelman
2010-10-31Refactored.uckelman
2010-10-31Typo.uckelman
2010-10-31Pass Mail in as dependency.uckelman
2010-10-31$logger is a member.uckelman
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