implicit.ly

Scala software, hot off the presses

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
}

Filed under  //   Scala 2.8.1   Scala 2.9.0-1   Scala 2.9.1   imap-idle   net.liftmodules  

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
}

Filed under  //   Scala 2.8.1   Scala 2.9.0-1   Scala 2.9.1   imap-idle   net.liftmodules