-
Notifications
You must be signed in to change notification settings - Fork 0
Project description
Patryk Siuda edited this page Apr 16, 2020
·
7 revisions
A Java project which implements my own protocol for sending and receiving e-mail messages between client and server, which includes attachments support.
Currently GUI was built with the Java Swing framework and messages are stored in xml files.
This project has been written when I was studying at university and actually it doesn't reflect any good practices of writing clean, concise code.