[Message Prev][Message
Next][Thread Prev][Thread Next][Message
Index][Thread Index]
Another New Schema (and another Schema Change..)
- Subject: Another New Schema (and another Schema Change..)
- From: Ian Lowe
- Date: Wed, 12 Mar 2003 22:20:00 +0000
Rather than the Highly specific SMTP.BASIC Schema I introduced with my SMTP
Sender App,
It seems more appropriate to use a more generic and extensible schema for
all classes of message, then specialise it by adding an SMTP subtype.
Therefore, I'd like you all to meet:
SENDMSG.BASIC
{
BODY=<message body> \n line delimited
TO=<to e-mail address or number>
}
With one extension schema so far:
SENDMSG.SMTP
{
BODY=<message body> \n line delimited
TO=<to e-mail address>
[SUBJECT=<subject line >]
[FROM=<from e-mail address>]
[FRIENDLY=<friendly name>]
[CC=]
[BCC=]
}
and another two under development:
SENDMSG.SMS
{
TO=<to phone number>
BODY=<message body> \n line delimited
...
[MMS extensions]
}
SENDMSG.MSNM
{
TO=<to e-mail address>
BODY=<message body> \n line delimited
...
[MSN Messenger extensions]
}
xPL Main Index |
xPL Thread Index |
xPL Home |
Archives Home
|