imap-idle 2.4-0.92
- Compiled against Lift 2.4 and Scala 2.8.1, 2.9.0-1 and 2.9.1
- Upgraded to SBT 0.11.2
The IMAP IDLE external Lift Module provides push-like email facilities so your Lift web application can be notified when email arrives.
Use in your Boot like this:
ImapIdle.init { m: javax.mail.Message =>
println("You've got mail: "+EmailUtils.dump(m))
true // delete the email on the server
}