JavaMailConnectionGeneric

emil.javamail.internal.JavaMailConnectionGeneric
final case class JavaMailConnectionGeneric[+Str <: Store, +Trns <: Transport, +Fldr <: Folder](config: MailConfig, session: Session, mailStore: Option[Str], mailTransport: Option[Trns]) extends Connection

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Connection
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def folder[F[_] : Sync](name: String, mode: Int): Resource[F, Fldr]
def store: Str
def transport: Trns

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product