# File lib/action_mailer/vendor/tmail/encode.rb, line 251
    def lwsp( str )
      add_lwsp str.sub(/[\r\n]+[^\r\n]*\z/, '')
    end