| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow specific "multipart/xxx" content-type to be set on multipart messages #... | Jamis Buck | 2005-06-24 | 1 | -6/+21 |
* | Use the real charset for parts generated by a template, instead of the string... | Jamis Buck | 2005-06-22 | 1 | -0/+2 |
* | Unquoted @ chars in received email headers are parsed properly in spite of RF... | Jamis Buck | 2005-06-22 | 2 | -0/+40 |
* | Helper support for ActionMailer | Jamis Buck | 2005-06-16 | 6 | -0/+110 |
* | Fixture for new test in [1395] | Jamis Buck | 2005-06-08 | 1 | -0/+20 |
* | Silently ignore Errno::EINVAL errors when converting between charsets. Some m... | Jamis Buck | 2005-06-08 | 1 | -0/+6 |
* | Add a test case for malformed email headers | Jamis Buck | 2005-06-06 | 2 | -0/+33 |
* | Don't error while processing encoded attachment names #1340 [lon@speedymac.com] | Jamis Buck | 2005-06-06 | 2 | -0/+54 |
* | Handle parsing of recursively multipart messages | Jamis Buck | 2005-06-06 | 2 | -0/+62 |
* | BCC headers are removed when sending via SMTP | Jamis Buck | 2005-06-06 | 1 | -0/+30 |
* | Added a "content_type" accessor to allow messages to explicitly specify a con... | Jamis Buck | 2005-06-03 | 1 | -0/+13 |
* | Don't apply a charset to attachments. Wrap base64-encoded lines. | Jamis Buck | 2005-06-03 | 1 | -0/+2 |
* | Ignore Iconv::IllegalSequence errors when converting text #1341 [lon@speedyma... | Jamis Buck | 2005-05-30 | 2 | -0/+26 |
* | A very thorough refactoring, resulting in new mail property setters and suppo... | Jamis Buck | 2005-05-29 | 3 | -25/+83 |
* | Step cautiously around subheaders in TMail #1285 [Jamis Buck] | David Heinemeier Hansson | 2005-05-10 | 2 | -1/+26 |
* | Fix attachments and content-type problems #1276 [Jamis Buck] Fix to only perf... | David Heinemeier Hansson | 2005-05-10 | 4 | -0/+264 |
* | Fixed the TMail#body method to look at the content-transfer-encoding header a... | David Heinemeier Hansson | 2005-05-06 | 1 | -5/+57 |
* | Missing test data | David Heinemeier Hansson | 2005-05-02 | 1 | -0/+14 |
* | Added automatic decoding of base64 bodies #1214 [Jamis Buck] | David Heinemeier Hansson | 2005-05-02 | 1 | -0/+14 |
* | Improved address header processing | David Heinemeier Hansson | 2005-04-13 | 1 | -11/+11 |
* | Address parsing failed when the "to" (or "cc", or whatever) was an array. It ... | David Heinemeier Hansson | 2005-04-13 | 1 | -1/+17 |
* | Dont quote the body | David Heinemeier Hansson | 2005-04-11 | 1 | -0/+25 |
* | Fixed quoting for all address headers, not just to #955 [Jamis Buck] Added th... | David Heinemeier Hansson | 2005-04-11 | 1 | -6/+44 |
* | Made the unquoted subject and body the default | David Heinemeier Hansson | 2005-03-21 | 1 | -0/+16 |
* | Added support for charsets for both subject and body. The default charset is ... | David Heinemeier Hansson | 2005-02-19 | 1 | -6/+90 |
* | Fixed that bcc and cc should be settable through @bcc and @cc -- not just @he... | David Heinemeier Hansson | 2005-01-13 | 1 | -0/+40 |
* | Initial | David Heinemeier Hansson | 2004-11-24 | 3 | -0/+98 |