| 1 |
// $Id: CHANGELOG.txt,v 1.3.2.7 2008/07/17 14:58:08 oadaeh Exp $ |
// $Id: CHANGELOG.txt,v 1.3.2.8 2008/09/23 22:03:01 oadaeh Exp $ |
| 2 |
|
|
| 3 |
2008-09-23 Jason Flatt drupal@oadaeh.net |
2008-09-23 Jason Flatt drupal@oadaeh.net |
| 4 |
* smtp.module: Added the final touch: a workaround for a multipart/mixed |
* smtp.module: Added the final touch: a workaround for a multipart/mixed |
| 5 |
logic error in PHPMailer. |
logic error in PHPMailer. |
| 6 |
* po/smtp.pot: Moved to translations/. |
* po/smtp.pot: Moved to translations/. |
| 7 |
|
* class.phpmailer.php.2.0.2.patch, class.phpmailer.php.2.2.1.patch: Added |
| 8 |
|
to apply a work around to a logic error in PHPMailer, which is reported |
| 9 |
|
here: |
| 10 |
|
http://sourceforge.net/tracker/index.php?func=detail&aid=2125119&group_id=26031&atid=385707 |
| 11 |
|
|
| 12 |
2008-09-18 Jason Flatt drupal@oadaeh.net |
2008-09-18 Jason Flatt drupal@oadaeh.net |
| 13 |
* smtp.module: After many hours of research, code refactoring and testing, |
* smtp.module: After many hours of research, code refactoring and testing, |