class Net::POP3

def logging(msg)

debugging output for +msg+
def logging(msg)
  @debug_output << msg + "\n" if @debug_output
end