You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

enigma_userid.php 1.0KB

12345678910111213141516171819202122232425
  1. <?php
  2. /**
  3. +-------------------------------------------------------------------------+
  4. | User ID class for the Enigma Plugin |
  5. | |
  6. | Copyright (C) 2010-2015 The Roundcube Dev Team |
  7. | |
  8. | Licensed under the GNU General Public License version 3 or |
  9. | any later version with exceptions for skins & plugins. |
  10. | See the README file for a full license statement. |
  11. | |
  12. +-------------------------------------------------------------------------+
  13. | Author: Aleksander Machniak <alec@alec.pl> |
  14. +-------------------------------------------------------------------------+
  15. */
  16. class enigma_userid
  17. {
  18. public $revoked;
  19. public $valid;
  20. public $name;
  21. public $comment;
  22. public $email;
  23. }