SonamRinzinGurung / E-mail-Application-Django

Django Email Application that makes API calls to send and receive mails.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

E-mail-Application-Django

Email Application that makes API calls to send and receive mails. This web application is developed using Django framework.


Features

  • User can send email with subject and body to other valid users. (The POST method is used)
  • User Mail is separed into three groups: Inbox, Sent Emails and Archived emails (GET method)
  • Read and unread emails are separated by their background color
  • User can click on the inbox email to reply to that email.
  • User can archive or unarchive an email
  • When user clicks on an unread email, the email turns into read email. (PUT method is used)

About

Django Email Application that makes API calls to send and receive mails.


Languages

Language:Python 62.6%Language:JavaScript 22.8%Language:HTML 13.6%Language:CSS 1.1%