home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 May / CMCD0505.ISO / Software / Shareware / Programare / bugzero / WEB-INF / classes / sql / get_mailbox_project.sql < prev    next >
Encoding:
Text File  |  2004-02-18  |  149 b   |  9 lines

  1. # get the mailboxes for this project
  2. SELECT
  3.   name,
  4.   assignable,
  5.   refresh_minutes,
  6.   pop3,
  7.   mailbox_status
  8. FROM mailbox
  9. WHERE project_id=?