aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/lib
Commit message (Expand)AuthorAgeFilesLines
* Getting ready for 0.14.0 (1.0.0 Release Candidate 1)David Heinemeier Hansson2005-10-161-2/+2
* Update/extend ActionMailer documentation (rdoc)Jamis Buck2005-10-166-16/+128
* Minero Aoki made TMail available to Rails/ActionMailer under the MIT license ...David Heinemeier Hansson2005-10-1617-53/+374
* Austin Ziegler made Text::Simple available to Rails/ActionMailer under a MIT-...David Heinemeier Hansson2005-10-151-14/+33
* move lib/version.rb to lib/action_mailer/version.rbJamis Buck2005-10-101-0/+0
* Add versioning convention from SwitchTower to all Rails components. Add --ver...Marcel Molina2005-10-091-0/+9
* Added Kernel#silence_warnings and puts it into use throughout the frameworkDavid Heinemeier Hansson2005-09-111-3/+1
* Fix vendor require paths to prevent files being required twiceJamis Buck2005-09-052-3/+3
* * Don't add charset to content-type header for a part that contains subparts ...Jamis Buck2005-09-012-3/+6
* Preserve underscores when unquoting message bodies #1930Jamis Buck2005-09-011-5/+6
* Encode multibyte characters correctly #1894Jamis Buck2005-09-011-1/+10
* Multipart messages specify a MIME-Version header automatically #2003 [John Long]Jamis Buck2005-08-221-2/+15
* Add a unified render method to ActionMailer (delegates to ActionView::Base#re...Jamis Buck2005-08-221-4/+10
* Move mailer initialization to a separate (overridable) method, so that subcla...Jamis Buck2005-08-221-9/+15
* Look at content-location header (if available) to determine filename of attac...Jamis Buck2005-08-221-1/+3
* ActionMailer::Base.deliver(email) had been accidentally removed, but was docu...Jamis Buck2005-07-311-25/+35
* Remove duplicated file contentsJamis Buck2005-07-222-78/+0
* Fix problem with sendmail delivery where headers should be delimited by \n ch...David Heinemeier Hansson2005-07-171-1/+1
* Made ready for release of 0.13.1David Heinemeier Hansson2005-07-111-1/+1
* Added a config example in README #1626 [courtenay]David Heinemeier Hansson2005-07-091-2/+1
* Pegged the versions for releaseDavid Heinemeier Hansson2005-07-061-1/+1
* Correctly normalize newlines in outgoing emails before encoding the body [Joh...Jamis Buck2005-07-064-8/+14
* Tuned documentation for release (AM)David Heinemeier Hansson2005-07-066-44/+15
* Avoid adding nil values to mail headers #1392Jamis Buck2005-07-041-4/+9
* Better multipart support with implicit multipart/alternative and sorting of s...Jamis Buck2005-07-011-2/+47
* Allow for nested parts in multipart mails #1570 [Flurin Egger]Jamis Buck2005-07-013-33/+70
* Normalize line endings in outgoing mail bodies to "\n" #1536 [John Long]Jamis Buck2005-06-301-1/+5
* Allow template to be explicitly specified #1448 [tuxie@dekadance.se]Jamis Buck2005-06-301-4/+5
* Allow specific "multipart/xxx" content-type to be set on multipart messages #...Jamis Buck2005-06-241-0/+2
* Use the real charset for parts generated by a template, instead of the string...Jamis Buck2005-06-221-1/+1
* Unquoted @ chars in received email headers are parsed properly in spite of RF...Jamis Buck2005-06-222-4/+4
* Helper support for ActionMailerJamis Buck2005-06-163-3/+150
* Changed test requests to come from 0.0.0.0 instead of 127.0.0.1 such that the...David Heinemeier Hansson2005-06-141-1/+0
* Silently ignore Errno::EINVAL errors when converting between charsets. Some m...Jamis Buck2005-06-081-1/+4
* Don't error while processing encoded attachment names #1340 [lon@speedymac.com]Jamis Buck2005-06-061-2/+6
* Handle parsing of recursively multipart messagesJamis Buck2005-06-061-3/+10
* BCC headers are removed when sending via SMTPJamis Buck2005-06-062-2/+6
* Added a "content_type" accessor to allow messages to explicitly specify a con...Jamis Buck2005-06-032-5/+9
* Don't apply a charset to attachments. Wrap base64-encoded lines.Jamis Buck2005-06-031-44/+4
* Ignore Iconv::IllegalSequence errors when converting text #1341 [lon@speedyma...Jamis Buck2005-05-301-0/+5
* A very thorough refactoring, resulting in new mail property setters and suppo...Jamis Buck2005-05-298-126/+451
* Step cautiously around subheaders in TMail #1285 [Jamis Buck]David Heinemeier Hansson2005-05-103-4/+8
* Fix attachments and content-type problems #1276 [Jamis Buck] Fix to only perf...David Heinemeier Hansson2005-05-102-11/+12
* Fixed the TMail#body method to look at the content-transfer-encoding header a...David Heinemeier Hansson2005-05-061-81/+89
* 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