Package

spinoco.protocol

mail

Permalink

package mail

Visibility
  1. Public
  2. All

Type Members

  1. case class EmailAddress(localPart: String, domain: String, display: Option[String]) extends Product with Serializable

    Permalink

    Email address as per RFC5322 sec.

    Email address as per RFC5322 sec. 3.4.1

    localPart

    Local address at given domain

    domain

    Domain of the email.

  2. case class EmailHeader(fields: List[EmailHeaderField]) extends Product with Serializable

    Permalink

    Represents Email header that consists of arbitrary fields.

    Represents Email header that consists of arbitrary fields.

    Encoding/Decoding of this header is according to specification in RFC 5322.

Value Members

  1. object EmailHeader extends Serializable

    Permalink
  2. package header

    Permalink

    Created by pach on 13/10/17.

  3. package imap

    Permalink
  4. package mime

    Permalink

Ungrouped