format_date(time) -> String
時刻オブジェクトを IMAP の日付フォーマットでの文字列に変換します。
require 'net/imap' Net::IMAP.format_date(Time.new(2011, 6, 20)) # => "20-Jun-2011"