Commit Graph

2701 Commits

Author SHA1 Message Date
Synchro aac6e6e8c6 Use built-in formatting for time zone offset rather than calculating it manually. Fixes #33 2013-03-28 19:54:21 +01:00
Synchro 81b30dc676 Merge remote-tracking branch 'origin/master' 2013-03-27 11:52:55 +01:00
Synchro ae3f90a5f3 Minor fix for Dutch language file, thanks to @Lekensteyn 2013-03-27 11:52:24 +01:00
Jim Jagielski a9970fb2a4 joined up 2013-03-25 08:48:58 -04:00
Jim Jagielski 60262de24a Add Marcus as official admin 2013-03-25 08:45:22 -04:00
Synchro e26b905f3e Add tests for trying to add empty addresses 2013-03-21 16:06:47 +01:00
Synchro ac658cf21b Update the html2text class with a fork from https://github.com/mtibben/html2text
Hopefully it will fix the PHP 5.5 build as it no longer uses the deprecated `/e` modifier.
I removed the namespace declaration so that it will work in older versions of PHP, and lower-cased the class name for backward compatibility.
2013-03-21 15:41:59 +01:00
Synchro 9a279e3a6f Implement an 'advanced' html to text converter for MsgHTML, using the html2text class we already bundle [via SourceForge](https://sourceforge.net/p/phpmailer/bugs/368/)
Some code cleanup in tests
2013-03-21 15:08:29 +01:00
Synchro ca65bf412c Make sure time zone is set to at least a default value [via SourceForge](https://sourceforge.net/p/phpmailer/bugs/360/)
Fix RFC822 date format used - was missing offset - now matches the DateTime::RFC822 constant in PHP 5.2+
2013-03-21 13:06:24 +01:00
Synchro 5d64a6ea77 Add mechanism for allowing sending messages with an empty body [via SourceForge](https://sourceforge.net/p/phpmailer/bugs/334/) 2013-03-21 11:56:26 +01:00
Synchro 230e369b30 Add unit test for EncodeQ [via SourceForge](https://sourceforge.net/p/phpmailer/bugs/341/)
Minor PHPDoc cleanup
2013-03-21 11:10:52 +01:00
Synchro 828c3e5827 DKIM header length fix from Valery Patskevich [via SourceForge](https://sourceforge.net/p/phpmailer/bugs/410/)
Don't credit PHPMailer in DKIM string - we already add an X-Mailer header
2013-03-20 17:58:15 +01:00
Synchro b62f5b69e8 DKIM signing fix from Seph Soliman [via SourceForge](https://sourceforge.net/p/phpmailer/bugs/413/) 2013-03-20 17:47:00 +01:00
Marcus Bointon 02a4f32622 Update README.md 2013-03-12 16:02:49 +01:00
Marcus Bointon 61668ac176 Merge pull request #31 from eliovir/master
Esperanto/French translations
2013-03-12 02:46:35 -07:00
Eliovir cc9a45fbb8 Correct French translation (typography) and add Esperanto translation. 2013-03-11 16:47:23 +01:00
Synchro 997a4027de Various small fixes and changes from SourceForge 2013-03-06 23:55:58 +01:00
Synchro 9dd16cef4e Quotes, indents, add test for BCC-only 2013-03-06 17:34:28 +01:00
Synchro 9e308fea31 Quotes, indents 2013-03-06 17:34:00 +01:00
Synchro 61b907ad59 Get PHP version dynamically 2013-02-28 21:10:14 +01:00
Synchro 412cf9debb Get PHP version dynamically 2013-02-28 20:38:07 +01:00
Synchro ffd12e9c9f Hm. Nasty hardcoded version number... 2013-02-28 20:23:15 +01:00
Synchro b7e4eeda1e Try to see how php is configured on Travis 2013-02-28 20:15:47 +01:00
Synchro a3eadb8ecb Try to see how php is configured on Travis 2013-02-28 19:58:38 +01:00
Synchro 263bf4fa27 Try another tack, try to see how php is configured on Travis 2013-02-28 19:25:31 +01:00
Synchro 0680e1c7ce Test Travis mail config 2013-02-28 19:09:53 +01:00
Synchro a24d25ff93 Try to fix broken sendmail invocation on Travis 2013-02-28 18:43:07 +01:00
Synchro 8ad881fb30 Don't try to use the mail() function if it's not available, should fix Travis-CI builds. 2013-02-28 18:29:55 +01:00
Synchro dfc40d56ce Break out translation tests into separate test case so Travis can pass the rest of the code, see #24 2013-02-28 17:53:20 +01:00
Synchro 11f8fbb3c5 Simplify the way that client data is sent in the SMTP class, remove some duplicate code, improve debug output 2013-02-28 17:26:56 +01:00
Synchro c15920ece2 Make MsgHTML() always overwrite AltBody, fixes #28
Break out html to text conversion to a method so it can be overridden easily and use it internally, fixes #29
2013-02-28 14:21:00 +01:00
Synchro d50f51116f Small language updates for French and Dutch, see #24 2013-02-28 14:17:27 +01:00
Marcus Bointon 76f8e5b1fa Merge pull request #27 from mattsturdy/master
PHPMailer: updated Spanish language file + test_script/index.php
2013-02-27 16:08:22 -08:00
mattsturdy e94a9b3156 Update examples/test_smtp_gmail_advanced.php 2013-02-27 20:55:02 -03:00
mattsturdy ea60bd844a Update examples/test_smtp_gmail_basic.php
update to use RFC 2606 email addresses
2013-02-27 20:54:03 -03:00
mattsturdy 2f7b3ec0f5 Update examples/test_smtp_gmail_advanced.php
updated to use RFC 2606 emails
2013-02-27 20:52:16 -03:00
matt sturdy a7cfc81b68 Updated example/*gmail* scripts to use TLS and port 587. Simplified test_scripts/index.php, new style, required fields and added option to form for setting TLS/SSL with SMTP 2013-02-27 09:30:29 -03:00
matt sturdy 21fdee4ff6 updated Spanish language file 2013-02-21 14:21:42 -03:00
matt sturdy b818119b81 updated Spanish language file 2013-02-21 11:01:37 -03:00
matt sturdy 58f1e508e5 updated Spanish language file 2013-02-21 10:54:38 -03:00
Synchro adb0197c10 Merge in changes from Google code 5.2.4 release
Code cleanup in SMTP class
2013-02-21 12:44:28 +01:00
Synchro a51a9e1818 Fix location of true 2013-02-02 21:10:17 +01:00
Synchro e7c8bb7655 Filenames! 2013-02-02 20:40:32 +01:00
Synchro e8adf8159c Fix permissions 2013-02-02 20:38:31 +01:00
Synchro 07f7a1bdd5 Add fake sendmail script, adjust travis config to use it 2013-02-02 18:41:54 +01:00
Synchro edbefba3b7 Add example test config, adjust test setup to use it, see #19 2013-02-01 16:05:17 +01:00
Synchro 1d074a4ec9 Add Travis CI config and status, see #19 2013-02-01 15:32:12 +01:00
Synchro 691d7b086c Cleanup 2013-01-31 12:04:26 +01:00
Synchro b53ab113a8 Add unit test for S/MIME signing
Add checks for OpenSSL before trying to use it
2013-01-31 11:48:45 +01:00
Synchro e6839778ef Add a simpler regex that works in older PCRE versions, and a fallback for when PCRE is missing, fixes #21 2013-01-31 09:14:08 +01:00