# File lib/rmail/message.rb, line 27 def ==(other) @preamble == other.preamble && @epilogue == other.epilogue && @header == other.header && @body == other.body end