dashboard
repositories
filestore
activity
search
login
githubFork
/
roundcubemail
Roundcubemail devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
- Add Internationalized Domain Name (IDNA) support (#1483894)
alecpl
2010-09-29
e99991996dbb9e7b0b0ff6cfa94dc0fb2522eb66
[githubFork/roundcubemail.git]
/
program
/
lib
/
Net
/
IDNA2
/
Exception
/
Nameprep.php
1
2
3
4
5
<?php
require_once 'Net/IDNA2/Exception.php';
class Net_IDNA2_Exception_Nameprep extends Net_IDNA2_Exception {
}