class Net::POP3

def started?

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