# File lib/mail/message.rb, line 1725
    def self.from_yaml(str)
      from_hash(YAML::load(str))
    end