gmailgem / gmail

A Rubyesque interface to Gmail, with all the tools you'll need.
Other
397 stars 119 forks source link

Use Net::IMAP.format_date instead of to_imap_date #260

Closed tcaddy closed 6 years ago

tcaddy commented 6 years ago

Use Net::IMAP.format_date instead of to_imap_date.

See https://github.com/gmailgem/gmail/pull/244#issuecomment-405390645

johnnyshields commented 6 years ago

Cheers, thank you!

mjnohai commented 6 years ago

this is broken,


  undefined method `to_imap_date' for Thu, 19 Jul 2018:Date
  Did you mean?  to_date```