# File lib/tmail/interface.rb, line 349 def from_addrs( default = nil ) if h = @header['from'] h.addrs else default end end