Command

com.minosiants.pencil.protocol.Command$
See theCommand companion class
object Command

Attributes

Companion:
class
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Command.type

Members list

Concise view

Type members

Classlikes

case object AuthLogin extends Command

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
class Command
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
case object Data extends Command

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
class Command
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
Data.type
final case class Ehlo(domain: String) extends Command

Attributes

Graph
Supertypes
class Command
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class Mail(mailbox: Mailbox) extends Command

Attributes

Graph
Supertypes
class Command
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case object Noop extends Command

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
class Command
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
Noop.type
case object Quit extends Command

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
class Command
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
Quit.type
final case class Rcpt(mailbox: Mailbox) extends Command

Attributes

Graph
Supertypes
class Command
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case object Rset extends Command

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
class Command
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
Rset.type
case object StartTls extends Command

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
class Command
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
case class Text(txt: String) extends Command

Attributes

Graph
Supertypes
class Command
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class Vrfy(str: String) extends Command

Attributes

Graph
Supertypes
class Command
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete fields

val end: String
val endEmail: String

Implicits

Implicits

implicit lazy val CommandShow: Show[Command]
implicit lazy val codec: Codec[Command]