AttachFile

case
class AttachFile[F[_]](file: Path, mimeType: MimeType, filename: Option[String], chunkSize: Int)(implicit evidence$1: Files[F]) extends Trans[F]
trait Serializable
trait Product
trait Equals
trait Trans[F]
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(mail: Mail[F]): Mail[F]
def withChunkSize(size: Int): AttachFile[F]
def withFilename(name: String): AttachFile[F]
def withMimeType(mimeType: MimeType): AttachFile[F]

Inherited methods

def andThen(next: Trans[F]): Trans[F]
Inherited from
Trans
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product