TCPMail Client/Server 0.9.1 - a simple program for sending/receiving mails Copyright ((C) 2005 Achatschitz, Haider, Richter; see file COPYING for license see project homepage: http://www.krikkit.net/studium/computer_networks/ TCPMail Client/Server comes with ABSOLUTELY NO WARRANTY; for details run TCPMailClient/TCPMailServer -license. This is free software, and you are welcome to redistribute it under certain conditions; type TCPMailClient/TCPMailServer -license for details. INSTALLATION ============ simply copy the .jar files in an empty directory STARTING ======== starting the client: java -jar TCPMailClient.jar starting the server: java -jar TCPMailServer.jar COMMAND-LINE PARAMETERS ======================= TCPMailClient [-version] [-license] [-debug] specifies the port on which the client should contact the server the username to send mails with [-version] prints out the program version [-license] prints the license information [-debug] prints out verbose debugging information TCPMailServer [-version] [-license] [-debug] specifies the port on which the server should listen for clients [-version] prints out the program version [-license] prints the license information [-debug] prints out verbose debugging information For further questions contact us via the website: http://www.krikkit.net/formmail.shtml