[Jifty-commit] r2015 - jifty/trunk/lib/Jifty

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Tue Oct 10 16:59:29 EDT 2006


Author: clkao
Date: Tue Oct 10 16:59:27 2006
New Revision: 2015

Modified:
   jifty/trunk/lib/Jifty/Notification.pm

Log:
Content-transfer-encoding needs to be 8bit.

Modified: jifty/trunk/lib/Jifty/Notification.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Notification.pm	(original)
+++ jifty/trunk/lib/Jifty/Notification.pm	Tue Oct 10 16:59:27 2006
@@ -94,6 +94,7 @@
         attributes => { charset => 'UTF-8' },
         parts => $self->parts
     );
+    $message->encoding_set('8bit');
     $self->set_headers($message);
 
     my $method   = Jifty->config->framework('Mailer');


More information about the Jifty-commit mailing list