Skip to content

husseinkhaled733/Mail-Service

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mail

The aim of the project is to implement the basic functionalities of a mail server, including the manipulation of mails, attachments, contacts and folders. provide the following requirements:

  • designing folders for emails such as: inbox, draft, sent, trash and custom folders.
  • design compose section for sending emails.
  • manipulations on emails such as searching and sorting based on different attributes ( date, sender, receivers, importance, subject, body and attachments ).
  • users should be able to add, delete and view attachments.
  • Users able to add, edit and delete contacts.
  • Users able to search and sort contacts.
  • Apply at least 5 design patterns.

About

this is the mail service project which has backend of using spring boot frame work and postgres sql for database and has frontend using angular framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 47.0%
  • TypeScript 27.6%
  • CSS 14.6%
  • HTML 10.4%
  • JavaScript 0.4%