Coder Social home page Coder Social logo

simone's Introduction

simone

Questions? Answers? General thoughts?

IRC: #simone @ irc.oftc.net Email: iggy(at)theiggy.com

Django webmail package

What would you like to see? This package (mostly) fits my needs as is (minus some send/reply/fwd improvements I have planned). I'm interested to know what users would like to see out of the package.

to run locally:

  • make sure requirements are installed (See below)
  • $ cd /path/to/simone.git
  • create local_settings.py (at some point you will at least want SECRET_KEY set)
  • $ python2 manage.py syncdb --pythonpath=.. (go through the creating superuser process)
  • $ python2 manage.py runserver --pythonpath=..
  • Open up a browser and go to http://127.0.0.1:8000/admin
  • Add a new user to use
  • $ python2 manage.py changepassword --pythonpath=.. newuser
  • In your browser, logout
  • Go to http://127.0.0.1:8000/mail
  • Fill in your IMAP details
  • Profit!

What works:

reading email.... that's about it for now

Requirements:

  • django (1.6+)
  • imapclient (pip install imapclient)
  • probably python-2.7 (it's all I've tested, theoretically 2.6+ should work)

(NOTE: do not intall imaplib2)

Uses:

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.