Horde_Imap_Client_Data_Format_String::forceQuoted PHP Method

forceQuoted() public method

Force item to be output quoted.
public forceQuoted ( )
    public function forceQuoted()
    {
        $this->_filter = $this->_filterParams();
        $this->_filter->binary = false;
        $this->_filter->literal = false;
        $this->_filter->quoted = true;
    }