home *** CD-ROM | disk | FTP | other *** search
/ Acorn User 1 / AU_CD1.iso / demos / a_to_i / archiboard / !BulBoard / !BBSsys / MessTask / Commands < prev    next >
Text File  |  1994-10-02  |  3KB  |  118 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,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. |  3rd parameter is the subject, empty string for use to enter subject
  17. |
  18. read_mbox()             135 0
  19. | enters read mailbox routines
  20. |
  21. read_mbox_list()        135 2
  22. | enters read mailbox routines
  23. | in listing mode
  24. |
  25. read_mbox_new()         135 1
  26. | only enters read mailbox routines if
  27. | the user has new mail
  28. |
  29. read_conf_mbox()        300 0
  30. | enters read mailbox routines
  31. |
  32. read_conf_mbox_new()    300 1
  33. | only enters read mailbox routines if
  34. | the user has new mail
  35. |
  36. list_email()            175 0
  37. | lists what Email a user has
  38. |
  39. list_conf_mail()        178 0
  40. | lists what conference mail a user has
  41. |
  42. select_conf()           145 0
  43. | Allows the user to select their current
  44. | conference
  45. |
  46. set_curr_conf(N)        145
  47. | Sets the users conference to the number passed
  48. |
  49. enter_conf()            150 0
  50. | enters into the current conference
  51. |
  52. read_conf_mail()        244 0
  53. | reads the mail in the current conference
  54. |
  55. read_new_conf_mail()    247 0
  56. | reads the new mail in the current conference
  57. |
  58. write_conf_mail()       155 0
  59. | writes a message in the current conference
  60. |
  61. join_cur_conf()         265 0
  62. | joins the user to the current conference
  63. |
  64. join_conf(N)            265
  65. | joins the user to the conference number
  66. | passed
  67. |
  68. list_all_confs()        192 1
  69. | lists all conferences available
  70. |
  71. list_joined_confs()     192 0
  72. | lists all conferences the user is
  73. | joined to
  74. |
  75. join_all_confs()        190 0
  76. | joins the user to all available conferences
  77. |
  78. join_all_confs_ask()    190 1
  79. | asks the user if they would be like to be joined
  80. | to each available conference
  81. resign_cur_conf()       266 0
  82. | resigns the user from their current conference
  83. |
  84. resign_all_confs()      281 0
  85. | resigns the user from all the conferences to
  86. | which they are joined
  87. |
  88. resign_all_confs_ask()  281 1
  89. | asks the user if they would wish to resign from
  90. | each of their joined conferences
  91. |
  92. resign_conf(N)          266
  93. | resigns the user from the conference number
  94. | passed
  95. |
  96. zip_conf_mail()         185 0
  97. | zips through the new conference mail
  98. |
  99. update_conf_mail()      264 0
  100. | resets the current conference mail pointer to be
  101. | upto date
  102. |
  103. update_all_conf_mail()  252 0
  104. | resets all conference mail pointers to be upto
  105. | date
  106. |
  107. zip_conf_to_file(S)     255
  108. | String passed is the filename of the zipfile
  109. | returns number of messages zipped up
  110. |
  111. mail_from_file(S)       291
  112. | String passed is the filename of the mail file
  113. |
  114. display_message(N)      295
  115. | display a message
  116. |
  117.