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
65ab7f15f7 Changelog 2013-11-05 22:59:22 +01:00
Synchro
399d7f63ca Merge branch 'master' of https://github.com/PHPMailer/PHPMailer 2013-11-05 22:57:43 +01:00
Marcus Bointon
683ee9d2f0 Merge pull request #130 from amaksymiuk/master
Add phpmailer.lang-be.php
2013-11-05 13:53:41 -08:00
Synchro
e26e978d78 Provide fallback autoloading for old PHP versions, see #113 2013-10-29 11:58:40 +01:00
Synchro
41415a821f Manually merge my qmail patches for #126
Minor cleanups
2013-10-29 11:17:57 +01:00
Marcus Bointon
09d8c3198f Update changelog.md 2013-10-17 16:52:26 +02:00
Marcus Bointon
5aa6810976 Merge pull request #122 from eddsstudio/master
Create Latvian translation file
2013-10-17 07:50:34 -07:00
Eduards
9bbd976082 Create Latvian translation file 2013-10-17 17:39:48 +03:00
Synchro
ced3e13eec Readme 2013-10-16 10:32:32 +02:00
Synchro
825b592386 Minimal installation notes, see #96 2013-10-16 10:29:57 +02:00
Synchro
c8c08dc14c Update readme, changelog 2013-10-16 09:56:55 +02:00
Synchro
7c1d0f93de Prepend autoloader, fixes #120 2013-10-14 18:23:20 +02:00
Aleksander Maksymiuk
f43cde3802 Add phpmailer.lang-be.php 2013-10-07 01:36:27 +02:00
Synchro
70a52186f0 Changelog 2013-10-03 01:14:39 +02:00
Marcus Bointon
86fbc7eaff Merge pull request #116 from donatorouco/patch-1
Create galician translation file
2013-10-02 16:10:00 -07:00
Donato Rouco Fernández
2089a80d8e Create galician translation file
I've created a Galician Translation file, it's a language spoken on Galicia, a region in the northwest of Spain with more than 2.5 millions of speakers.
2013-10-02 11:27:23 +02:00
Synchro
873955a2c1 Fix the way that SMTP host lists are parsed, see #112 2013-09-25 09:52:29 +02:00
Synchro
70ba3fbc0f Fix the way that SMTP host lists are parsed, see #112 2013-09-24 14:35:34 +02:00
Synchro
accd948dad Alter the way that SMTP host lists are parsed, fixes #112 2013-09-23 09:12:02 +02:00
Synchro
c92b5bc4e1 Changelog 2013-09-20 15:59:18 +02:00
Marcus Bointon
57b183bf6a Merge pull request #110 from michield/master
Allow implementation of additional sending mechanisms by setting Mailer ...
2013-09-20 06:55:29 -07:00
Michiel Dethmers
c8cacb1787 Allow implementation of additional sending mechanisms by setting Mailer to X and implementing XSend method. 2013-09-20 10:42:02 -03:00
Synchro
7492986b81 Merge remote-tracking branch 'upstream/master' 2013-09-20 09:18:26 +02:00
Synchro
4e1cab46df Changelog 2013-09-20 09:16:38 +02:00
Marcus Bointon
48b6478887 Merge pull request #5 from binaryoung/patch-1
Update phpmailer.lang-zh_cn.php
2013-09-20 00:14:43 -07:00
binaryoung
bbb9ede86d Update phpmailer.lang-zh_cn.php 2013-09-20 14:02:24 +08:00
Marcus Bointon
562a35dcee Merge pull request #109 from btafoya/master
If the autoload stack is not activated then the return value is FALSE.
2013-09-15 10:55:49 -07:00
btafoya
fa8f517940 If the autoload stack is not activated then the return value is FALSE. 2013-09-15 00:13:34 -07:00
Synchro
3441a6dd54 Increase timeout - fixes #104
Improve debug options
2013-09-12 14:35:29 +02:00
Synchro
8717a79565 Date 5.2.7 release 2013-09-12 09:52:38 +02:00
Synchro
09a978fb1c Tests for messageID
Minor cleanup
2013-08-30 18:51:37 +02:00
Synchro
4075ba4b6b Merge changes from #101 2013-08-30 13:28:49 +02:00
Synchro
e16c820e56 Manually merge in changes from #101 2013-08-30 13:28:05 +02:00
Marcus Bointon
86ef725e80 Merge pull request #101 from davidsickmiller/patch-1
Added a function, GetLastMessageID, for accessing the last message ID
2013-08-30 02:58:27 -07:00
davidsickmiller
091e776f16 Added a function, GetLastMessageID, for accessing the last message ID
Added a function, GetLastMessageID, for accessing the last message ID.  It returns whatever message ID was used when the headers were last created, which is also the message ID of the last sent message except in failure cases.  If the client sends multiple messages using the same PHPMailer object, the value returned by GetLastMessageID() will be updated each time.  In issue #57, it was pointed out that a client wanting the message ID could just explicitly set the message ID via $this->MessageID, but that would require the client to understand how to create a good message ID.
2013-08-30 02:23:13 -04:00
Synchro
cd4ed6130a Fix POP3 test failures
Fake pop server can now specify a port to run on
2013-08-05 18:12:08 +02:00
Marcus Bointon
9d05b0d8ed Merge pull request #94 from jacroe/patch-1
Fixed some Markdown formatting
2013-08-04 02:26:52 -07:00
Jacob Roeland
33f0ae3f86 Fixed some Markdown formatting
- Wrapped the "git remote set-url" command in Markdown code quotes
 - Added a link directly to the Changelog
2013-08-04 02:50:01 -05:00
Synchro
73093a32a3 Add fake pop server and POP-before-SMTP tests.
Update POP before SMTP example to use new static method.
2013-08-02 16:19:01 +02:00
Synchro
3374536cac Remove excess blank line that triggers spamassassin, see #92 2013-08-02 15:23:21 +02:00
Synchro
331d24bc82 Fix Q-encoding for strings containing '=', fixes #91 2013-08-01 09:55:26 +02:00
Synchro
812985886e Merge remote-tracking branch 'upstream/master' into smtp-refactor 2013-08-01 08:40:43 +02:00
Marcus Bointon
6c1cfe587e Merge pull request #90 from nemelu/patch-1
Update Czech translation, see #24
2013-07-31 23:39:35 -07:00
nemelu
1e953c2d03 Update Czech translation 2013-07-31 20:39:23 +02:00
Synchro
e0eeb028d5 Merge branch 'smtp-refactor' of https://github.com/Synchro/PHPMailer into smtp-refactor 2013-07-30 12:52:59 +02:00
Synchro
d992ae6dc4 Centralise check for debug output
PSR-2 reformat

Enable debug output for failing test

Fix broken test
Comment clearout

Proper thin spaces before French punctuation

Fix phpdocs for addrAppend and addrFormat, fixes #81
Minor code cleanup, remove some local vars

See changelog.

More phpdoc cleanup
2013-07-30 12:51:15 +02:00
Synchro
b9e61c6e09 More phpdoc cleanup 2013-07-30 12:42:50 +02:00
Synchro
6720e98e10 See changelog. 2013-07-30 03:15:16 +02:00
Synchro
6763d1b6ed Fix phpdocs for addrAppend and addrFormat, fixes #81
Minor code cleanup, remove some local vars
2013-07-23 17:34:06 +02:00
Synchro
f3a4f75197 Proper thin spaces before French punctuation 2013-07-22 20:29:45 +02:00