12 Commits

Author SHA1 Message Date
1e70c13cf9 Harvest email addresses from messages.
Go tool for reading original messages from DB and filling out contact table.
SQL scripts for building address book table from most commonly referenced
    names per unique email address.
2014-03-27 21:38:00 -07:00
56db982878 Limit amount read when slurping message into memory. 2014-03-27 21:37:25 -07:00
c7bcdde1e5 Use expvar for message stats. 2014-03-24 23:21:38 -07:00
1b8afaa73f Add person table.
Import mail associated with -user specified on commandline.
2014-03-20 22:27:50 -07:00
bb8f546fd0 New utility to import mail into PostgreSQL.
Minor leak cleanup in mailhash.
2014-03-18 23:01:39 -07:00
a607477934 Set content type so browsers will interpret result as JSON. 2014-03-02 23:22:23 -08:00
d83b2fc139 Move handler to established URI. Add CORS wildcard. 2014-03-02 22:37:29 -08:00
2ba451df36 Move unread command to cmd/ 2014-03-02 21:23:28 -08:00
9becd3e2e7 Add skip file support, and only log parse errors @ INFO level. 2014-02-27 19:29:16 -08:00
73f1751d5b Don't crash when hash not in map. 2014-02-26 20:29:49 -08:00
b2910c8ec0 Add load and mark as un/read functionality. 2014-02-16 21:02:17 -08:00
9a42a60278 Add utility to generate and save hashes of email and unread state. 2014-02-15 21:29:44 -08:00