MailFolder

final case class MailFolder(id: String, path: NonEmptyList[String])

Structure representing one mailbox (= folder).

Value parameters:
id

Absolute path of the MailFolder

path

Path segments of the MailFolder, the last segment resembles the folder's name

Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def name: String

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product