class Net::IMAP
Imap main class
Public Instance Methods
send_literal(str, tag = nil)
click to toggle source
Override for but 14750
# File lib/onlyoffice_gmail_helper.rb, line 26 def send_literal(str, tag = nil) if RUBY_VERSION.start_with?('2.5', '2.6') send_literal_bug_14750(str, tag) else send_literal_bug_14750(str) end end
Also aliased as: send_literal_bug_14750