class Mail::Message

def return_path=( val )

Sets the return path of the object
def return_path=( val )
  header[:return_path] = val
end