Skip to content

jonromero/jimemail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A simple system that reads emails from a google account
and categorizes them based on subject
[idea], [project], [whatever]

displays them in a ui
and send an email with todos


+ Parse text
+ create db entries
+ send email (todos and soon to be finished) (http://code.google.com/appengine/docs/python/mail/sendingmail.html)
+ register via email (it's email and a uid that gets generated on first email)

DONE
-----
+ Read from email (http://code.google.com/appengine/docs/python/mail/receivingmail.html)


get mail-> get [text.lowerCase.strip]:due_date-> add entry: 
{id, [text], due_date, body, email, created_at}

commands ->
get [text]

get :due_date

get :all

body->

[Todos]
1. Play
2. Hey!

---------
1. done
2. delete

if more than 1000 entries, suspend account, notify admin

About

A personal bookmark service run on Appengine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages