mailto URLs

"Dr. Mark K. Joseph" <izzy@aac.twg.com> Mon, 08 January 1996 19:57 UTC

Received: from ietf.nri.reston.va.us by IETF.CNRI.Reston.VA.US id aa15276; 8 Jan 96 14:57 EST
Received: from CNRI.Reston.VA.US by IETF.CNRI.Reston.VA.US id aa15272; 8 Jan 96 14:57 EST
Received: from list.cren.net by CNRI.Reston.VA.US id aa12238; 8 Jan 96 14:57 EST
Received: from localhost (localhost [127.0.0.1]) by list.cren.net (8.6.12/8.6.12) with SMTP id OAA16556; Mon, 8 Jan 1996 14:29:27 -0500
Received: from aac.twg.com (grumpy.aac.twg.com [204.94.146.64]) by list.cren.net (8.6.12/8.6.12) with ESMTP id OAA16530 for <ietf-822@list.cren.net>; Mon, 8 Jan 1996 14:26:36 -0500
Received: from mailman.aac.twg.com (mailman.aac.twg.com [204.94.146.98]) by aac.twg.com (8.6.9/8.6.9) with ESMTP id MAA00891 for <ietf-822@list.cren.net>; Mon, 8 Jan 1996 12:29:55 -0800
Message-Id: <19960108192345.izzy@aac.twg.com>
Date: Mon, 8 Jan 1996 11:23:45 -0800
X-Orig-Sender: owner-ietf-822@list.cren.net
Sender: ietf-archive-request@IETF.CNRI.Reston.VA.US
From: "Dr. Mark K. Joseph" <izzy@aac.twg.com>
To: masinter@parc.xerox.com, timbl@www0.cern.ch, mpm@boombox.micro.umn.edu, ietf-822@list.cren.net
Cc: bhk@aac.twg.com
Subject: mailto URLs
X-Mailer: Emissary V1.20, by The Wollongong Group, Inc.
X-Listprocessor-Version: 7.2 -- ListProcessor by CREN

I would like to propose the following change to RFC1738, Uniform Resource
Locators (URL), (p.12):

3.5 MAILTO

    The mailto URL scheme can be used to designate part or all of an
internet mail message.  As
a minimum the mailto URL must designate the internet mail address of an
individual or service.
However, other mail message components such as a subject and a simple
message body can also be
specified.

A mailto URL takes the form:

    mailto:<rfc822-addr-spec>[# (*msg_element | subject)]
    ; '#' separates the minimum form from all mailto messsage elements

    msg_element     = (to_element | cc_element | subject_element |
body_element | x_element) [*msg_element]

    subject         = *text
    to_element      = "TO="<rfc822-addr-spec>
    cc_element      = "CC="<rfc822-addr-spec>
    subject_element = "SUBJECT="*text
    body_element    = "BODY="*text
    x_element       = "X-"<element name>"="<defined by extension type>    ;
local extension

    (Where body is a text string to be placed as the message body.  This
could be used for
     automatic mailing list subscription.)

    where <rfc822-addr-spec> is (the encoding of an) addr-spec, as
specified in RFC822.  Within
    mailto URLs, the '#' character is used as a special marker between the
minimum mailto form
    and one with additional message elements.
    Note that the percent sign ('%') and the pound sign ('#') can appear in
RFC822 addresses and
    must be encoded.

    Unlike many URLs, the mailto scheme does not represent a data object to
be accessed directly,
    but a mailto URL with message elements can designate a mail message
object to be created and
    sent.

The following are examples of mailto URLs:

    mailto:mjoseph@aac.twg.com
    mailto:mjoseph@aac.twg.com#Weekly%20status%20report
   
mailto:mjoseph@aac.twg.com#SUBJECT=Weekly%20status%20report+CC=marks.boss@aac.twg.com
   
mailto:URL-mailing-list@abc.edu#SUBJECT=Add%20me%20mailing%20list+BODY=subscribe
    mailto:abc%23def%25dcd@abc.com#Hi       ; example of # and % encodings











____________________________
Mark K. Joseph
Advanced Applications Center
The Wollongong Group. Inc.
(408) - 469 -1854
mailto:izzy@aac.twg.com