2 * Copyright (c) 1989 Regents of the University of California.
3 * All rights reserved. The Berkeley software License Agreement
4 * specifies the terms and conditions for redistribution.
8 __RCSID("$Heimdal: pop_stat.c 1707 1997-05-11 11:04:38Z assar $"
12 * stat: Display the status of a POP maildrop to its client
19 if (p
->debug
) pop_log(p
,POP_DEBUG
,"%d message(s) (%ld octets).",
20 p
->msg_count
-p
->msgs_deleted
,
21 p
->drop_size
-p
->bytes_deleted
);
23 return (pop_msg (p
,POP_SUCCESS
,
25 p
->msg_count
-p
->msgs_deleted
,
26 p
->drop_size
-p
->bytes_deleted
));