index
:
mailadmin
master
IMAP+MySQL+Postfix server FOSS frontend using the Symfony PHP Framework
ms
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
/
admin
/
modules
/
address
/
templates
/
_localpart.php
blob: e01fe5dd26002e735efc2b16378ae7e8f4a19e23 (
plain
)
1
<?php
echo
(
$address
->
isCatchAll
()
?
"*"
:
$address
->
getLocalpart
()
)
?>