• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

ChangeLogH A D08-May-2001973 3518

MakefileH A D03-May-20221.5 KiB5920

READMEH A D08-May-20011.5 KiB4834

popcheck.1H A D18-May-19992.5 KiB9585

popcheck.cH A D08-May-200120.5 KiB938611

README

1
2PopCheck 1.3
3
4Installation
5======
6Copy the compiled program and the manpage to wherever you like.
7
8Commandline options
9===================
10Usage: popcheck [-s pop3 server] [-u pop3 user] [-p pop3 password] [-o filename] [-i filename]
11
12-s and -u are the only ones that are requred. Popcheck will ask you for
13a password if it isn't supplied on the command line.
14
15-o and -i are for batch mode. Use with caution, because you can easily delete all your
16mail using this function.
17
18Keys when using the curses interface
19====================================
20UP, p       - Up one line
21DOWN, n     - Down one line
22PGUP, -     - Up one page
23PGDN, space - Down one page
24d           - Mark/Unmark message
25s           - Exit and save changes
26q           - Exit without saving anything
27
28
29Batch mode
30==========
31* Run popcheck with the -o switch first to make a textfile with all
32  messages, including numbers and sizes.
33
34* Edit this file and remove all lines describing mail you want to keep.
35
36* Make sure the only lines in the file are those describing the mails you
37  want to REMOVE. Please double-check because there is no turning-back
38  after you execute popcheck with the -i switch.
39
40* Run popcheck with the -i switch. All messages matching the message
41  numbers and sizes (in the file) will be removed from the POP server.
42
43Please note that you run this program on your own risk. It's very easy
44to remove messages that you want to remove, but also to remove messages
45that you didn't want to remove. BE CAREFUL.
46
47Staffan H�m�l� 1999-05-19
48