openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
PHPMailer
Settings
|
Report Duplicate
17
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Moderate Activity
Commits
: Listings
Analyzed
about 24 hours
ago. based on code collected
1 day
ago.
Nov 26, 2024 — Nov 26, 2025
Showing page 166 of 167
Search / Filter on:
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.
Marcus Bointon
More...
about 14 years ago
Import PHPMailer 5.2.0 from apache project
Marcus Bointon
More...
over 14 years ago
Import PHPMailer 5.2.0 from apache project
Marcus Bointon
More...
over 14 years ago
Import 5.1
Marcus Bointon
More...
over 15 years ago
Import 5.1
Marcus Bointon
More...
over 15 years ago
Merge dev branch back into trunk
Marcus Bointon
More...
over 15 years ago
Merge dev branch back into trunk
Marcus Bointon
More...
over 15 years ago
Merge in changes from the 5.0-dev branch
Marcus Bointon
More...
over 16 years ago
Merge in changes from the 5.0-dev branch
Marcus Bointon
More...
over 16 years ago
reflects changes in 210
Andy Prevost
More...
almost 17 years ago
reflects changes in 210
Andy Prevost
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
Andy Prevost
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
Andy Prevost
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
Marcus Bointon
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
Marcus Bointon
More...
about 17 years ago
Convert getFile function to simpler PHP5 version Add a unit test for getFile
Marcus Bointon
More...
about 17 years ago
Convert getFile function to simpler PHP5 version Add a unit test for getFile
Marcus Bointon
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
Marcus Bointon
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
Marcus Bointon
More...
about 17 years ago
Add test to check for missing translations (will often spot corrupt ones too)
Marcus Bointon
More...
about 17 years ago
Add test to check for missing translations (will often spot corrupt ones too)
Marcus Bointon
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
Marcus Bointon
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
Marcus Bointon
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
Marcus Bointon
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
Marcus Bointon
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)
Marcus Bointon
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)
Marcus Bointon
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!
Marcus Bointon
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!
Marcus Bointon
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
Marcus Bointon
More...
about 17 years ago
←
1
2
…
159
160
161
162
163
164
165
166
167
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree