mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Updating readme
This commit is contained in:
parent
4e1fa4912d
commit
d9aadb5b2d
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue