home *** CD-ROM | disk | FTP | other *** search
- | command file
- mail_sysop() 210 1
- | writes mail to the sysop
- |
- write_mail() 210 0
- | writes mail to a user which the user
- | specifies
- |
- write_mail_to(U) 210
- | writes mail to the user name passed
- |
- write_external(S,S) 285
- | write private mail to a specifically addressed site
- | 1st parameter is address F=<zone>:<net>/<node>:<point> (like in BulUtils)
- | 2nd parameter is name, empty string for user to enter name
- |
- read_mbox() 135 0
- | enters read mailbox routines
- |
- read_mbox_new() 135 1
- | only enters read mailbox routines if
- | the user has new mail
- |
- read_conf_mbox() 300 0
- | enters read mailbox routines
- |
- read_conf_mbox_new() 300 1
- | only enters read mailbox routines if
- | the user has new mail
- |
- list_email() 175 0
- | lists what Email a user has
- |
- list_conf_mail() 178 0
- | lists what conference mail a user has
- |
- select_conf() 145 0
- | Allows the user to select their current
- | conference
- |
- set_curr_conf(N) 145
- | Sets the users conference to the number passed
- |
- enter_conf() 150 0
- | enters into the current conference
- |
- read_conf_mail() 244 0
- | reads the mail in the current conference
- |
- read_new_conf_mail() 247 0
- | reads the new mail in the current conference
- |
- write_conf_mail() 155 0
- | writes a message in the current conference
- |
- join_cur_conf() 265 0
- | joins the user to the current conference
- |
- join_conf(N) 265
- | joins the user to the conference number
- | passed
- |
- list_all_confs() 192 1
- | lists all conferences available
- |
- list_joined_confs() 192 0
- | lists all conferences the user is
- | joined to
- |
- join_all_confs() 190 0
- | joins the user to all available conferences
- |
- join_all_confs_ask() 190 1
- | asks the user if they would be like to be joined
- | to each available conference
- |
- resign_cur_conf() 266 0
- | resigns the user from their current conference
- |
- resign_all_confs() 281 0
- | resigns the user from all the conferences to
- | which they are joined
- |
- resign_all_confs_ask() 281 1
- | asks the user if they would wish to resign from
- | each of their joined conferences
- |
- resign_conf(N) 266
- | resigns the user from the conference number
- | passed
- |
- zip_conf_mail() 185 0
- | zips through the new conference mail
- |
- update_conf_mail() 264 0
- | resets the current conference mail pointer to be
- | upto date
- |
- update_all_conf_mail() 252 0
- | resets all conference mail pointers to be upto
- | date
- |
- zip_conf_to_file(S) 255
- | String passed is the filename of the zipfile
- | returns number of messages zipped up
- |
- mail_from_file(S) 291
- | String passed is the filename of the mail file
- |
- display_message(N) 295
- | display a message
- |
-