This Guide is very basic and not very complete. I would appreciate any and all help fleshing it out!

Queue Protocol

The Bongo Queue is a set of mail spools, numbered, through which mail passes before it finally arrives at the Bongo Store. It is run by the Queue Agent, and other agents may register with this agent in order to see mail as it passes through.

Session Commands

AUTH

Description: Verifies the system password and enables manager level access for the client.
Syntax AUTH
Response none Results
  1. 1000 OK
  2. 3242 Bad Authentication
Example
 AUTH 0376AF4B57CE88147693730583947830
    1000 OK

PASS SYS

Description: Verifies the system password and enables manager level access for the client.
Restrictions: none
Syntax: PASS SYS

PASS USER

Description: Verifies the user's password, adds the IDENTITY flag to the client session, and binds the userid to the session.
Restrictions:
Syntax: PASS USER
Response: none
Results:
  1. 1000 OK
  2. 3010 Invalid Arguments
  3. 3242 Bad Authentication

Example:
    auth user john bongo
    1000 OK
	

QUIT

Description: Causes the server to close the current connection and clean up resources associated with it.
Restrictions: none
Syntax: QUIT
Response: none
Results:
1000 OK
Example:
    QUIT
    1000 OK Signing Off
	

QWAIT

QFLUSH

Queue Commands

  1. QADM
  2. QADDQ
  3. QABRT
  4. QBODY
  5. QBRAW
  6. QCOPY
  7. QCREA
  8. QDELE
  9. QDSPC
  10. QGREP
  11. QHEAD
  12. QINFO
  13. QMOD FROM
  14. QMOD FLAGS
  15. QMOD LOCAL
  16. QMOD MAILBOX
  17. QMOD RAW
  18. QMOD TO
  19. QMIME
  20. QMOVE
  21. QRCP
  22. QRETR
  23. QRTS
  24. QRUN
  25. QSRCH DOMAIN
  26. QSRCH HEADER
  27. QSRCH BODY
  28. QSRCH BRAW
  29. QSTOR ADDRESS
  30. QSTOR CAL
  31. QSTOR FLAGS
  32. QSTOR FROM
  33. QSTOR LOCAL
  34. QSTOR MESSAGE
  35. QSTOR RAW
  36. QSTOR TO