Closed tcaddy closed 6 years ago
Use Net::IMAP.format_date instead of to_imap_date.
Net::IMAP.format_date
to_imap_date
See https://github.com/gmailgem/gmail/pull/244#issuecomment-405390645
Cheers, thank you!
this is broken,
undefined method `to_imap_date' for Thu, 19 Jul 2018:Date Did you mean? to_date```
Use
Net::IMAP.format_date
instead ofto_imap_date
.See https://github.com/gmailgem/gmail/pull/244#issuecomment-405390645