Code Monkey home page Code Monkey logo

emailviewer's Introduction

Email Viewer

This is a simple imap client written in python that allows you to view emails in the console.

To install this program, you'll need https://www.python.org and https://git-scm.com installed.

  1. Simply clone the repository using:
git clone https://github.com/
  1. Install the dependencies using:
python -m venv venv
venv/bin/activate
pip install -r requirements.txt
  1. Run the program using:
python main.py

This program uses IMAP over SSL, which is supported by most email providers. Some email providers may require you to set an "app specific password" or similar in order to log in. Check with your provider for exact login details.

You can also store your credentials in a .env file if you don't want to be prompted every time. Simply create a file named .env and add your credentials as follows:

URL=imap.example.com
[email protected]
PASSWORD=averysecurepassword
PORT=993

Once logged in, you'll be presented with a list of your email folders. Enter the name or number of the folder you want to view.

Email Viewer will begin loading your messages. For large folders, this may take a while. Once complete, you can view your emails by entering the number of the message you want to view.

Features such as:

  • Marking emails as read/unread
  • Deleting emails
  • Archiving emails
  • Sending emails

are not supported at this time.

emailviewer's People

Contributors

jforseth210 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.