Package

spinoco.fs2.mail

encoding

Permalink

package encoding

Source
encoding.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. encoding
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. object base64

    Permalink
  2. object charset

    Permalink
  3. def decodeIMAPUtf7(s: String): Attempt[String]

    Permalink

    Decodes UTF-7 modified according to RFC3501 5.1.3

  4. def encodeIMAPUtf7(s: String): Attempt[String]

    Permalink

    Encodes UTF-7 modified according to RFC3501 5.1.3

  5. object lines

    Permalink
  6. object quotedPrintable

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped