Attachment

object Attachment
Companion
class
trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror

Value members

Concrete methods

def apply[F[_] : Sync](filename: Option[String], mimeType: MimeType, content: Stream[F, Byte]): Attachment[F]
def content[F[_] : Applicative](cnt: BodyContent, mimeType: MimeType): Attachment[F]
def text[F[_] : Applicative](cnt: String, mimeType: MimeType): Attachment[F]
def textHtml[F[_] : Applicative](cnt: String): Attachment[F]
def textPlain[F[_] : Applicative](cnt: String): Attachment[F]