aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/lib/action_mailer/vendor
Commit message (Expand)AuthorAgeFilesLines
* Merge docrailsPratik Naik2009-07-251-1/+1
* Cherry-pick core extensionsJeremy Kemper2009-05-131-0/+1
* Refactor ActionView::PathYehuda Katz + Carl Lerche2009-04-221-0/+1
* Ruby 1.9 compat: rename deprecated assert_raises to assert_raise.Jeremy Kemper2009-03-081-1/+1
* use autoload instead of explicit requires for ActionMailerJoshua Peek2008-11-232-0/+27
* Merge with docrails.Pratik Naik2008-07-164-6/+6
* Bundle tmail 1.2.3Jeremy Kemper2008-05-1927-11/+36
* Bump bundled tmail to r242Jeremy Kemper2008-03-313-10/+10
* Merge in latest tmail trunk r241Jeremy Kemper2008-03-3024-193/+534
* Update tmail to r208 versioned as 1.2.2Jeremy Kemper2008-01-1932-1008/+151
* Updated TMail to version 1.2.1 [raasdnil]Rick Olson2008-01-1130-668/+1312
* Remove old tests which relied on @ being an ATOM to work around old Mail.app ...Michael Koziarski2007-12-021-50/+29
* Remove @ as an ATOM character, syncing with upstream tmail. [mikel] Closes #...Michael Koziarski2007-12-011-1/+1
* Prep for RC2David Heinemeier Hansson2007-11-291-1/+1
* Rearrange vendor bundles so gem overrides work correctly.Jeremy Kemper2007-11-0730-0/+0
* Update TMail to v1.1.0. Use an updated version of TMail if available. [mikel]Rick Olson2007-11-0623-337/+1494
* Set default charset of MTAs to ISO instead of us-ascii (unless reported other...Tobias Lütke2007-10-091-0/+6
* Fix attachment decoding when using the TMail C extension. Closes #7861.Jeremy Kemper2007-09-142-2/+2
* Make sure parsed emails recognize attachments nested in multpart parts (close...Jamis Buck2007-02-221-2/+4
* Make sure quoted-printable text is decoded correctly when only portions of th...Jamis Buck2006-09-091-14/+19
* Make sure DOS newlines in quoted-printable text are normalized to unix newlin...Jamis Buck2006-09-091-0/+1
* Fixed that iconv decoding should catch InvalidEncoding #3153 [jon@siliconcirc...David Heinemeier Hansson2006-09-021-1/+1
* 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