Commit Graph

8 Commits

Author SHA1 Message Date
Andy Prevost 6abd6abc11 replaced deprecated split() with explode()
fixed image file extension checking 
added duplicate image checker to eliminate multiple same-name images
2009-01-26 10:38:05 +00:00
Marcus Bointon 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
2008-11-21 14:21:06 +00:00
Marcus Bointon 51d601058c Convert getFile function to simpler PHP5 version
Add a unit test for getFile
2008-11-20 22:43:07 +00:00
Marcus Bointon 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 2008-11-20 22:20:37 +00:00
Marcus Bointon 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)
2008-11-20 20:42:32 +00:00
Marcus Bointon 894b7f6d9f Import new quoted-printable encoder that's ~64x faster than existing one
Falls back tol old version if stream filter not available
2008-11-13 17:06:26 +00:00
Marcus Bointon 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.
2008-11-12 11:16:35 +00:00
Marcus Bointon fb07adf194 Fix wrong folder nesting 2008-11-11 15:34:07 +00:00
Renamed from phpmailer/class.phpmailer.php (Browse further)