class Mail::Body

def epilogue=( val )

Sets the epilogue to a string (adds text after the last mime boundary)
def epilogue=( val )
  @epilogue = val
end