aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/lib/action_mailer/vendor
Commit message (Expand)AuthorAgeFilesLines
* Make TMail::Mail#has_attachments? use logic from #attachment? (closes #3815) ...David Heinemeier Hansson2006-02-251-1/+1
* Make sure anything with content-disposition of "attachment" is passed to the ...Jamis Buck2006-01-231-1/+1
* Make sure TMail#attachments includes anything with content-disposition of "at...Jamis Buck2006-01-231-1/+6
* 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
* * Don't add charset to content-type header for a part that contains subparts ...Jamis Buck2005-09-011-3/+5
* Preserve underscores when unquoting message bodies #1930Jamis Buck2005-09-011-5/+6
* Look at content-location header (if available) to determine filename of attac...Jamis Buck2005-08-221-1/+3
* Correctly normalize newlines in outgoing emails before encoding the body [Joh...Jamis Buck2005-07-061-5/+1
* Normalize line endings in outgoing mail bodies to "\n" #1536 [John Long]Jamis Buck2005-06-301-1/+5
* Unquoted @ chars in received email headers are parsed properly in spite of RF...Jamis Buck2005-06-222-4/+4
* 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-061-1/+1
* 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-293-2/+4
* 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
* Fixed unquoting of emails that doesn't have an explicit charset #1036 [wolfga...David Heinemeier Hansson2005-04-071-2/+3
* Fixed .id => .object_id in TMailDavid Heinemeier Hansson2005-04-031-2/+2
* Fixed that if charset was found that the end of a mime part declaration TMail...David Heinemeier Hansson2005-03-263-2/+4
* Added rescue for missing iconv library and throws warnings if subject/body is...David Heinemeier Hansson2005-03-231-63/+80
* Protect against nil strings and empty conversion basesDavid Heinemeier Hansson2005-03-211-4/+5
* Made the unquoted subject and body the defaultDavid Heinemeier Hansson2005-03-213-7/+9
* 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
* Fixed that bcc and cc should be settable through @bcc and @cc -- not just @he...David Heinemeier Hansson2005-01-131-1/+0
* InitialDavid Heinemeier Hansson2004-11-2422-0/+7479