index
:
phpbb3-listbridge
master
Bridges between a phpBB3 forum and a Mailing List. Forked from git://vassalengine.git.sourceforge.net/gitroot/vassalengine/listbridge
flo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2012-02-27
Cosmetic.
Joel Uckelman
2012-02-27
build_email_subject passes tests now.
Joel Uckelman
2012-02-27
Removed unused function.
Joel Uckelman
2012-02-27
Cosmetic.
Joel Uckelman
2012-02-27
PREG_OFFSET_CAPTURE is useless, as it gives start offsets, not end offsets, a...
Joel Uckelman
2012-02-27
Don't require PHPUnit/Framework.php for phpunit >= 3.6.
Joel Uckelman
2012-02-27
Trim subject before returning.
Joel Uckelman
2012-02-27
Expected and actual were backwards.
Joel Uckelman
2012-02-27
Typos.
Joel Uckelman
2012-02-26
Merge branch 'master' of ssh://vassalengine.git.sourceforge.net/gitroot/vassa...
Joel Uckelman
2012-02-27
Typos.
Joel Uckelman
2012-02-26
Typo.
Joel Uckelman
2012-02-27
Added built_post_subject for stripping tags and Re's added by mailing lists.
Joel Uckelman
2011-09-26
Removed SVN $Id$.
Joel Uckelman
2011-09-26
No longer needed, we don't remove message ids from the DB now.
Joel Uckelman
2011-09-26
Don't delete message id's from the post DB, as this prevents replies coming i...
Joel Uckelman
2011-09-26
Adjusted attachment writer URL.
Joel Uckelman
2011-09-26
Added SQL schema for tests of phpbb3 users table.
Joel Uckelman
2010-12-17
Missing semicolon.
uckelman
2010-12-16
Added a FIXME.
uckelman
2010-12-16
Corrected tests.
uckelman
2010-12-16
Added tests for In-Reply-To fix.
uckelman
2010-12-16
In-Reply-To headers are not always just a message id, try to parse out the me...
uckelman
2010-11-25
Typo.
uckelman
2010-11-25
* Broke out From construction.
uckelman
2010-11-25
Ack. More quote fixing.
uckelman
2010-11-25
Make sure quoting is correct.
uckelman
2010-11-25
Argh. Fixing expected quoted string.
uckelman
2010-11-25
Fixed expected rfc822 quoted string.
uckelman
2010-11-25
Fixed typo.
uckelman
2010-11-25
Fixed typo.
uckelman
2010-11-25
Added has_rfc822_specials and rfc822_quote for handling names in email addres...
uckelman
2010-11-22
Renamed $db so as not to clobber phpbb's $db global.
uckelman
2010-11-22
find_destination is a member function.
uckelman
2010-11-22
Removed unused globals.
uckelman
2010-11-10
Added additional message.
uckelman
2010-11-05
Removed diagnostic echo.
uckelman
2010-11-02
Updated for mailparse change.
uckelman
2010-11-02
Added (incomplete) tests.
uckelman
2010-11-02
Refactored to use mailparse instead of Mail_mimeDecode. This solves the multi...
uckelman
2010-11-02
Removed getParts(). Fixed typo in ctor.
uckelman
2010-11-02
Filled out remaining tests. Added test for broken multipart/alternative handl...
uckelman
2010-11-02
* Renamed BridgeTest to BridgeImplTest.
uckelman
2010-11-02
Added test messages and attachments.
uckelman
2010-10-31
Refactored.
uckelman
2010-10-31
Typo.
uckelman
2010-10-31
Pass Mail in as dependency.
uckelman
2010-10-31
$logger is a member.
uckelman
2010-10-31
Renamed.
uckelman
2010-10-31
Major refactoring to make bridge easier to test.
uckelman
[next]