require 'test_helper' require 'tmail' class TestAttachments < Test::Unit::TestCase def test_attachment mail = TMail::Mail.new mail.mime_version = "1.0" mail.set_content_type 'multipart', 'mixed', {'boundary' => 'Apple-Mail-13-196941151'} mail.body =<