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
path:
root
/
src
/
F2M.php
Age
Commit message (
Expand
)
Author
2010-04-20
* Don't sent HTML email.
uckelman
2010-04-19
* Send multipart/alternative mail.
uckelman
2010-04-19
Test BBCodeParser.
uckelman
2010-04-14
Added TODOs.
uckelman
2010-04-14
Added encoding headers.
uckelman
2010-04-14
Fixed mispelled variable name. Argh!
uckelman
2010-04-13
Get topic_first_post_id from $data.
uckelman
2010-04-13
Get post_id from table on reply.
uckelman
2010-04-13
Get topic_id from post_data instead.
uckelman
2010-04-13
Get PhpBB to show us the errors.
uckelman
2010-04-13
Added In-Reply-To and References headers.
uckelman
2010-04-13
More code.
uckelman
2010-04-13
Fixed typos.
uckelman
2010-04-13
Added mail code.
uckelman
2010-04-13
Added more code for testing.
uckelman
2010-04-12
Tinkering.
uckelman
2010-04-11
Use dirname instead of substr.
uckelman
2010-04-11
Fixed typo.
uckelman
2010-04-11
Get forumURL.
uckelman
2010-04-11
Pass time to build_message_id().
uckelman
2010-04-11
Get RFC2822 date for Date header.
uckelman
2010-04-11
Added getPostTime().
uckelman
2010-04-11
Adding forum -> list bridge.
uckelman