|
NAMEpopcheck - see (and possibly delete) messages waiting on a POP serverSYNOPSISpopcheck [-s pop3_server] [-u pop3_user] [-p pop3_password] [-o filename] [-i filename]DESCRIPTIONThe command popcheck is a simple program which will let you see a list of all messages waiting on a POP server and possibly delete some or all of them.popcheck can work in interactive mode (default) or in batch mode (-o and -i options). OPTIONSThe following options are available from the command line:
INTERACTIVE OPERATIONYou are presented with a list of messages and can mark some of them for deletion.Keys available during interactive operation: UP, p - Up one line DOWN, n - Down one line PGUP, - - Up one page PGDN, space - Down one page d - Mark/Unmark message s - Exit and save changes q - Exit without saving anything BATCH MODE OPERATIONRun popcheck with the -o switch first to make a textfile with all messages, including numbers and sizes.Edit this file and remove all lines describing mail you want to keep. Make sure the only lines in the file are those describing the mails you want to REMOVE. Please double-check because there is no turning-back after you execute popcheck with the -i switch. Run popcheck with the -i switch. All messages matching the message numbers and sizes (in the file) will be removed from the POP server. CAVEATSPlease note that you run this program on your own risk. It's very easy to remove messages that you want to remove, but also to remove messages that you didn't want to remove. BE CAREFUL.AUTHORStaffan Hamala <staham@algonet.se>SEE ALSOin.pop3d(8) Visit the GSP FreeBSD Man Page Interface. |