imap-idle 2.4-M4-0.91
- Compiled against Lift 2.4-M4 and Scala 2.8.1, 2.9.0-1 and 2.9.1
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
}