Mail Help
@mail[/<switches>] [<msg-list>[=<target>]]
@mail[/<switches>] <player-list>=[<subject>/]<message>
@mail invokes the built-in MUSH mailer, which allows players to send and receive mail. Pronoun/function substitution is performed on any messages you may try to send.
A
- A single msg # (ex: 3)
- A message range (ex: 2-5, -7, 3-)
- A folder number and message number/range (ex: 0:3, 1:2-5, 2:-7)
- A sender (ex: *paul)
- An age of mail in days (ex: ~3 (exactly 3), <2, >1)
- “days” here means 24-hour periods from the current time.
- One of the following: “read”, “unread”, “cleared”, “tagged”, “urgent”, “folder” (all messages in the current folder), “all” (all messages in all folders).
Unless a folder is explicitly specified, or all is used, only messages in the current folder will be counted.
A
- Player names
- Player dbref #‘s
- Message #‘s, in which case you send to the sender of that message
- An alias name (see @malias)
See also:
- mail-sending
- mail-reading
- mail-folders
- mail-forward
- mail-other
- mail-admin
- @malias
- mail-reviewing
- @mailquota
MAIL-READING
@mail <msg #>
@mail/read <msg-list>
- This displays messages which match the msg# or msg-list from your current folder.
@mail
@mail <msg-list, but not a single msg #>
@mail/list <msg-list>
- This gives a brief list of all mail in the current folder, with sender name, time sent, and message status.
- The status field is a set of characters (ex: NC-UF+) which mean:
- N = New (unread) message
- C = Cleared message
- U = Urgent message
- F = Forwarded message
-
- = Tagged message
- The opposites of these (read messages, etc.) are indicated with a ’-’ in the status field in that position.
@mail/cstats
- Shows how many messages you have, in the same format as the automatic mail check when you connect.
MAIL-SENDING
@mail[/switch] <player-list>=[<subject>]/<msg>
- This sends the message
to all players in . - If no subject is given, the message subject is the beginning of the message itself. To include a literal / in the subject, double it up (//).
- All function substitutions are valid in
including mail(#) which will allow you to forward mail you have received to other users.
The following switches are available:
/send
- same as no switch/urgent
- mail is marked as “Urgent”/silent
- no notification to sender that mail was sent/nosig
- no mail signature
If you have an @mailsignature attribute set on yourself, its contents will be evaluated and appended to the message unless the /nosig switch is given.
@mail/fwd <msg-list>=<player-list>
- This sends a copy of all the messages in
to all the players in . The copy will appear to have been sent by you (not the original sender), and its status will be “Forwarded”.
MAIL-OTHER
@mail/clear [<msg-list> | all]
@mail/unclear [<msg-list> | all]
- These commands mark mail in the current folder as cleared or uncleared. Mail marked for clearing is deleted when you disconnect, or if you use @mail/purge.
- If no msg-list is specified, all mail in your current folder is cleared.
- If “all” is given instead of a msg-list, all mail in all folders is cleared/uncleared.
@mail/purge
- Actually deletes all messages marked for clearing with @mail/clear. This is done automatically when you log out.
@mail/tag [<msg-list> | all]
@mail/untag [<msg-list> | all]
- These commands tag or untag mail in the current folder.
- Tagged mail can be later acted on en masse by using “tagged” as the msg-list for other commands (which does not untag them afterward).
- If no msg-list is specified, all messages in the current folder are tagged/untagged.
- If “all” is given as the msg-list, all mail in all folders is tagged/untagged.
Example:
To clear all mail from Paul and Chani:@mail/tag *paul@mail/tag *chani@mail/clear tagged@mail/untag all
@mail/unread [<msg-list> | all]
- Mark messages which have already been read as new/unread.
@mail/status [<msg-list> | all]=<status>
- Set the status of the given messages.
can be one of: tagged, untagged, cleared, uncleared, read, unread, urgent or unurgent. - Read marks a new message as read without reading it, urgent/unurgent toggle the urgent flag, and the others are equivalent to @mail/tag, @mail/untag, @mail/clear, @mail/unclear and @mail/unread respectively.
MAIL-FOLDERS
The MUSH mail system allows each player 16 folders, numbered from 0 to 15. Mail can only be in 1 folder at a time. Folder 0 is the “inbox” where new mail is received. Most @mail commands operate on only the current folder.
@mail/folder
- This commands lists all folders which contain mail, telling how many messages are in each, and what the current folder is.
@mail/folder <folder#|foldername>
- This command sets your current folder to <folder#>.
@mail/folder <folder#> = <foldername>
- This command gives <folder#> a name.
@mail/unfolder <folder#|foldername>
- This command removes a folder’s name
@mail/file <msg-list>=<folder#>
- This command moves all messages in
from the current folder to a new folder, <folder#>.
See also: @mailfilter
MAIL-REVIEWING
@mail/review [<player>]
- Reviews the messages you have sent to
, or all messages you’ve sent if no is specified.
@mail/review <player>=<msglist>
- Reads the messages you have sent to
.
@mail/retract <player>=<msglist>
- Retracts (deletes) unread messages you have sent to
.
@MAILQUOTA
@mailquota <player>[=<limit>]
This attribute allows wizards to change the maximum number of messages a player can have in their inbox, override the mail_limit @config option for specific people.
Example:
> @alias *Walker=Complaints_Department> @mailquota *Complaints_Department=50000> @wall Please @mail any and all problems to Complaints_Department.
@MAILFILTER
The @mailfilter attribute specifies automatic filing of incoming @mail messages into folders. When an @mail message is received, the contents of @mailfilter are evaluated, with the following arguments passed:
%0
- dbref of message sender%1
- message subject%2
- message body%3
- message status flags (a string containing U, F, and/or R, for urgent, forwarded, and/or reply, respectively)
If @mailfilter evaluates to a folder name or number, the message will be filed into that folder. If @mailfilter evaluates to a null string, the message remains in the incoming folder.
Example: Filter urgent messages into folder 1
> @mailfilter me=if(strmatch(%3,*U*),1)
See also: mail-folders
@MAILSIGNATURE
@mailsignature <object>[=<signature>]
When set, this attribute is evaluated and appended to any @mail messages sent by