aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/lib/action_mailer/part.rb
Commit message (Expand)AuthorAgeFilesLines
* Allow body to be specified for nested parts with action mailer. Closes #102...Michael Koziarski2007-11-291-5/+2
* Parse content-type apart before using it so that sub-parts of the header can ...Jamis Buck2006-03-181-8/+11
* Make custom headers work in subparts (closes #4034)Jamis Buck2006-03-181-1/+3
* Update/extend ActionMailer documentation (rdoc)Jamis Buck2005-10-161-3/+35
* Correctly normalize newlines in outgoing emails before encoding the body [Joh...Jamis Buck2005-07-061-1/+2
* Tuned documentation for release (AM)David Heinemeier Hansson2005-07-061-3/+0
* Avoid adding nil values to mail headers #1392Jamis Buck2005-07-041-4/+9
* Allow for nested parts in multipart mails #1570 [Flurin Egger]Jamis Buck2005-07-011-14/+43
* Added a "content_type" accessor to allow messages to explicitly specify a con...Jamis Buck2005-06-031-2/+2
* Don't apply a charset to attachments. Wrap base64-encoded lines.Jamis Buck2005-06-031-44/+4
* A very thorough refactoring, resulting in new mail property setters and suppo...Jamis Buck2005-05-291-0/+84