Horde_Kolab_Storage_Driver_Base::decodePath PHP Méthode

decodePath() protected méthode

Decode IMAP path names from the driver charset to UTF-8.
protected decodePath ( string $path ) : string
$path string The the driver charset encoded path name.
Résultat string The path name in UTF-8.
    protected function decodePath($path)
    {
        return Horde_String::convertCharset($path, $this->charset, 'UTF-8');
    }