From 77475c07839ce8fff72a4d00f8045888933cd43e Mon Sep 17 00:00:00 2001 From: alec Date: Mon, 30 Aug 2010 09:12:57 +0000 Subject: - Enigma plugin: initial commit git-svn-id: https://svn.roundcube.net/trunk@3921 208e9e7b-5314-0410-a742-e7e81cd9613c --- plugins/enigma/lib/enigma_userid.php | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 plugins/enigma/lib/enigma_userid.php (limited to 'plugins/enigma/lib/enigma_userid.php') diff --git a/plugins/enigma/lib/enigma_userid.php b/plugins/enigma/lib/enigma_userid.php new file mode 100644 index 000000000..36185e718 --- /dev/null +++ b/plugins/enigma/lib/enigma_userid.php @@ -0,0 +1,31 @@ + | + +-------------------------------------------------------------------------+ +*/ + +class enigma_userid +{ + public $revoked; + public $valid; + public $name; + public $comment; + public $email; +} -- cgit v1.2.3