home *** CD-ROM | disk | FTP | other *** search
/ ftp.notepager.com 2015 / 2015-02-04.ftp.notepager.com.tar / ftp.notepager.com / dev / pagegate.mdb / mailboxes.json < prev    next >
JavaScript Object Notation  |  2013-08-22  |  362b

  1. {
  2.     "schema": {
  3.         "pguser": "Text (40)",
  4.         "mailuser": "Text (80)",
  5.         "local_mailbox": "Boolean NOT NULL",
  6.         "password": "Text (255)",
  7.         "server": "Text (80)",
  8.         "remove": "Boolean NOT NULL",
  9.         "domain_mailbox": "Text (80)",
  10.         "uidl": "Memo/Hyperlink (255)"
  11.     },
  12.     "data": [
  13.         {
  14.             "pguser": "admin",
  15.             "mailuser": "paging",
  16.             "local_mailbox": 0,
  17.             "password": "166206134166054014",
  18.             "server": "gigawatt.viwapa.vi",
  19.             "remove": 1
  20.         }
  21.     ]
  22. }