README (672B)
1 pop3 - POP3 client 2 ================== 3 4 The pop3 utility is a very simple but functional POP3 client I made 5 to complement popa3d, a POP3 server. It communicates in cleartext, 6 so on untrusted networks traffic should be tunneled through secure 7 channels as seen in the manual's examples. 8 9 Requirements 10 ------------ 11 12 In order to build pop3 you need a C99 compiler and a POSIX environment. 13 14 Installation 15 ------------ 16 17 Run the following command (as root if necessary): 18 19 $ make install 20 21 By default pop3 is installed to the /usr/local namespace. This may 22 be overridden by setting the PREFIX environment variable. 23 24 Usage 25 ----- 26 27 Please see the manual pop3(1) for usage information.