class Net::POP3

def apop?

Does this instance use APOP authentication?
def apop?
  @apop
end