I created this email client as part of my first-year C++ OOP course. This is my first project using QT GUI library.
##Features
- User can sign up
- User can login
- Compose mail
- View received mails in Inbox
- View sent mails in Sent Mails
**Note: This is a basic project to learn more about QT. It doesn't have any network functionality.