| Commit message (Expand) | Author | Age | Files | Lines |
* | Normalize line endings in outgoing mail bodies to "\n" #1536 [John Long] | Jamis Buck | 2005-06-30 | 1 | -1/+5 |
* | 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 |
* | Unquoted @ chars in received email headers are parsed properly in spite of RF... | Jamis Buck | 2005-06-22 | 2 | -4/+4 |
* | Helper support for ActionMailer | Jamis Buck | 2005-06-16 | 3 | -3/+150 |
* | 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 |
* | Silently ignore Errno::EINVAL errors when converting between charsets. Some m... | Jamis Buck | 2005-06-08 | 1 | -1/+4 |
* | Don't error while processing encoded attachment names #1340 [lon@speedymac.com] | Jamis Buck | 2005-06-06 | 1 | -2/+6 |
* | Handle parsing of recursively multipart messages | Jamis Buck | 2005-06-06 | 1 | -3/+10 |
* | BCC headers are removed when sending via SMTP | Jamis Buck | 2005-06-06 | 2 | -2/+6 |
* | Added a "content_type" accessor to allow messages to explicitly specify a con... | Jamis Buck | 2005-06-03 | 2 | -5/+9 |
* | Don't apply a charset to attachments. Wrap base64-encoded lines. | Jamis Buck | 2005-06-03 | 1 | -44/+4 |
* | Ignore Iconv::IllegalSequence errors when converting text #1341 [lon@speedyma... | Jamis Buck | 2005-05-30 | 1 | -0/+5 |
* | A very thorough refactoring, resulting in new mail property setters and suppo... | Jamis Buck | 2005-05-29 | 8 | -126/+451 |
* | Step cautiously around subheaders in TMail #1285 [Jamis Buck] | David Heinemeier Hansson | 2005-05-10 | 3 | -4/+8 |
* | Fix attachments and content-type problems #1276 [Jamis Buck] Fix to only perf... | David Heinemeier Hansson | 2005-05-10 | 2 | -11/+12 |
* | Fixed the TMail#body method to look at the content-transfer-encoding header a... | David Heinemeier Hansson | 2005-05-06 | 1 | -81/+89 |
* | 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 |
* | Fixed unquoting of emails that doesn't have an explicit charset #1036 [wolfga... | David Heinemeier Hansson | 2005-04-07 | 1 | -2/+3 |
* | Fixed .id => .object_id in TMail | David Heinemeier Hansson | 2005-04-03 | 1 | -2/+2 |
* | Fixed that if charset was found that the end of a mime part declaration TMail... | David Heinemeier Hansson | 2005-03-26 | 3 | -2/+4 |
* | Added rescue for missing iconv library and throws warnings if subject/body is... | David Heinemeier Hansson | 2005-03-23 | 1 | -63/+80 |
* | Fixed documentation and prepared for 0.11.0 release | David Heinemeier Hansson | 2005-03-22 | 1 | -1/+1 |
* | Protect against nil strings and empty conversion bases | David Heinemeier Hansson | 2005-03-21 | 1 | -4/+5 |
* | Made the unquoted subject and body the default | David Heinemeier Hansson | 2005-03-21 | 3 | -7/+9 |
* | Added receiver method for incoming email | David Heinemeier Hansson | 2005-03-20 | 1 | -1/+6 |
* | Dont choke on nil bodies | David Heinemeier Hansson | 2005-03-19 | 1 | -2/+2 |
* | Only include attachments that arent blank | David Heinemeier Hansson | 2005-03-19 | 1 | -2/+8 |
* | Added better quoting and attachments handling in anticipation for ActionMaile... | David Heinemeier Hansson | 2005-03-18 | 3 | -0/+108 |
* | 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 |
* | AR, AP, and AM should look for AS in sibling directory before trying RubyGems... | David Heinemeier Hansson | 2005-02-17 | 1 | -3/+6 |
* | 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 | 2 | -8/+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 | 25 | -0/+7691 |