Method code for $smtp.RSET()

[Turn off line numbering]
  1: arg c;
  2: var lines, code, line, i;
  3: 
  4: .set_timeout(c, 120);
  5: c.write("RSET");
  6: 
  7: // get it, but ignore it
  8: lines = (> .get_response(c) <);

// Created 13-Oct-1996 as a part of ColdCore, see: @help Credit

Tlon