Methods

Class/Module Index [+]

Quicksearch

TMail::ReturnPathHeader

Constants

PARSE_TYPE

Public Instance Methods

addr() click to toggle source
# File lib/tmail/header.rb, line 340
def addr
  addrs()[0]
end
routes() click to toggle source
# File lib/tmail/header.rb, line 349
def routes
  a = addr() or return nil
  a.routes
end
spec() click to toggle source
# File lib/tmail/header.rb, line 344
def spec
  a = addr() or return nil
  a.spec
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.