aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/lib/action_mailer/base.rb
Commit message (Expand)AuthorAgeFilesLines
* Added automatic decoding of base64 bodies #1214 [Jamis Buck]David Heinemeier Hansson2005-05-021-1/+3
* Added that delivery errors are caught in a way so the mail is still returned ...David Heinemeier Hansson2005-05-021-9/+9
* Fixed that email address like "Jamis Buck, M.D." <wild.medicine@example.net> ...David Heinemeier Hansson2005-04-301-1/+1
* Added that deliver_* will now return the email that was sentDavid Heinemeier Hansson2005-04-181-6/+3
* Improved address header processingDavid Heinemeier Hansson2005-04-131-2/+2
* Address parsing failed when the "to" (or "cc", or whatever) was an array. It ...David Heinemeier Hansson2005-04-131-1/+3
* Dont quote the bodyDavid Heinemeier Hansson2005-04-111-3/+4
* Fixed quoting for all address headers, not just to #955 [Jamis Buck] Added th...David Heinemeier Hansson2005-04-111-14/+43
* Added receiver method for incoming emailDavid Heinemeier Hansson2005-03-201-1/+6
* Updated documentationDavid Heinemeier Hansson2005-02-241-1/+6
* Made Action Mailer templates use UTF-8 as defaultDavid Heinemeier Hansson2005-02-221-4/+3
* Added support for charsets for both subject and body. The default charset is ...David Heinemeier Hansson2005-02-191-6/+29
* Fixed sending of emails to use Tmail#from not the deprecated Tmail#from_addressDavid Heinemeier Hansson2005-01-171-1/+1
* Fixed that bcc and cc should be settable through @bcc and @cc -- not just @he...David Heinemeier Hansson2005-01-131-7/+9
* Updated documentationDavid Heinemeier Hansson2004-12-161-21/+30
* Added access to custom headers, like cc, bcc, and reply-to #268 [Andreas Schw...David Heinemeier Hansson2004-12-071-10/+20
* InitialDavid Heinemeier Hansson2004-11-241-0/+152