fix: Mails sent from WebGUI now wrap at 78 characters to prevent a problem with SMTP servers that do not accept lines longer than 998 characters. This is per the SMTP RFCs. Added testing for this fix, still much to test for WebGUI::Mail::Send. Added API method to facilitate testing.

This commit is contained in:
Doug Bell 2008-01-12 07:46:32 +00:00
parent 1127d9dff2
commit 338c494d47
4 changed files with 222 additions and 67 deletions

View file

@ -23,6 +23,11 @@
widgetize and templateId is the template for the widget itself. If
templateId isn't specified, uses ajaxInlineView.
7.4.21
- fix: Mails sent from WebGUI now wrap at 78 characters, as the SMTP
RFC asks, to fix problems with some SMTP servers when lines exceed
998 characters.
7.4.20
- fix: Assets with no committed versions may be left as orphans when parent is purged
- fix: Tag cloud limited was to 50 least commonly used tags