net.liftmodules

imapidle

package imapidle

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. imapidle
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. case class Callback(h: (Message) ⇒ Boolean) extends Product with Serializable

  2. case class Credentials(username: String, password: String, host: String = "imap.gmail.com") extends Product with Serializable

  3. type MessageHandler = (Message) ⇒ Boolean

    Signature for a function that is given an email and signals the email should be deleted (true) or not (false).

    Signature for a function that is given an email and signals the email should be deleted (true) or not (false). Warning: this is likely to change from returning a boolean to an enumeration for clarity.

Value Members

  1. object EmailReceiver extends LiftActor with Loggable

    Actor which manages the connection to the IMAP server and dispatches javax.

  2. object EmailUtils extends Loggable

    Provides utilities for decoding javax.

  3. object ImapIdle extends Loggable

    Module configuration, used during Boot.

  4. object TestApp

    Command-line test harness.

Inherited from AnyRef

Inherited from Any

Ungrouped