Swift_Mime_ContentEncoder_QpContentEncoder::initSafeMap PHP Method

initSafeMap() protected method

protected initSafeMap ( )
    protected function initSafeMap()
    {
        parent::initSafeMap();
        if ($this->_dotEscape) {
            /* Encode . as =2e for buggy remote servers */
            unset($this->_safeMap[0x2e]);
        }
    }