Commit Graph

  • 6aedafc178 Andy Prevost 2009-03-30 15:04:41 +0000
  • 92f41f09ce Andy Prevost 2009-03-30 15:03:52 +0000
  • 5962076ec1 Fairly major cleanup - exceptions system still needs work for consistency Recommit some stuff that got dropped accidentally Marcus Bointon 2009-03-30 14:32:28 +0000
  • 18beaa7a9f Fix typo Marcus Bointon 2009-03-30 08:42:31 +0000
  • b2fabf197a New test script ... see the new changelog for full description of how this works. Andy Prevost 2009-03-30 01:27:25 +0000
  • 3049ca4da5 Updated change log to reflect current development. Andy Prevost 2009-03-30 01:26:54 +0000
  • 2b12842802 Significant rewrite. Cleaned up code. Re-factored for class.phpmailer.php new exception handling functionality. Removed functions not used: public function Expand($name) { public function Help($keyword="") { public function Noop() { public function Send($from) { public function SendOrMail($from) { public function Verify($name) { Andy Prevost 2009-03-30 01:26:32 +0000
  • 9eae95a37c Significant changes. New exception handling. Changed processing of Qmail and Sendmail so they cannot be used inadvertently when they do not exist on a particular server. Andy Prevost 2009-03-30 01:25:58 +0000
  • 03f5caf9c6 New document to assist users in debugging SMTP connection and sending problems. Andy Prevost 2009-03-29 17:38:29 +0000
  • be831609a1 Significant changes. New exception handling. Andy Prevost 2009-03-29 17:30:35 +0000
  • 47bd2d16cc Significant rewrite. Cleaned up code. Re-factored for class.phpmailer.php new exception handling functionality. Removed functions not used: public function Expand($name) { public function Help($keyword="") { public function Noop() { public function Send($from) { public function SendOrMail($from) { public function Verify($name) { Andy Prevost 2009-03-29 17:29:22 +0000
  • 9d575e3848 New language variables added. Translators: your help with the new variables translation would be very much appreciated. Andy Prevost 2009-03-29 17:24:38 +0000
  • 93eb0f9e67 Remove bundled obsolete phpunit class - use the current version from PEAR instead Rename unit test script to work better with phpunit cli test runner Alter tests to work better with newer PHPUnit Note function of testbootstrap.php file in SetUp() function Marcus Bointon 2009-03-29 03:31:31 +0000
  • cdab44f34b Oops. Take my email address out of the test file... Marcus Bointon 2009-03-28 02:29:18 +0000
  • f7fbc16a6b A boatload of changes! New exception handling Improved language string loading to avoid errors Simplified language files Lots of code cleanup Changed some function access Marcus Bointon 2009-03-28 02:13:01 +0000
  • 57cec81eec Creating dev branch for 5.0 Marcus Bointon 2009-03-28 00:07:27 +0000
  • 6cc4541aed reflects changes in 210 Andy Prevost 2009-01-26 10:38:32 +0000
  • 6abd6abc11 replaced deprecated split() with explode() fixed image file extension checking added duplicate image checker to eliminate multiple same-name images Andy Prevost 2009-01-26 10:38:05 +0000
  • 2a416276d4 Merged revisions 200-204 via svnmerge from https://phpmailer.svn.sourceforge.net/svnroot/phpmailer/phpmailer/trunk svn/phpmailer-2.3.0-msg-limit-patch origin/phpmailer-2.3.0-msg-limit-patch Carl Corliss 2008-12-01 18:20:06 +0000
  • 263bf12e2e Make address clearing functions also remove entries from all_recipients array Add doctype and charset to test output Fix error test Make test resuts a bit prettier Improve addressing tests Fix Russian and Polish corrupted language files, make sure all use UTF-8 Remove BOM from chinese language file Make sure file descriptior is closed in EncodeFile Fix private access problems to SMTP error message by adding getError function (caused by recent addition of SMTP error reporting) All unit tests now pass Marcus Bointon 2008-11-21 14:21:06 +0000
  • 51d601058c Convert getFile function to simpler PHP5 version Add a unit test for getFile Marcus Bointon 2008-11-20 22:43:07 +0000
  • 88694da004 Add smtp error string to all languages Remove stray comment chars in Arabic translation Correct UTF-8 encoding of Russian and Chinese translations Use single quotes in all array indices in language files Remove unnecessary string concatenations and blank lines Japanese and Polish are still broken Marcus Bointon 2008-11-20 22:27:58 +0000
  • c472d9a54f Add test to check for missing translations (will often spot corrupt ones too) Marcus Bointon 2008-11-20 22:21:44 +0000
  • e570ea0524 Add SMTP error output in error messages, add new language string, as per sf patch: https://sourceforge.net/tracker2/?func=detail&aid=1800644&group_id=26031&atid=385709 Marcus Bointon 2008-11-20 22:20:37 +0000
  • 76a3eb79b1 Branch for testing SMTP message limit patch by Carl Corliss Marcus Bointon 2008-11-20 21:06:15 +0000
  • 5aeead7e70 Update unit test class so it doesn't generate warnings for call-time pass-by-reference errors in PHP5 Fix attachment tests to use new GetAttachments function instead of trying to access the private $attachments property Check that local dir is writable before trying to write file (and use neater PHP5 syntax) Add tests for new duplicate address checking on AddAddress, AddCC, AddBCC Marcus Bointon 2008-11-20 20:46:29 +0000
  • 91b3277e88 Add checking for duplicate addresses as per https://sourceforge.net/tracker2/?func=detail&aid=1830473&group_id=26031&atid=385709 thanks to Carl Corliss and Me Note that it doesn't apply this restriction to ReplyTo as it's not unreasonable to have an address you're sending to also being a reply address Add a GetAttachments function, which is needed to stop unit test from breaking (attachments are private) Marcus Bointon 2008-11-20 20:42:32 +0000
  • 71d07b4787 Consistency cleanup of language files Ensure all files use UTF-8, no BOM Ensure all files use Unix line breaks, and have no trailing line break Arabic language was corrupted, so reimported from sourceforge patch Files that previously used HTML entities now use correct UTF-8 characters Looks like japanese and polish are corrupt, but I don't speak them to fix them! Marcus Bointon 2008-11-14 10:02:55 +0000
  • 894b7f6d9f Import new quoted-printable encoder that's ~64x faster than existing one Falls back tol old version if stream filter not available Marcus Bointon 2008-11-13 17:06:26 +0000
  • da06e1d598 No code changes, just cleanup Fix some inconsistent phpdoc syntax, make sure scripts have a page-level docblock and version tags Remove compiled phpdocs from repo Add docs.ini config file for phpdoc: use `phpdoc -i docs.ini` to generate docs. Marcus Bointon 2008-11-12 11:16:35 +0000
  • fb07adf194 Fix wrong folder nesting Marcus Bointon 2008-11-11 15:34:07 +0000
  • fd036f306b Tag 2.3 release v2.3.0 phpmailer-2.3.0 Marcus Bointon 2008-11-11 12:25:05 +0000
  • af45636d87 Import 2.3 release Marcus Bointon 2008-11-11 12:21:33 +0000
  • 6ffa946a66 Tag 2.0.3 release v2.0.3 phpmailer-2.0.3 Marcus Bointon 2008-11-11 10:47:04 +0000
  • 78a7c7c77c Update to 2.0.3 release svn/phpmailer-2.0 origin/phpmailer-2.0 Marcus Bointon 2008-11-11 10:42:34 +0000
  • 8c18e477a3 Move the rest svn/vendor origin/vendor Marcus Bointon 2008-08-07 12:41:59 +0000
  • 40df5e651e Move the rest phpmailer-2.3.0@186 Marcus Bointon 2008-08-07 12:41:59 +0000
  • 50b36f5801 Move the rest v2.2.1 Marcus Bointon 2008-08-07 12:41:59 +0000
  • 769a5a4fe6 Move the rest Marcus Bointon 2008-08-07 12:41:59 +0000