home *** CD-ROM | disk | FTP | other *** search
/ RISC DISC 1 / RISC_DISC_1.iso / pd_share / comms / archiboard / !BulBoard / !BBSsys / MessTask / Commands < prev    next >
Encoding:
Text File  |  1993-12-17  |  2.7 KB  |  113 lines

  1. |  command file
  2. mail_sysop()            210 1
  3. | writes mail to the sysop
  4. |
  5. write_mail()            210 0
  6. | writes mail to a user which the user
  7. | specifies
  8. |
  9. write_mail_to(U)        210
  10. | writes mail to the user name passed
  11. |
  12. write_external(S,S)     285
  13. |  write private mail to a specifically addressed site
  14. |  1st parameter is address  F=<zone>:<net>/<node>:<point> (like in BulUtils)
  15. |  2nd parameter is name, empty string for user to enter name
  16. |
  17. read_mbox()             135 0
  18. | enters read mailbox routines
  19. |
  20. read_mbox_new()         135 1
  21. | only enters read mailbox routines if
  22. | the user has new mail
  23. |
  24. read_conf_mbox()        300 0
  25. | enters read mailbox routines
  26. |
  27. read_conf_mbox_new()    300 1
  28. | only enters read mailbox routines if
  29. | the user has new mail
  30. |
  31. list_email()            175 0
  32. | lists what Email a user has
  33. |
  34. list_conf_mail()        178 0
  35. | lists what conference mail a user has
  36. |
  37. select_conf()           145 0
  38. | Allows the user to select their current
  39. | conference
  40. |
  41. set_curr_conf(N)        145
  42. | Sets the users conference to the number passed
  43. |
  44. enter_conf()            150 0
  45. | enters into the current conference
  46. |
  47. read_conf_mail()        244 0
  48. | reads the mail in the current conference
  49. |
  50. read_new_conf_mail()    247 0
  51. | reads the new mail in the current conference
  52. |
  53. write_conf_mail()       155 0
  54. | writes a message in the current conference
  55. |
  56. join_cur_conf()         265 0
  57. | joins the user to the current conference
  58. |
  59. join_conf(N)            265
  60. | joins the user to the conference number
  61. | passed
  62. |
  63. list_all_confs()        192 1
  64. | lists all conferences available
  65. |
  66. list_joined_confs()     192 0
  67. | lists all conferences the user is
  68. | joined to
  69. |
  70. join_all_confs()        190 0
  71. | joins the user to all available conferences
  72. |
  73. join_all_confs_ask()    190 1
  74. | asks the user if they would be like to be joined
  75. | to each available conference
  76. resign_cur_conf()       266 0
  77. | resigns the user from their current conference
  78. |
  79. resign_all_confs()      281 0
  80. | resigns the user from all the conferences to
  81. | which they are joined
  82. |
  83. resign_all_confs_ask()  281 1
  84. | asks the user if they would wish to resign from
  85. | each of their joined conferences
  86. |
  87. resign_conf(N)          266
  88. | resigns the user from the conference number
  89. | passed
  90. |
  91. zip_conf_mail()         185 0
  92. | zips through the new conference mail
  93. |
  94. update_conf_mail()      264 0
  95. | resets the current conference mail pointer to be
  96. | upto date
  97. |
  98. update_all_conf_mail()  252 0
  99. | resets all conference mail pointers to be upto
  100. | date
  101. |
  102. zip_conf_to_file(S)     255
  103. | String passed is the filename of the zipfile
  104. | returns number of messages zipped up
  105. |
  106. mail_from_file(S)       291
  107. | String passed is the filename of the mail file
  108. |
  109. display_message(N)      295
  110. | display a message
  111. |
  112.