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.
11 * stat: Display the status of a POP maildrop to its client
18 if (p
->debug
) pop_log(p
,POP_DEBUG
,"%d message(s) (%ld octets).",
19 p
->msg_count
-p
->msgs_deleted
,
20 p
->drop_size
-p
->bytes_deleted
);
22 return (pop_msg (p
,POP_SUCCESS
,
24 p
->msg_count
-p
->msgs_deleted
,
25 p
->drop_size
-p
->bytes_deleted
));