Ignore:
Timestamp:
Sep 29, 2010 8:36:28 AM (3 years ago)
Author:
alec
Message:
  • Add Internationalized Domain Name (IDNA) support (#1483894)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/steps/settings/func.inc

    r3989 r4009  
    7373  $list = $USER->list_identities(); 
    7474  foreach ($list as $idx => $row) 
    75     $list[$idx]['mail'] = trim($row['name'] . ' <' . $row['email'] .'>'); 
     75    $list[$idx]['mail'] = trim($row['name'] . ' <' . idn_to_utf8($row['email']) .'>'); 
    7676 
    7777  // get all identites from DB and define list of cols to be displayed 
Note: See TracChangeset for help on using the changeset viewer.