Rajendra999 / email

A Django-JavaScript based mail application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Email

Email application that allows to send and receive mails by making API calls.

Features šŸ¤©

  1. compose and send mails
  2. receive mails in the inbox section
  3. archive and unarchive the received mails and
  4. keep a counter of unread mails.
  5. Reply to the received emails
  6. Login through different usernames
  7. Logout
  8. Real time application
  • The UI is made with the help of html, css, MDbootstrap and fontawesome.

  • Front-end of the application uses JavaScript while the backend is completely Django based.

Inbox

Inbox section where all the mails are received. The opened emails are shown in grey representing they have been read. Unopened mails are shown in white.

image

Reply to a Mail

Through the reply button, one can reply to a specific mail.

image

Archive

The archive button adds the mail to archive section. An archived mail can be retured back to unarchive by clicking the red unarchive button which appears to only archived mails.

image

About

A Django-JavaScript based mail application


Languages

Language:Python 50.1%Language:HTML 26.7%Language:JavaScript 20.2%Language:CSS 3.0%