From be78dafed5a3fc48150ed6978419e26406371f81 Mon Sep 17 00:00:00 2001 From: pav Date: Mon, 26 Jan 2004 18:41:09 +0000 Subject: Add popcheck, a small curses based POP3 mailbox viewer. PR: ports/61961 Submitted by: Radim Kolar --- mail/popcheck/pkg-descr | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 mail/popcheck/pkg-descr (limited to 'mail/popcheck/pkg-descr') diff --git a/mail/popcheck/pkg-descr b/mail/popcheck/pkg-descr new file mode 100644 index 000000000000..75484efb9460 --- /dev/null +++ b/mail/popcheck/pkg-descr @@ -0,0 +1,7 @@ +Log onto a popserver to see a list of all messages that you have on there, with +sender, subject and size for each message. With an ncurses interface that +easily lets you scroll through them, and optionally deleting messages without +ever downloading them. This can be useful when you've received big mails that +you don't really want to download. + +WWW: http://www.ludd.luth.se/~staham/linux/programs.html -- cgit