WG Review: JSON Mail Access Protocol (jmap)

The IESG <iesg-secretary@ietf.org> Fri, 12 April 2019 17:15 UTC

Return-Path: <iesg-secretary@ietf.org>
X-Original-To: ietf-announce@ietf.org
Delivered-To: ietf-announce@ietfa.amsl.com
Received: from ietfa.amsl.com (localhost [IPv6:::1]) by ietfa.amsl.com (Postfix) with ESMTP id 81E81120304; Fri, 12 Apr 2019 10:15:47 -0700 (PDT)
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
From: The IESG <iesg-secretary@ietf.org>
To: IETF-Announce <ietf-announce@ietf.org>
Subject: WG Review: JSON Mail Access Protocol (jmap)
X-Test-IDTracker: no
X-IETF-IDTracker: 6.95.0
Auto-Submitted: auto-generated
Precedence: bulk
Cc: jmap@ietf.org
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Message-ID: <155508934745.16732.1496538328521501441.idtracker@ietfa.amsl.com>
Date: Fri, 12 Apr 2019 10:15:47 -0700
Archived-At: <https://mailarchive.ietf.org/arch/msg/ietf-announce/dGfo0U8OVJByXRap2n5OwnlJGX0>
X-BeenThere: ietf-announce@ietf.org
X-Mailman-Version: 2.1.29
List-Id: "IETF announcement list. No discussions." <ietf-announce.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/ietf-announce>, <mailto:ietf-announce-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/ietf-announce/>
List-Post: <mailto:ietf-announce@ietf.org>
List-Help: <mailto:ietf-announce-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/ietf-announce>, <mailto:ietf-announce-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 12 Apr 2019 17:15:48 -0000

The JSON Mail Access Protocol (jmap) WG in the Applications and Real-Time
Area of the IETF is undergoing rechartering. The IESG has not made any
determination yet. The following draft charter was submitted, and is provided
for informational purposes only. Please send your comments to the IESG
mailing list (iesg@ietf.org) by 2019-04-22.

JSON Mail Access Protocol (jmap)
-----------------------------------------------------------------------
Current status: Active WG

Chairs:
  Bron Gondwana <brong@fastmailteam.com>
  Jim Fenton <fenton@bluepopcorn.net>

Assigned Area Director:
  Alexey Melnikov <aamelnikov@fastmail.fm>

Applications and Real-Time Area Directors:
  Adam Roach <adam@nostrum.com>
  Alexey Melnikov <aamelnikov@fastmail.fm>
  Barry Leiba <barryleiba@computer.org>

Mailing list:
  Address: jmap@ietf.org
  To subscribe: https://www.ietf.org/mailman/listinfo/jmap
  Archive: https://mailarchive.ietf.org/arch/search/?email_list=jmap

Group page: https://datatracker.ietf.org/group/jmap/

Charter: https://datatracker.ietf.org/doc/charter-ietf-jmap/

The JMAP protocol defined in draft-ietf-jmap-core is designed to be
extensible to multiple datatypes which are useful for personal
information management related to email stores.

Now that draft-ietf-jmap-mail is completed, the working group will
produce specifications for related data types, begining with calendars.

The calendar work will be based on draft-ietf-calext-jscalandar as the
data format.  This working group will consult with the CALEXT working
group to ensure that calendar access via JMAP remains compatible with
existing calendar standards.

Extensions to the existing core and mail JMAP specifications are also
within scope for this working group, for example any additional parts
of SIEVE, IMAP, SMTP submission, as well as transport of JMAP over
different protocols than HTTPS.

Work on JMAP extensions will be bound by the following constraints:

1) The work of this group is limited to developing protocols for a
   client synchronising data with a server. Any server-to-server issues
   are out of scope for this working group.

2) Object models will use existing IETF work where possible.

3) JMAP Extensions will be built following the core principles:

  3.1) The server will not be required to perform work not explicitly
       requested by the client, and the default should always be the
       mode which requires the least server work.

  3.2) The client can discover limits enforced by the server on
       resources or request complexity.

  3.3) Where side effects generated by the server are optional, the
       protocol will default to no side effects, and the client must
       explicitly request that those side effects happen (for example:
       sending a calendar invitation or reply when updating an event)

The working group will deliver documents for the following:

 - JMAP access to calendars using the JSCalendar format

 - accessing JMAP over Websockets

 - handling of S/MIME email messages (e.g. signature verification) over JMAP

 - Message Disposition Notifications (RFC 8098) via JMAP

 - other extensions which the working group considers related to email
   and compatible with the constraints listed above

Milestones:

  Done     - Update charter to reflect current and planned work

  Apr 2019 - Adopt a document for calendar access via JMAP

  Apr 2019 - Adopt a document for S/MIME interaction via JMAP

  Sep 2019 - Submit JMAP over websockets document to the IESG

  Sep 2019 - Submit Message Disposition Notification document to the IESG

  Dec 2019 - Submit document with guidance for implementation of IMAP servers
  and proxies (Informational)