summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-11-25Make sure quoting is correct.uckelman
2010-11-25Argh. Fixing expected quoted string.uckelman
2010-11-25Fixed expected rfc822 quoted string.uckelman
2010-11-25Fixed typo.uckelman
2010-11-25Fixed typo.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-10Added additional message.uckelman
2010-11-05Removed diagnostic echo.uckelman
2010-11-02Updated for mailparse change.uckelman
2010-11-02Added (incomplete) tests.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-11-02Filled out remaining tests. Added test for broken multipart/alternative handl...uckelman
2010-11-02* Renamed BridgeTest to BridgeImplTest.uckelman
2010-11-02Added test messages and attachments.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-31Renamed.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-29Renumbered, added requirements.uckelman
2010-07-29* Added license.uckelman
2010-07-29Added more explanation.uckelman
2010-07-29* Added license.uckelman
2010-07-29Added pre-release stuff.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