https://phpmailer.svn.sourceforge.net/svnroot/phpmailer/phpmailer/trunk
........
r200 | coolbru | 2008-11-20 17:20:37 -0500 (Thu, 20 Nov 2008) | 2 lines
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
........
r201 | coolbru | 2008-11-20 17:21:44 -0500 (Thu, 20 Nov 2008) | 2 lines
Add test to check for missing translations (will often spot corrupt ones too)
........
r202 | coolbru | 2008-11-20 17:27:58 -0500 (Thu, 20 Nov 2008) | 7 lines
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
........
r203 | coolbru | 2008-11-20 17:43:07 -0500 (Thu, 20 Nov 2008) | 3 lines
Convert getFile function to simpler PHP5 version
Add a unit test for getFile
........
r204 | coolbru | 2008-11-21 09:21:06 -0500 (Fri, 21 Nov 2008) | 11 lines
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
........