//return parseCommand("TOP " + num + " " + Integer.MAX_VALUE);?
try {
MailImpl mc = (MailImpl) userMailbox.elementAt(num);
if (mc != DELETED) {
out.println(OK_RESPONSE + " Message follows");
SchedulerNotifyOutputStream nouts =
new SchedulerNotifyOutputStream(outs, scheduler,
this.toString(), lengthReset);
mc.writeMessageTo(nouts);
out.println();
out.println(".");
} else {