Method: MList::Util::TMailReaders#date

Defined in:
lib/mlist/util/tmail_methods.rb

#dateObject



5
6
7
8
9
# File 'lib/mlist/util/tmail_methods.rb', line 5

def date
  if date = tmail.header_string('date')
    Time.parse(date)
  end
end