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
/
lib
/
imap
/
FakeIMAPClient.php
blob: aad0207072ebcfe29ac42372802eafe173f559c8 (
plain
)
1
2
3
4
5
6
7
8
9
<?php
class
FakeIMAPClient
implements
IMAPClient
{
}
?>