Commit Graph

22 Commits

Author SHA1 Message Date
Synchro 104869b669 Updated validation regex from Michael Rushton
Update unit tests
2012-12-04 17:35:58 +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 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
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 6f919df65e Import 5.2.2rc2 from Google Code
Major cleanup of PHPDocs
Test suite works again
2012-11-21 16:12:07 +01: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 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)