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
/
EmailMessage.php
Age
Commit message (
Expand
)
Author
2013-10-08
allow posting by unknown email addresses
Charly Root
2011-09-26
Removed SVN $Id$.
Joel Uckelman
2010-12-16
In-Reply-To headers are not always just a message id, try to parse out the me...
uckelman
2010-11-05
Removed diagnostic echo.
uckelman
2010-11-02
Refactored to use mailparse instead of Mail_mimeDecode. This solves the multi...
uckelman
2010-07-29
* Added license.
uckelman
2010-05-09
Always include comment, even if empty.
uckelman
2010-05-09
Added missing scope.
uckelman
2010-05-09
Added missing argument.
uckelman
2010-05-09
Added getFlattenedParts() for conversion to phpBB-ish message.
uckelman
2010-05-09
Refactoring for MIME part access.
uckelman
2010-05-08
Testing...
uckelman
2010-05-08
Typo.
uckelman
2010-05-08
Added getParts().
uckelman
2010-04-30
Added FIXME.
uckelman
2010-04-11
Converted trigger_error to 'throw new Exception'.
uckelman
2010-03-20
Added missed file.
uckelman
2010-03-20
Refactored to make EmailMessage abstract.
uckelman
2010-03-20
Completed tests for most EmailMessage methods.
uckelman