Commit Graph

2701 Commits

Author SHA1 Message Date
Marcus Bointon e4bd8abbd7 Merge pull request #23 from guimaraeslucas/patch-1
Updated the BR language file
2013-01-25 06:11:13 -08:00
guimaraeslucas d720039fb3 Updated the language file
Completed the translation in Brazilian Portuguese.
2013-01-25 12:02:37 -02:00
Synchro 9f9cea9f7d Add Hebrew language support, thanks to Ronny Sherer 2013-01-23 15:06:57 +01:00
Synchro ecad03f620 Coding style 2013-01-12 17:34:27 +01:00
Marcus Bointon caf201ede5 Merge pull request #17 from bluemooninc/master
Show the error message from class.smtp.php
2013-01-12 08:23:40 -08:00
Marcus Bointon 286b274e93 Merge pull request #18 from revaxarts/master
Language string failed to load: tls
2013-01-12 08:20:49 -08:00
revaxarts 56cfc0d520 Update class.phpmailer.php
language string 'tls' is missing on line 1067. can use 'connect_host' instead
2013-01-12 16:08:32 +01:00
Yoshi Sakai 198cf88237 Change html tag
<br> to ":" and ","
2013-01-12 20:53:36 +09:00
Yoshi Sakai f0b4e35438 add error information from class.smtp.php
add $this->smtp->getError() to the throw new phpmailerException
2013-01-12 14:29:59 +09:00
Synchro a4b456e69d Fix for attachments with duplicate filenames, thanks to @revaxarts, fixes #15 a bit more! 2012-12-22 20:46:27 +01:00
Synchro 8d85d51975 Fix for attachments with duplicate filenames, thanks to @revaxarts, fixes #15 2012-12-21 11:17:31 +01:00
Synchro 104869b669 Updated validation regex from Michael Rushton
Update unit tests
2012-12-04 17:35:58 +01:00
Synchro a5ac40468b Change changelog pointer 2012-12-04 13:06:08 +01:00
Synchro 10c57b72fe Merge changes from Google Code 5.2.2 release, thanks Jim
Replace Quoted-Printable encoder, improve tests
Reformat changelog using markdown
Coding standards
2012-12-04 12:15:39 +01:00
Synchro f702e135de Update readme 2012-12-04 10:39:19 +01:00
Synchro 95cc8b829b Add info & test case for CRAM-MD5 auth
Fix validation test
Fix misdocumented do_debug property in SMTP
Code cleanup
2012-12-04 10:33:23 +01:00
Marcus Bointon c7ff6fb2a1 Merge pull request #13 from okonomiyaki3000/cram-md5
New AuthType: CRAM-MD5
2012-12-04 01:10:01 -08:00
Elijah Madden 5c70a370e2 New AuthType: CRAM-MD5 2012-12-04 17:33:50 +09:00
Synchro 2638daad6f Add composer license entry 2012-12-03 16:21:49 +01:00
Synchro 7224d9e402 Add a composer.json, fixes #8
Composer file adapted from https://github.com/minmb/phpmailer, thanks.
Update email
2012-12-03 16:04:56 +01:00
Synchro a50834223d Make ValidateAddress return an explicit boolean as docs say it does
Reformat regex slightly, seemed to produce odd effects with literal tab chars in: This fixes #10
Add email validation test cases
Reformulate translation test case so all problems are reported together
2012-12-03 15:19:38 +01:00
Synchro 6e8479aaf0 Replace quoted-printable encoders with a much simpler one 2012-11-22 19:01:50 +01:00
Synchro b9bc1072f6 Rearrange readme a bit 2012-11-21 17:05:23 +01:00
Synchro 0f3f8b872b Merge branch 'master' of https://github.com/Synchro/PHPMailer
Conflicts:
	README.md
2012-11-21 16:22:25 +01:00
Synchro 6f919df65e Import 5.2.2rc2 from Google Code
Major cleanup of PHPDocs
Test suite works again
2012-11-21 16:12:07 +01:00
Marcus Bointon da3c464034 Merge pull request #4 from nathanl/more_documentation
Showing more usage options
2012-09-14 01:12:43 -07:00
Nathan Long 8d276bb54f Showing more usage options 2012-09-11 10:56:14 -06:00
Marcus Bointon be7f588afb Merge pull request #3 from nathanl/readme_to_markdown
Change README to markdown and reorganize
2012-09-05 15:59:26 -07:00
Nathan Long e06ff1a5b3 Change README to markdown and reorganize 2012-09-05 16:50:13 -06:00
Synchro fb70deb117 Reapply charset quiting fix 2012-04-27 21:54:57 +02:00
Synchro 06aff1b403 Merge in 5.2.1 from google code 2012-04-27 21:47:05 +02:00
Marcus Bointon 366cbc8f9c 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. 2011-08-30 15:31:18 +03:00
Marcus Bointon cca7fc22fb Import PHPMailer 5.2.0 from apache project 2011-08-23 10:20:10 +02:00
Marcus Bointon 5b661107ca Import 5.1 2010-06-23 16:46:33 +00:00
Marcus Bointon e2874ecc02 Merge dev branch back into trunk 2010-06-23 16:16:59 +00:00
Marcus Bointon 8d4fc6d507 Merge in changes from the 5.0-dev branch 2009-05-05 11:22:26 +00:00
Andy Prevost 6cc4541aed reflects changes in 210 2009-01-26 10:38:32 +00:00
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 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
2008-11-20 22:27:58 +00:00
Marcus Bointon c472d9a54f Add test to check for missing translations (will often spot corrupt ones too) 2008-11-20 22:21:44 +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 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
2008-11-20 20:46:29 +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 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!
2008-11-14 10:02:55 +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
Marcus Bointon af45636d87 Import 2.3 release 2008-11-11 12:21:33 +00:00