CHANGELOG.txt 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. 2009-11-12 Franz G Vanderlinde franz@chuva-inc.com
  2. * bug report #132903 by johngriffin: definitive integration between Mimemail and SMTP
  3. * feature request #132903 by mishhh,franz: Mimemail integration
  4. * bug report #465750 from bbirtle,franz: Better parsing and handling of charsets
  5. * bug report #207925 by Wim Leers,franz: Adds reply-to in case there are none.
  6. * file sv.po was initially added on branch DRUPAL-6--1.
  7. * file fr.po was initially added on branch DRUPAL-6--1.
  8. 2008-09-23 Jason Flatt drupal@oadaeh.net
  9. * smtp.module: Added the final touch: a workaround for a multipart/mixed
  10. logic error in PHPMailer.
  11. * po/smtp.pot: Moved to translations/.
  12. * class.phpmailer.php.2.0.2.patch, class.phpmailer.php.2.2.1.patch: Added
  13. to apply a work around to a logic error in PHPMailer, which is reported
  14. here:
  15. http://sourceforge.net/tracker/index.php?func=detail&aid=2125119&group_id=26031&atid=385707
  16. 2008-09-18 Jason Flatt drupal@oadaeh.net
  17. * smtp.module: After many hours of research, code refactoring and testing,
  18. this module is hopefully MIME 1.0 compliant.
  19. 2008-08-26 Jason Flatt drupal@oadaeh.net
  20. * smtp.module: Changed admin/reports/watchdog to admin/reports/dblog, per
  21. greggles in IRC.
  22. 2008-07-17 Jason Flatt drupal@oadaeh.net
  23. * po: Changed to translations (http://drupal.org/node/262455).
  24. translations/de.po: Added (http://drupal.org/node/262455).
  25. Added e-mail address validation check for the settings page.
  26. Added additional from e-mail address validation checking during the
  27. processing of the e-mail message (http://drupal.org/node/281599).
  28. 2008-07-12 Jason Flatt drupal@oadaeh.net
  29. * smtp.module: Uncommented two functions that set the from name and e-mail
  30. address, per jcwatson11 in http://drupal.org/node/281599.
  31. Changed the way two wathcdog message were formatted.
  32. po/smtp.pot: Added.
  33. 2008-07-11 Jason Flatt drupal@oadaeh.net
  34. * smtp.module: Changed the encryption protocol variable name from
  35. $mail->Protocol to $mail->SMTPSecure, per root_of_roots in
  36. http://drupal.org/node/280081.
  37. Added an administrative option for enabling debugging, per dennys in
  38. http://drupal.org/node/199843.
  39. Made the "On" and "Off" radio options translatable, per
  40. rastatt@drupal.org in http://drupal.org/node/262455#comment-917055.
  41. 2008-07-06 Jason Flatt drupal@oadaeh.net
  42. * smtp.module: Continued upgrade process to Drupal 6.x compatibility.
  43. Tweaked the inline comments and documentation.
  44. Removed _smtp_initialize_language().
  45. 2008-07-04 Jason Flatt drupal@oadaeh.net
  46. * smtp.module: Continued upgrade process to Drupal 6.x compatibility.
  47. Added $mail->ContentType = 'multipart/mixed';
  48. 2008-07-03 Jason Flatt drupal@oadaeh.net
  49. * smtp.module: Began the upgrade process to Drupal 6.x compatibility.