class Net::SMTP

def started?

+true+ if the SMTP session has been started.
def started?
  @started
end