0
0
mirror of https://github.com/PHPMailer/PHPMailer.git synced 2024-09-20 10:02:14 +02:00
Commit Graph

223 Commits

Author SHA1 Message Date
Synchro
b5b2ae1626 Add multi-byte, cross-platform version of pathinfo
Make all private items protected
Improve test script HTML example
Improve test_script. A lot.
Introduce new 'html' Debugoutput type
Clean up, simplify SMTP debug output, remove embedded HTML
Fix various problems flagged by IETF msglint
2013-04-26 01:20:05 +02:00
Synchro
72f41f1f64 Determine MIME type of attachments automatically
Add cross-platform, multibyte-safe pathinfo replacement and use it
2013-04-25 12:24:43 +02:00
Marcus Bointon
78cefc64ef Fix propagation of debug output option to SMTP, see http://sourceforge.net/p/phpmailer/discussion/81619/thread/9353f060/ 2013-04-25 00:43:37 +02:00
Synchro
fbafeb47c3 Fix checking for wrong response code during a CRAM-MD5 AUTH transaction, see #46. Thanks to @Hywan 2013-04-22 17:28:09 +02:00
Synchro
548a376f4b Merge remote-tracking branch 'upstream/master' 2013-04-14 20:34:13 +02:00
Synchro
c5d7f3ac28 Update changelog 2013-04-14 19:28:06 +02:00
Marcus Bointon
3085332b53 Merge pull request #1 from Krezalis/patch-1
Create phpmailer.lang-uk.php
2013-04-14 10:21:30 -07:00
Krezalis
af516c9cdc Create phpmailer.lang-uk.php
Translate language file into Ukrainian language.
2013-04-14 12:35:53 +03:00
Marcus Bointon
078eef8085 Merge pull request #44 from Synchro/master
Fix for #43
2013-04-12 11:38:33 -07:00
Synchro
9d3e486912 Add support for VERP feature we already have! Fixes #43 2013-04-12 19:26:04 +02:00
Synchro
4d9434e394 5.2.6 release
See changelog
2013-04-11 18:45:39 +02:00
Synchro
de5f041aeb Fix PHPDoc comment 2013-04-11 07:18:40 +02:00
Synchro
fb6e90a865 Bump version to 5.2.5
Remove '-oi' options from mail command: unnecessary, breaks qmail
2013-04-07 21:09:11 +02:00
Marcus Bointon
a28143065d Merge pull request #38 from sabas/patch-1
Update phpmailer.lang-it.php
2013-04-04 09:31:31 -07:00
sabas
774100009a Update phpmailer.lang-it.php 2013-04-04 19:21:59 +03:00
sabas
a0805d656f Update phpmailer.lang-it.php 2013-04-04 19:18:44 +03:00
Synchro
e47762ffca Add <> brackets around Return-Path, fixes #37 2013-04-04 16:51:46 +02:00
Synchro
1ebcb2fd78 Mention where to get a tarball 2013-04-02 18:45:25 +02:00
Synchro
c82f0a7620 Cleanup 2013-04-02 18:42:19 +02:00
Synchro
919c0fe41a Let's have a destructor clean up SMTP rather than doing it manually 2013-04-02 18:41:57 +02:00
Synchro
0642bf5901 Move house 2013-04-02 09:12:48 +02:00
Synchro
899aac27e7 Fixes for #34 2013-03-29 19:51:29 +01:00
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