Skip to content

timmc/hashflash

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

hashflash

Email autoresponder service for geohash coordinates.

Usage

Clone the project and use Leiningen to launch the service:

lein run -m org.timmc.hashflash path/to/config.clj

A config file looks like this:

{:imap-domain "imap.gmail.com"
 :smtp-domain "smtp.gmail.com"
 :smtp-port 465
 :username "srv@geohash.info"
 :password "locative2"
 :source-folder "Inbox"
 :reject-folder "rejected"
 :done-folder "answered"
 :log-level :info}

Because IMAP implementations vary quite a bit (*cough* Google *cough*), I can't guarantee this works on any service other than GMail.

License

Copyright © 2013 Tim McCormack

Distributed under the Eclipse Public License, the same as Clojure.

About

Geohashing coordinates by email query

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published