17
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 24 hours ago. based on code collected 1 day ago.
Nov 26, 2024 — Nov 26, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Don't quote the charset in content-type headers. While RFC2045 section 5.1 says it should work with or without, it seems that some clients don't like it quoted. More... about 14 years ago
Import PHPMailer 5.2.0 from apache project More... over 14 years ago
Import PHPMailer 5.2.0 from apache project More... over 14 years ago
Import 5.1 More... over 15 years ago
Import 5.1 More... over 15 years ago
Merge dev branch back into trunk More... over 15 years ago
Merge dev branch back into trunk More... over 15 years ago
Merge in changes from the 5.0-dev branch More... over 16 years ago
Merge in changes from the 5.0-dev branch More... over 16 years ago
reflects changes in 210 More... almost 17 years ago
reflects changes in 210 More... almost 17 years ago
replaced deprecated split() with explode() fixed image file extension checking added duplicate image checker to eliminate multiple same-name images More... almost 17 years ago
replaced deprecated split() with explode() fixed image file extension checking added duplicate image checker to eliminate multiple same-name images More... almost 17 years ago
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 More... about 17 years ago
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 More... about 17 years ago
Convert getFile function to simpler PHP5 version Add a unit test for getFile More... about 17 years ago
Convert getFile function to simpler PHP5 version Add a unit test for getFile More... about 17 years ago
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 More... about 17 years ago
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 More... about 17 years ago
Add test to check for missing translations (will often spot corrupt ones too) More... about 17 years ago
Add test to check for missing translations (will often spot corrupt ones too) More... about 17 years ago
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 More... about 17 years ago
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 More... about 17 years ago
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 More... about 17 years ago
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 More... about 17 years ago
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) More... about 17 years ago
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) More... about 17 years ago
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! More... about 17 years ago
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! More... about 17 years ago
Import new quoted-printable encoder that's ~64x faster than existing one Falls back tol old version if stream filter not available More... about 17 years ago