aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/lib/action_mailer
Commit message (Expand)AuthorAgeFilesLines
...
* Added receiver method for incoming emailDavid Heinemeier Hansson2005-03-201-1/+6
* Dont choke on nil bodiesDavid Heinemeier Hansson2005-03-191-2/+2
* Only include attachments that arent blankDavid Heinemeier Hansson2005-03-191-2/+8
* Added better quoting and attachments handling in anticipation for ActionMaile...David Heinemeier Hansson2005-03-183-0/+108
* 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-132-8/+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-2424-0/+7648