I'm looking at ticket #19:

http://liftweb.lighthouseapp.com/projects/26102/tickets/19-mailer-doesnt-handle-plain-text-encoding

The setText method is essentially a shortcut for setContent(...,
"text/plain"), but it also allows you to specify the character encoding.
Would anyone be opposed to modifying the code so that PlainMailBodyType uses
UTF-8 for character encoding? Would it be useful to provide an additional
case class, a la

PlainPlusBodyType(text : String, charset : String)

Derek

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to