Skip to content

timmc/hashflash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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