Changeset 4485 in subversion for trunk/plugins/managesieve/managesieve.php


Ignore:
Timestamp:
Feb 3, 2011 8:58:19 AM (2 years ago)
Author:
alec
Message:
  • Fix IDNA support when IDN/INTL modules are in use (#1487742)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/plugins/managesieve/managesieve.php

    r4478 r4485  
    6767        $port = $this->rc->config->get('managesieve_port', 2000); 
    6868 
    69         $host = idn_to_ascii($host); 
     69        $host = rcube_idn_to_ascii($host); 
    7070 
    7171        // try to connect to managesieve server and to fetch the script 
Note: See TracChangeset for help on using the changeset viewer.