<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,5 +1,11 @@
 *SVN*
 
+* Fixed that if charset was found that the end of a mime part declaration TMail would throw an error #919 [lon@speedymac.com]
+
+* Fixed that TMail::Unquoter would fail to recognize quoting method if it was in lowercase #919 [lon@speedymac.com]
+
+* Fixed that TMail::Encoder would fail when it attempts to parse e-mail addresses which are encoded using something other than the messages encoding method #919 [lon@speedymac.com]
+
 * Added rescue for missing iconv library and throws warnings if subject/body is called on a TMail object without it instead
 
 </diff>
      <filename>actionmailer/CHANGELOG</filename>
    </modified>
    <modified>
      <diff>@@ -295,7 +295,7 @@ module TMail
         else
           raise 'TMail FATAL: encoder scan fail'
         end
-        str = m.post_match
+        (str = m.post_match) unless m.nil?
       end
 
       do_encode types, strs</diff>
      <filename>actionmailer/lib/action_mailer/vendor/tmail/encode.rb</filename>
    </modified>
    <modified>
      <diff>@@ -281,6 +281,8 @@ module TMail
         when /\AFrom (\S+)/
           unixfrom = $1
 
+  		  when /^charset=.*/
+				
         else
           raise SyntaxError, &quot;wrong mail header: '#{line.inspect}'&quot;
         end</diff>
      <filename>actionmailer/lib/action_mailer/vendor/tmail/mail.rb</filename>
    </modified>
    <modified>
      <diff>@@ -35,7 +35,7 @@ begin
             from_charset = $1
             quoting_method = $2
             text = $3
-            case quoting_method
+            case quoting_method.upcase
               when &quot;Q&quot; then
                 unquote_quoted_printable_and_convert_to(text, from_charset, to_charset)
               when &quot;B&quot; then</diff>
      <filename>actionmailer/lib/action_mailer/vendor/tmail/quoting.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>df7a4d498c542a57d99622e160b3ede3d8b688a9</id>
    </parent>
  </parents>
  <author>
    <name>David Heinemeier Hansson</name>
    <email>david@loudthinking.com</email>
  </author>
  <url>http://github.com/rubyruy/rails/commit/87b1d3834f135390375f2fa06e9b2a22ade0b5cb</url>
  <id>87b1d3834f135390375f2fa06e9b2a22ade0b5cb</id>
  <committed-date>2005-03-26T05:14:54-08:00</committed-date>
  <authored-date>2005-03-26T05:14:54-08:00</authored-date>
  <message>Fixed that if charset was found that the end of a mime part declaration TMail would throw an error #919 [lon@speedymac.com] Fixed that TMail::Unquoter would fail to recognize quoting method if it was in lowercase #919 [lon@speedymac.com] Fixed that TMail::Encoder would fail when it attempts to parse e-mail addresses which are encoded using something other than the messages encoding method #919 [lon@speedymac.com]

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@997 5ecf4fe2-1ee6-0310-87b1-e25e094e27de</message>
  <tree>27820e0ae0b55153fd49c9e9fcca54c6210ec464</tree>
  <committer>
    <name>David Heinemeier Hansson</name>
    <email>david@loudthinking.com</email>
  </committer>
</commit>
