Tech stack :- Spring, Java, Hibernate, MySql, Spring Security
#FEATURES :-
. User can create their account login into them
. User can send message to other user and recieve message from other user
. User can star and delete the message
POST /mymail/register
http://localhost:8080/mymail/register
POST /mymail/login
http://localhost:8080/mymail/login
POST /mymail/mail
http://localhost:8080/mymail/mail
POST /mymail/sent/{id}
http://localhost:8080/mymail/sent/{id}
DELETE /mymail/sent/{id}
http://localhost:8080/mymail/sent/{id}
POST /mymail/recived/{id}
http://localhost:8080/mymail/recived/{id}
DELETE /mymail/recived/{id}
http://localhost:8080/mymail/recived/{id}
GET /mymail/starred
http://localhost:8080/mymail/starred/
DELETE /mymail/starred/{id}
http://localhost:8080/mymail/starred/{id}
