https://github.com/tien4112004/mail-client-java
Project for "CSC10008 - Computer Networking" (HCMUS)
https://github.com/tien4112004/mail-client-java
java mail-client socket-programming
Last synced: 12 months ago
JSON representation
Project for "CSC10008 - Computer Networking" (HCMUS)
- Host: GitHub
- URL: https://github.com/tien4112004/mail-client-java
- Owner: tien4112004
- Created: 2023-11-16T07:53:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-03T02:38:07.000Z (about 2 years ago)
- Last Synced: 2025-07-06T03:05:29.010Z (12 months ago)
- Topics: java, mail-client, socket-programming
- Language: Java
- Homepage:
- Size: 29.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CSC10008 (Computer Networking) Project - Mail Client
This project is a part of the "CSC10008 - Computer Networking" course at HCMUS. It involves the development of a mail client that can send, receive, and manage emails. The mail client communicates with a server, specifically the [test-mail-server](https://github.com/eugenehr/test-mail-server), created by [eugenehr](https://github.com/eugenehr).
## Authors
- 22120368: Phan Thanh Tiến [GitHub](https://github.com/tien4112004)
- 22120371: Lý Trọng Tín [GitHub](https://github.com/LyTrTi)
## Features
- Send and receive emails.
- Manage emails (delete, move to other folder, filter).
- Search email by keywords (in subject, content, sender).
## Dependencies
This project relies on several dependencies:
- Java 8.
- JUnit.
- Maven.
## Screenshots
See full screenshots [here](./screenshots/)