How can I get email message send date & time with mailman gem?

414 Views Asked by At

I've made a script to get incoming messages from email account. Is there a way to get message send date time without parsing with regex message.header?

1

There are 1 best solutions below

0
On BEST ANSWER

Allright, it's simpy message.date :)