Skip to content

Fernando-Urbano/mail-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Mail Service

This is project number 3 of the CS50 Web Development course with Django and JavaScript lectured by Harvard CS department.

Screencast of project

Click on the image to be redirected to a video of the program working on youtube.

image

Send Mail

When a user submits the email composition form, we add JavaScript code to actually send the email. Once the email has been sent, we load the user’s sent mailbox.

image

Mailbox

When a user visits their Inbox, Sent mailbox, or Archive, we load the appropriate mailbox. When a mailbox is visited, the application first queries the API for the latest emails in that mailbox. If the email is unread, it appears with a white background. If the email has been read, it appears with a gray background.

image

View Mail

When a user clicks on an email, the user is taken to a view where they see the content of that email.

image

Archive and Unarchive

The software allows users to archive and unarchive emails that they have received.

image

Reply

The software allows users to reply to an email.

image

About

Software Engineering Project: Mail service with Django, SQLite and Javascript

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published