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
?
How can I get email message send date & time with mailman gem?
402 views Asked by banesto At
1
Allright, it's simpy
message.date
:)