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