class Athena::MIME::Header::Path inherits Athena::MIME::Header::Abstract # Represents a Path MIME Header for something like return-path (one address). Constructors# .new(name : String, value : AMIME::Address)# View source Methods# #body : AMIME::Address# Returns the body of this header. View source #body=(body : AMIME::Address)# Sets the body of this header. View source