Uncategorized

computer network project

Part 1:
1. Download the following repository to Delenn: https://github.com/zerokol/Mail-Client2. Familiarize yourself with the code.3. Run it.4. Turn in a Screen shot like Figure 1.Figure 1: Sample screenshot for Part1Helpful Hints: To run the graphics on a Linux machine see How do I run graphical programs remotely from a Linux server?  The mail should be in a file called under /var/spool/mail

Part2:1. Display a better-looking GUI: Some examplesa. Use Swing b. Remove localhost field and the From field. Your program should be able to find out this information. You can add an authentication phase firstc. Add a CC field2. Send emails with both text and images.3. Test using Stetson or Yahoo, Gmail…etc. (see Figures 2 and 3 for examples)4. Turn in:o your source code. Please indicate the sections that you added.o Screenshots showing that your client can receive e-mail messages with text and images securely.Helpful Hints: Java Mail can make your life a lot easier https://docs.oracle.com/cd/E19644-01/817-5449/djmail.html#wp18101  Create an email account with very low security setting for testing You are free to: Enhance the GUI as you see fit Add the image as an attachment or in the body of the email. Use any other language of your choice.Figure 2: Sample Screenshot for Part2

Leave a Reply

Your email address will not be published. Required fields are marked *