setNameFromPath method

void setNameFromPath()

Sets the name from the original path

This can be useful when the mailbox name was localized for viewing purposes.

Compare name

Implementation

void setNameFromPath() {
  name = _modifiedUtf7Codec.decodeText(encodedName);
}