| Commit message (Expand) | Author | Age | Files | Lines |
* | * Don't add charset to content-type header for a part that contains subparts ... | Jamis Buck | 2005-09-01 | 1 | -0/+1 |
* | Multipart messages specify a MIME-Version header automatically #2003 [John Long] | Jamis Buck | 2005-08-22 | 1 | -2/+15 |
* | Add a unified render method to ActionMailer (delegates to ActionView::Base#re... | Jamis Buck | 2005-08-22 | 1 | -4/+10 |
* | Move mailer initialization to a separate (overridable) method, so that subcla... | Jamis Buck | 2005-08-22 | 1 | -9/+15 |
* | ActionMailer::Base.deliver(email) had been accidentally removed, but was docu... | Jamis Buck | 2005-07-31 | 1 | -25/+35 |
* | Fix problem with sendmail delivery where headers should be delimited by \n ch... | David Heinemeier Hansson | 2005-07-17 | 1 | -1/+1 |
* | Added a config example in README #1626 [courtenay] | David Heinemeier Hansson | 2005-07-09 | 1 | -2/+1 |
* | Correctly normalize newlines in outgoing emails before encoding the body [Joh... | Jamis Buck | 2005-07-06 | 1 | -2/+3 |
* | Tuned documentation for release (AM) | David Heinemeier Hansson | 2005-07-06 | 1 | -4/+4 |
* | Better multipart support with implicit multipart/alternative and sorting of s... | Jamis Buck | 2005-07-01 | 1 | -2/+47 |
* | Allow for nested parts in multipart mails #1570 [Flurin Egger] | Jamis Buck | 2005-07-01 | 1 | -19/+2 |
* | Allow template to be explicitly specified #1448 [tuxie@dekadance.se] | Jamis Buck | 2005-06-30 | 1 | -4/+5 |
* | Allow specific "multipart/xxx" content-type to be set on multipart messages #... | Jamis Buck | 2005-06-24 | 1 | -0/+2 |
* | Use the real charset for parts generated by a template, instead of the string... | Jamis Buck | 2005-06-22 | 1 | -1/+1 |
* | Helper support for ActionMailer | Jamis Buck | 2005-06-16 | 1 | -1/+7 |
* | Changed test requests to come from 0.0.0.0 instead of 127.0.0.1 such that the... | David Heinemeier Hansson | 2005-06-14 | 1 | -1/+0 |
* | BCC headers are removed when sending via SMTP | Jamis Buck | 2005-06-06 | 1 | -1/+5 |
* | Added a "content_type" accessor to allow messages to explicitly specify a con... | Jamis Buck | 2005-06-03 | 1 | -3/+7 |
* | A very thorough refactoring, resulting in new mail property setters and suppo... | Jamis Buck | 2005-05-29 | 1 | -123/+200 |
* | Added automatic decoding of base64 bodies #1214 [Jamis Buck] | David Heinemeier Hansson | 2005-05-02 | 1 | -1/+3 |
* | Added that delivery errors are caught in a way so the mail is still returned ... | David Heinemeier Hansson | 2005-05-02 | 1 | -9/+9 |
* | Fixed that email address like "Jamis Buck, M.D." <wild.medicine@example.net> ... | David Heinemeier Hansson | 2005-04-30 | 1 | -1/+1 |
* | Added that deliver_* will now return the email that was sent | David Heinemeier Hansson | 2005-04-18 | 1 | -6/+3 |
* | Improved address header processing | David Heinemeier Hansson | 2005-04-13 | 1 | -2/+2 |
* | Address parsing failed when the "to" (or "cc", or whatever) was an array. It ... | David Heinemeier Hansson | 2005-04-13 | 1 | -1/+3 |
* | Dont quote the body | David Heinemeier Hansson | 2005-04-11 | 1 | -3/+4 |
* | Fixed quoting for all address headers, not just to #955 [Jamis Buck] Added th... | David Heinemeier Hansson | 2005-04-11 | 1 | -14/+43 |
* | Added receiver method for incoming email | David Heinemeier Hansson | 2005-03-20 | 1 | -1/+6 |
* | Updated documentation | David Heinemeier Hansson | 2005-02-24 | 1 | -1/+6 |
* | Made Action Mailer templates use UTF-8 as default | David Heinemeier Hansson | 2005-02-22 | 1 | -4/+3 |
* | Added support for charsets for both subject and body. The default charset is ... | David Heinemeier Hansson | 2005-02-19 | 1 | -6/+29 |
* | Fixed sending of emails to use Tmail#from not the deprecated Tmail#from_address | David Heinemeier Hansson | 2005-01-17 | 1 | -1/+1 |
* | Fixed that bcc and cc should be settable through @bcc and @cc -- not just @he... | David Heinemeier Hansson | 2005-01-13 | 1 | -7/+9 |
* | Updated documentation | David Heinemeier Hansson | 2004-12-16 | 1 | -21/+30 |
* | Added access to custom headers, like cc, bcc, and reply-to #268 [Andreas Schw... | David Heinemeier Hansson | 2004-12-07 | 1 | -10/+20 |
* | Initial | David Heinemeier Hansson | 2004-11-24 | 1 | -0/+152 |