Re: to/cc/bcc extension

"Ernest N. Prabhakar, Ph.D." <prabhaka@apple.com> Fri, 15 October 2010 22:45 UTC

Return-Path: <owner-atom-syntax@mail.imc.org>
X-Original-To: ietfarch-atompub-archive@core3.amsl.com
Delivered-To: ietfarch-atompub-archive@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 2954D3A6A30 for <ietfarch-atompub-archive@core3.amsl.com>; Fri, 15 Oct 2010 15:45:08 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -102.045
X-Spam-Level:
X-Spam-Status: No, score=-102.045 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, HELO_MISMATCH_COM=0.553, HTML_MESSAGE=0.001, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Mlptr9SAo2vb for <ietfarch-atompub-archive@core3.amsl.com>; Fri, 15 Oct 2010 15:45:06 -0700 (PDT)
Received: from hoffman.proper.com (Hoffman.Proper.COM [207.182.41.81]) by core3.amsl.com (Postfix) with ESMTP id 7C6223A6AF9 for <atompub-archive@ietf.org>; Fri, 15 Oct 2010 15:45:03 -0700 (PDT)
Received: from hoffman.proper.com (localhost [127.0.0.1]) by hoffman.proper.com (8.14.4/8.14.3) with ESMTP id o9FMfINi067066 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 15 Oct 2010 15:41:18 -0700 (MST) (envelope-from owner-atom-syntax@mail.imc.org)
Received: (from majordom@localhost) by hoffman.proper.com (8.14.4/8.13.5/Submit) id o9FMfIdB067065; Fri, 15 Oct 2010 15:41:18 -0700 (MST) (envelope-from owner-atom-syntax@mail.imc.org)
X-Authentication-Warning: hoffman.proper.com: majordom set sender to owner-atom-syntax@mail.imc.org using -f
Received: from mail-out3.apple.com (mail-out.apple.com [17.254.13.22]) by hoffman.proper.com (8.14.4/8.14.3) with ESMTP id o9FMfH4r067060 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for <atom-syntax@imc.org>; Fri, 15 Oct 2010 15:41:17 -0700 (MST) (envelope-from prabhaka@apple.com)
Received: from relay13.apple.com (relay13.apple.com [17.128.113.29]) by mail-out3.apple.com (Postfix) with ESMTP id 11ECCAFAECAE for <atom-syntax@imc.org>; Fri, 15 Oct 2010 15:41:17 -0700 (PDT)
X-AuditID: 1180711d-b7c86ae000000247-36-4cb8d88ccfc0
Received: from elliott.apple.com (elliott.apple.com [17.151.62.13]) by relay13.apple.com (Apple SCV relay) with SMTP id 3A.44.00583.C88D8BC4; Fri, 15 Oct 2010 15:41:17 -0700 (PDT)
MIME-version: 1.0
Content-type: multipart/alternative; boundary="Boundary_(ID_35P42CWUH2ixN8YoHUYsSw)"
Received: from selfserve.apple.com (selfserve.apple.com [17.203.40.11]) by elliott.apple.com (Sun Java(tm) System Messaging Server 6.3-7.04 (built Sep 26 2008; 32bit)) with ESMTPSA id <0LAC000POSCS31A0@elliott.apple.com> for atom-syntax@imc.org; Fri, 15 Oct 2010 15:41:16 -0700 (PDT)
Subject: Re: to/cc/bcc extension
From: "Ernest N. Prabhakar, Ph.D." <prabhaka@apple.com>
In-reply-to: <AANLkTi=P5k0LpVxB-Q4HqeM+zZsHfoXrDuEbGZxX7PSU@mail.gmail.com>
Date: Fri, 15 Oct 2010 15:41:16 -0700
Cc: Atom-Syntax <atom-syntax@imc.org>
Message-id: <989FF0D2-FD4F-48C4-AFE8-CD61C67E4A55@apple.com>
References: <AANLkTi=P5k0LpVxB-Q4HqeM+zZsHfoXrDuEbGZxX7PSU@mail.gmail.com>
To: James Snell <jasnell@gmail.com>
X-Mailer: Apple Mail (2.1082)
X-Brightmail-Tracker: AAAAAA==
Sender: owner-atom-syntax@mail.imc.org
Precedence: bulk
List-Archive: <http://www.imc.org/atom-syntax/mail-archive/>
List-Unsubscribe: <mailto:atom-syntax-request@imc.org?body=unsubscribe>
List-ID: <atom-syntax.imc.org>

HI James,

Given our previous discussion about icons: why aren't these link relations with mailto URLs?

-- Ernie P.

On Oct 15, 2010, at 2:02 PM, James Snell wrote:

> Wanted to draw attention to this:
> 
>   http://tools.ietf.org/html/draft-norris-atompub-audience-00.html
> 
> It introduces to/cc/bcc elements to an Atom entry.
> 
>   <entry>
>     ...
>     <to>acct:john.doe@example.org</to>
>     <to>acct:bob@example.org</to>
>     <cc>acct:jane.doe@example.org</cc>
>     <cc>acct:jane@example.org</cc>
>     <bcc>acct:jean.deux@example.org</bcc>
>     <bcc>acct:max@example.org</bcc>
>     ...
>   </entry>
> 
> Comments are welcomed and requested.
> 
> - James