以下のスタイルを使用してメールを解析しています
message = Mail.new(body) #where body is the RAW source from the email server
message.subject #=> the subject of the message as a string
message.from #=> shows who the email is from
「返信先」フィールドが存在する場合、その値を取得するにはどうすればよいですか? 宝石はこれを行うことができますか?