From d9aadb5b2d79f3f647d5fddd1dae0910d7b83444 Mon Sep 17 00:00:00 2001 From: Mikel Lindsaar Date: Sun, 27 Dec 2009 18:39:37 +1100 Subject: Updating readme --- actionmailer/CHANGELOG | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'actionmailer/CHANGELOG') diff --git a/actionmailer/CHANGELOG b/actionmailer/CHANGELOG index 9b07686b64..5b0d036bc5 100644 --- a/actionmailer/CHANGELOG +++ b/actionmailer/CHANGELOG @@ -4,7 +4,10 @@ subject.encoded etc * Every part of a Mail object returns an object, never a string. So Mail.body returns a Mail::Body - class object, need to call #encoded or #decoded to get the string you want + class object, need to call #encoded or #decoded to get the string you want. + +* By default, a field will return the #decoded value when you send it :to_s and any object that + is a container (like header, body etc) will return #encoded value when you send it :to_s * Mail::Message#set_content_type does not exist, it is simply Mail::Message#content_type -- cgit v1.2.3