GithubHelp home page GithubHelp logo

imap-protocol's Introduction

imap-protocol

  • Wellesley College CS242 Computer Networking - Final Project
  • Authors: Wabil Asjad & Alex Chin
  • VERSION: v1.0 October 17, 2020

Implement both SMTP and IMAP and allow for multiple clients to be users on the same mail server. Multiple clients can access their email accounts and see the read and unread mail sent to them. They can also send mail to other clients that have addresses in the same mail server.

Installation

Either use git clone, or download the files as a zip.

cd to wherever this local repository is.

Usage

  • Please make sure to change the IP address to your IP address in the server file, and write the correct path to wherever you’ve downloaded the inboxes.json file!
  • Run all the files in different terminals.
  • As the IMAP client, run the commands that allow you to authenticate (A0001 USER) with your username ([email protected], [email protected]),
  • Get information from your inbox (A0002 SELECT INBOX), if there are any unread emails you can use (A0003 FETCH 1 RFC822.SIZE) to get the size of the email, as well as (A0004 FETCH 1 BODY[HEADER]) and (A0005 FETCH 1 BODY[TEXT]) to see the header and the actual text in the body of the email.
  • Finally, to log out you can use A0006 LOGOUT.

Limitations and Improvements

  • Establish a database for user emails and passwords.
  • Using password hashing for security.

imap-protocol's People

Contributors

wabilasjad avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.