global

def send_data(imap, tag)

:nodoc:
def send_data(imap, tag)
  raise NoMethodError, "#{self.class} must implement #{__method__}"
end