[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

to/cc/bcc extension



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@xxxxxxxxxxx</to>
    <to>acct:bob@xxxxxxxxxxx</to>
    <cc>acct:jane.doe@xxxxxxxxxxx</cc>
    <cc>acct:jane@xxxxxxxxxxx</cc>
    <bcc>acct:jean.deux@xxxxxxxxxxx</bcc>
    <bcc>acct:max@xxxxxxxxxxx</bcc>
    ...
  </entry>

Comments are welcomed and requested.

- James