An email-client created with Java/JavaFX and based on Alex Horea's Advanced Java programming with JavaFx course. The application allows you to send/receive emails and read/delete just like any other email service. The UI was created using SceneBuilder and HTML/CSS were used for front-end. At present I haven't implemented data-persistence. I made this project to develop my Java skills and to see how the MVC design-pattern can be used.
- Java/JavaFX version 17 or higher.
-
Press the Fork button (in the top-right corner of the page) to save a copy of this project on your account.
-
Download the repository files (project) from the download section or clone this project by typing in the bash the following command:
git clone https://github.com/ajaybasra/Email-Client.git
-
Follow the following tutorial to convert the project into a .JAR file which can be run via the command line.
In order to use Gmail, you need to enable less secure apps at this link.